index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
hw/ds1338.c: Correct bug in conversion to BCD.
Antoine Mathys
2012-12-13
1
-2
/
+2
|
*
|
exynos4210/mct: Avoid infinite loop on non incremental timers
Jean-Christophe DUBOIS
2012-12-11
1
-1
/
+1
|
*
|
hw/arm_gic: fix target CPUs affected by set enable/pending ops
Daniel Sangorrin
2012-12-11
1
-2
/
+3
|
*
|
xilinx_zynq: Add one variable to avoid overwriting QSPI bus
walimis
2012-12-11
1
-4
/
+5
|
*
|
hw/arm_gic_common: Correct GICC_PMR reset value for newer GICs
Peter Maydell
2012-12-11
2
-2
/
+8
|
*
|
hw/arm_gic: Fix comparison with priority mask register
Peter Maydell
2012-12-11
1
-1
/
+1
|
*
|
hw/arm_boot, exynos4210, highbank: Fix secondary boot GIC init
Peter Maydell
2012-12-11
3
-8
/
+26
|
|
/
*
|
Merge remote-tracking branch 'kraxel/seabios-e8a76b0' into staging
Anthony Liguori
2012-12-13
4
-0
/
+0
|
\
\
|
*
|
seabios: update to e8a76b0f225bba5ba9d63ab227e0a37b3beb1059
Gerd Hoffmann
2012-12-11
4
-0
/
+0
|
|
/
*
|
qMerge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121210.0' in...
Anthony Liguori
2012-12-13
1
-2
/
+3
|
\
\
|
*
|
vfio-pci: Don't use kvm_irqchip_in_kernel
Alex Williamson
2012-12-10
1
-2
/
+3
|
|
/
*
|
migration: Fix madvise breakage if host and guest have different page sizes
David Gibson
2012-12-12
1
-1
/
+2
*
|
Fix off-by-1 error in RAM migration code
David Gibson
2012-12-12
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2012-12-10
16
-132
/
+149
|
\
|
*
target-i386: Postpone cpuid_level update to realize time
Igor Mammedov
2012-12-07
1
-3
/
+5
|
*
target-i386: Use define for cpuid vendor string size
Igor Mammedov
2012-12-06
2
-3
/
+5
|
*
target-i386: Separate feature string parsing from CPU model lookup
Eduardo Habkost
2012-12-06
1
-23
/
+46
|
*
target-i386/cpu.c: Coding style fixes
Eduardo Habkost
2012-12-06
1
-14
/
+16
|
*
qdev: qdev_create(): use error_report() instead of hw_error()
Eduardo Habkost
2012-12-06
1
-3
/
+5
|
*
sysemu.h: Include qemu-types.h instead of qemu-common.h
Eduardo Habkost
2012-12-06
1
-1
/
+1
|
*
Create qemu-types.h for struct typedefs
Eduardo Habkost
2012-12-06
3
-61
/
+63
|
*
qlist.h: Do not include qemu-common.h
Eduardo Habkost
2012-12-06
1
-1
/
+0
|
*
qga/channel-posix.c: Include headers it needs
Eduardo Habkost
2012-12-06
1
-0
/
+5
|
*
qapi/qmp-registry.c: Include headers it needs
Eduardo Habkost
2012-12-06
1
-0
/
+2
|
*
ui/vnc-palette.c: Include headers it needs
Eduardo Habkost
2012-12-06
1
-0
/
+2
|
*
user: Rename qemu-types.h to qemu-user-types.h
Eduardo Habkost
2012-12-06
4
-3
/
+3
|
*
user: Move *-user/qemu-types.h to main directory
Eduardo Habkost
2012-12-06
2
-24
/
+0
*
|
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-12-10
19
-48
/
+32
|
\
\
|
*
|
pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path
Markus Armbruster
2012-12-07
1
-1
/
+3
|
*
|
qemu-options: Fix space at EOL
Michal Privoznik
2012-12-07
1
-1
/
+1
|
*
|
Fix spelling in comments and documentation
Stefan Weil
2012-12-07
2
-4
/
+4
|
*
|
Clean up pci_drive_hot_add()'s use of BlockInterfaceType
Markus Armbruster
2012-12-07
3
-13
/
+8
|
*
|
arm: a9mpcore: remove un-used ptimer_iomem field
Peter Crosthwaite
2012-12-07
1
-1
/
+0
|
*
|
target-sparc: Remove t0, t1 from CPUSPARCState
Richard Henderson
2012-12-07
1
-1
/
+0
|
*
|
target-m68k: Remove t1 from CPUM68KState
Richard Henderson
2012-12-07
1
-3
/
+0
|
*
|
target-alpha: Remove t0, t1 from CPUAlphaState
Richard Henderson
2012-12-07
1
-7
/
+0
|
*
|
s390x: Spelling fixes (endianess -> endianness, occured -> occurred)
Stefan Weil
2012-12-07
2
-4
/
+4
|
*
|
Fix comments (adress -> address, layed -> laid, wierd -> weird)
Stefan Weil
2012-12-07
3
-5
/
+5
|
*
|
Fix spelling (prefered -> preferred)
Stefan Weil
2012-12-07
2
-4
/
+5
|
*
|
configure: Remove stray debug output
Peter Maydell
2012-12-07
1
-2
/
+0
|
*
|
sd: Send debug printfery to stderr not stdout
Peter Crosthwaite
2012-12-07
1
-2
/
+2
|
|
/
*
|
Merge remote-tracking branch 'kraxel/acpi.1' into staging
Anthony Liguori
2012-12-10
11
-415
/
+317
|
\
\
|
*
|
acpi: drop debug port
Gerd Hoffmann
2012-12-04
1
-9
/
+0
|
*
|
q35: update lpc pci config space according to configured devices
Gerd Hoffmann
2012-12-04
3
-12
/
+30
|
*
|
apci: switch piix4 pci hotplug to memory api
Gerd Hoffmann
2012-12-04
1
-8
/
+29
|
*
|
acpi: remove acpi_gpe_blk
Gerd Hoffmann
2012-12-04
4
-11
/
+0
|
*
|
apci: switch piix4 gpe to memory api
Gerd Hoffmann
2012-12-04
1
-6
/
+18
|
*
|
acpi: fix piix4 smbus mapping
Gerd Hoffmann
2012-12-04
1
-1
/
+19
|
*
|
acpi: switch smbus to memory api
Gerd Hoffmann
2012-12-04
5
-50
/
+33
|
*
|
acpi: cleanup ich9 memory region
Gerd Hoffmann
2012-12-04
1
-124
/
+1
[prev]
[next]