index
:
users/pcacjr/qemu.git
cleanup
for-upstream
ich9-fix
ich9-tco
ich9-tco-v2
ich9-tco-v3
ich9-tco-v4
ich9-tco-v5
ich9-tco-v6
ich9-tco-v7
ich9-tco-v8
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
staging
tco
tco-test-fix
test
Paulo's QEMU repository
Paulo Alcantara
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: add testcase for TCO watchdog emulation
ich9-tco-v3
Paulo Alcantara
2015-06-01
2
-0
/
+477
*
target-i386: reserve RCRB mmio space in ACPI DSDT table
Paulo Alcantara
2015-06-01
2
-0
/
+14
*
ich9: add TCO interface emulation
Paulo Alcantara
2015-06-01
7
-1
/
+434
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150529'...
Peter Maydell
2015-05-29
30
-457
/
+1831
|
\
|
*
target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strd
Peter Maydell
2015-05-29
1
-24
/
+32
|
*
hw/arm/virt: Enable dynamic generation of ACPI v5.1 tables
Shannon Zhao
2015-05-29
1
-0
/
+19
|
*
ACPI: split CONFIG_ACPI into 4 pieces
Shannon Zhao
2015-05-29
9
-3
/
+23
|
*
hw/arm/virt-acpi-build: Add PCIe controller in ACPI DSDT table
Shannon Zhao
2015-05-29
1
-0
/
+154
|
*
hw/acpi/aml-build: Add Unicode macro
Shannon Zhao
2015-05-29
2
-0
/
+18
|
*
hw/acpi/aml-build: Add aml_dword_io() term
Shannon Zhao
2015-05-29
2
-0
/
+23
|
*
hw/acpi/aml-build: Add aml_create_dword_field() term
Shannon Zhao
2015-05-29
2
-0
/
+12
|
*
hw/acpi/aml-build: Add aml_else() term
Shannon Zhao
2015-05-29
2
-0
/
+8
|
*
hw/acpi/aml-build: Add aml_lnot() term
Shannon Zhao
2015-05-29
2
-0
/
+9
|
*
hw/acpi/aml-build: Add aml_or() term
Shannon Zhao
2015-05-29
2
-0
/
+11
|
*
hw/acpi/aml-build: Add ToUUID macro
Shannon Zhao
2015-05-29
2
-0
/
+54
|
*
hw/acpi/aml-build: Make aml_buffer() definition consistent with the spec
Shannon Zhao
2015-05-29
2
-3
/
+15
|
*
hw/arm/virt-acpi-build: Generate MCFG table
Shannon Zhao
2015-05-29
1
-0
/
+23
|
*
hw/arm/virt-acpi-build: Generate RSDP table
Shannon Zhao
2015-05-29
1
-1
/
+34
|
*
hw/arm/virt-acpi-build: Generate RSDT table
Shannon Zhao
2015-05-29
4
-24
/
+29
|
*
hw/arm/virt-acpi-build: Generate GTDT table
Shannon Zhao
2015-05-29
4
-4
/
+75
|
*
hw/arm/virt-acpi-build: Generate MADT table
Shannon Zhao
2015-05-29
3
-1
/
+97
|
*
hw/arm/virt-acpi-build: Generate FADT table and update ACPI headers
Shannon Zhao
2015-05-29
2
-37
/
+129
|
*
hw/arm/virt-acpi-build: Generation of DSDT table for virt devices
Shannon Zhao
2015-05-29
1
-0
/
+132
|
*
hw/acpi/aml-build: Add aml_interrupt() term
Shannon Zhao
2015-05-29
2
-0
/
+69
|
*
hw/acpi/aml-build: Add aml_memory32_fixed() term
Shannon Zhao
2015-05-29
2
-0
/
+30
|
*
hw/arm/virt-acpi-build: Basic framework for building ACPI tables on ARM
Shannon Zhao
2015-05-29
5
-1
/
+228
|
*
hw/arm/virt: Record PCIe ranges in MemMapEntry array
Shannon Zhao
2015-05-29
2
-24
/
+16
|
*
hw/arm/virt: Move common definitions to virt.h
Shannon Zhao
2015-05-29
2
-20
/
+57
|
*
hw/acpi/aml-build: Make enum values to be upper case to match coding style
Shannon Zhao
2015-05-29
3
-69
/
+69
|
*
target-arm: Add WFx instruction trap support
Greg Bellows
2015-05-29
1
-1
/
+59
|
*
target-arm: Don't halt on WFI unless we don't have any work
Peter Maydell
2015-05-29
3
-0
/
+15
|
*
target-arm: Move TB flags down to fill gap
Peter Maydell
2015-05-29
1
-2
/
+2
|
*
target-arm: Extend FP checks to use an EL
Greg Bellows
2015-05-29
4
-37
/
+82
|
*
target-arm: Make singlestate TB flags common between AArch32/64
Peter Maydell
2015-05-29
2
-44
/
+29
|
*
target-arm: Add AArch64 CPTR registers
Greg Bellows
2015-05-29
2
-1
/
+44
|
*
target-arm: Allow cp access functions to indicate traps to EL2 or EL3
Peter Maydell
2015-05-29
2
-2
/
+19
|
*
target-arm: Update interrupt handling to use target EL
Greg Bellows
2015-05-29
4
-61
/
+50
|
*
target-arm: Make raise_exception() take syndrome and target EL
Peter Maydell
2015-05-29
1
-40
/
+28
|
*
target-arm: Set exception target EL in tlb_fill
Peter Maydell
2015-05-29
1
-0
/
+1
|
*
target-arm: Move setting of exception info into tlb_fill
Peter Maydell
2015-05-29
5
-44
/
+52
|
*
target-arm: Set correct syndrome for faults on MSR DAIF*, imm
Peter Maydell
2015-05-29
1
-0
/
+3
|
*
target-arm: Extend helpers to route exceptions
Greg Bellows
2015-05-29
1
-0
/
+21
|
*
target-arm: Add exception target el infrastructure
Greg Bellows
2015-05-29
6
-37
/
+83
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2015-05-29' into...
Peter Maydell
2015-05-29
3
-3
/
+34
|
\
\
|
*
|
qapi: add dirty bitmap status
John Snow
2015-05-29
3
-3
/
+34
|
|
/
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into s...
Peter Maydell
2015-05-29
10
-26
/
+433
|
\
\
|
*
|
gtk: Replace gdk_cursor_new()
Max Reitz
2015-05-29
1
-1
/
+4
|
*
|
gtk: add opengl support, using egl
Gerd Hoffmann
2015-05-29
6
-17
/
+253
|
*
|
ui: add egl-helpers
Gerd Hoffmann
2015-05-29
4
-1
/
+168
|
*
|
ui: shader.h protect against double inclusion
Gerd Hoffmann
2015-05-29
1
-0
/
+5
[next]