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
*
pseries: Fix incorrect initialization of interrupt controller
David Gibson
2012-12-14
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
|
*
|
apci: switch ich9 smi to memory api
Gerd Hoffmann
2012-12-04
2
-10
/
+37
|
*
|
apci: switch ich9 gpe to memory api
Gerd Hoffmann
2012-12-04
2
-10
/
+29
|
*
|
acpi: cleanup vt82c686 memory region
Gerd Hoffmann
2012-12-04
1
-60
/
+1
|
*
|
acpi: cleanup piix4 memory region
Gerd Hoffmann
2012-12-04
1
-40
/
+1
|
*
|
apci: switch evt to memory api
Gerd Hoffmann
2012-12-04
5
-55
/
+54
|
*
|
apci: switch cnt to memory api
Gerd Hoffmann
2012-12-04
5
-31
/
+36
|
*
|
apci: switch timer to memory api
Gerd Hoffmann
2012-12-04
5
-17
/
+23
|
*
|
apci: switch vt82c686 to memory api
Gerd Hoffmann
2012-12-04
1
-10
/
+27
|
*
|
apci: switch ich9 to memory api
Gerd Hoffmann
2012-12-04
2
-17
/
+28
|
*
|
apci: switch piix4 to memory api
Gerd Hoffmann
2012-12-04
1
-17
/
+24
*
|
|
Merge remote-tracking branch 'aneesh/for-upstream' into staging
Anthony Liguori
2012-12-10
1
-29
/
+64
|
\
\
\
|
*
|
|
virtfs-proxy-helper: use setresuid and setresgid
Paolo Bonzini
2012-12-05
1
-29
/
+64
|
|
/
/
[next]