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
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
intc/openpic: QOM'ify
Andreas Färber
2013-07-01
3
-8
/
+13
*
kvm/openpic: in-kernel mpic support
Scott Wood
2013-07-01
3
-5
/
+327
*
KVM: PIC: Only commit irq routing when necessary
Alexander Graf
2013-07-01
1
-0
/
+1
*
PPC: e500: factor out mpic init code
Scott Wood
2013-07-01
1
-22
/
+34
*
openpic: factor out some common defines into openpic.h
Scott Wood
2013-07-01
1
-22
/
+18
*
multiboot: Calculate upper_mem in the ROM
Kevin Wolf
2013-06-28
1
-2
/
+0
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-06-28
11
-15
/
+21
|
\
|
*
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
2013-06-28
1
-4
/
+10
|
*
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
2013-06-28
5
-5
/
+5
|
*
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
4
-5
/
+5
|
*
kvm: Change kvm_cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+1
*
|
cmd646: fix build when DEBUG_IDE is enabled.
Mark Cave-Ayland
2013-06-28
1
-2
/
+2
|
/
*
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
Anthony Liguori
2013-06-25
4
-260
/
+369
|
\
|
*
nand: Don't inherit from Sysbus
Peter Crosthwaite
2013-06-25
1
-3
/
+4
|
*
block/nand: Convert Sysbus::init to Device::realize
Peter Crosthwaite
2013-06-25
1
-9
/
+7
|
*
block/nand: QOM casting sweep
Peter Crosthwaite
2013-06-25
1
-9
/
+16
|
*
i.MX31: Fix PRCS bit test
Stefan Weil
2013-06-25
1
-1
/
+1
|
*
arm/boot: Free dtb blob memory after use
Peter Maydell
2013-06-25
1
-5
/
+15
|
*
i.MX: Rework functions/types name and use new style initialization
Jean-Christophe DUBOIS
2013-06-25
1
-87
/
+84
|
*
i.MX: Implement a more complete version of the GPT timer.
Jean-Christophe DUBOIS
2013-06-25
1
-174
/
+269
|
*
ARM: Allow dumping of device tree
John Rigby
2013-06-25
1
-0
/
+1
*
|
Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging
Anthony Liguori
2013-06-25
4
-1
/
+217
|
\
\
|
*
|
virtio-ccw: Wire up guest and host notifies.
Cornelia Huck
2013-06-25
2
-0
/
+89
|
*
|
virtio-ccw: Wire up ioeventfd.
Cornelia Huck
2013-06-25
4
-1
/
+126
|
*
|
s390/virtio-ccw: Fix virtio reset
Christian Borntraeger
2013-06-25
1
-0
/
+2
|
|
/
*
|
Move hardcoded initialization of xen-platform device.
Paul Durrant
2013-06-25
1
-3
/
+7
*
|
Allow use of pc machine type (accel=xen) for Xen HVM domains.
Paul Durrant
2013-06-25
1
-3
/
+5
*
|
Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...
Stefano Stabellini
2013-06-25
1
-3
/
+3
|
/
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-06-24
1
-573
/
+669
|
\
|
*
ide: Clean up ide_exec_cmd()
Kevin Wolf
2013-06-24
1
-24
/
+12
|
*
ide: Convert SMART commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-151
/
+174
|
*
ide: Convert CF-ATA commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-75
/
+95
|
*
ide: Convert ATAPI commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-39
/
+61
|
*
ide: Convert SEEK to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-6
/
+7
|
*
ide: Convert FLUSH CACHE to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-6
/
+8
|
*
ide: Convert SET FEATURES to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-72
/
+75
|
*
ide: Convert CHECK POWER MDOE to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-9
/
+8
|
*
ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-17
/
+18
|
*
ide: Convert DMA read/write commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-31
/
+38
|
*
ide: Convert PIO read/write commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-43
/
+50
|
*
ide: Convert read/write multiple commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-59
/
+60
|
*
ide: Convert verify commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-14
/
+13
|
*
ide: Convert cmd_nop commands to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-31
/
+17
|
*
ide: Convert WIN_IDENTIFY to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-17
/
+23
|
*
ide: Convert WIN_DSM to ide_cmd_table handler
Kevin Wolf
2013-06-24
1
-13
/
+16
|
*
ide: Add handler to ide_cmd_table
Kevin Wolf
2013-06-24
1
-58
/
+86
*
|
Merge remote-tracking branch 'spice/spice.v71' into staging
Anthony Liguori
2013-06-24
1
-1
/
+1
|
\
\
|
*
|
qxl: fix Coverity scan SIGN_EXTENSION error
Gerd Hoffmann
2013-06-24
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'kraxel/usb.84' into staging
Anthony Liguori
2013-06-24
10
-51
/
+211
|
\
\
|
*
|
usb: fix serial number for hid devices
Gerd Hoffmann
2013-06-24
1
-0
/
+12
[next]