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
...
|
*
|
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
23
-52
/
+78
|
*
|
target-alpha: Copy implver to DisasContext
Richard Henderson
2013-07-23
1
-4
/
+7
|
*
|
target-alpha: Copy singlestep_enabled to DisasContext
Richard Henderson
2013-07-23
1
-3
/
+6
|
*
|
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
2013-07-23
22
-84
/
+49
|
*
|
target-unicore32: Implement CPUClass::set_pc()
Andreas Färber
2013-07-23
1
-0
/
+8
|
*
|
target-moxie: Implement CPUClass::set_pc()
Andreas Färber
2013-07-23
1
-0
/
+8
|
*
|
target-m68k: Implement CPUClass::set_pc()
Andreas Färber
2013-07-23
1
-0
/
+8
|
*
|
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
2013-07-23
15
-33
/
+119
|
*
|
HACKING: Document vaddr type usage
Peter Maydell
2013-07-23
1
-2
/
+17
|
*
|
cpu: Introduce vaddr type
Andreas Färber
2013-07-23
1
-0
/
+12
|
*
|
gdbstub: Change GDBState::query_cpu to CPUState
Andreas Färber
2013-07-23
1
-5
/
+4
|
|
/
*
|
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...
Anthony Liguori
2013-07-23
43
-560
/
+855
|
\
\
|
|
/
|
/
|
|
*
isa-bus: Drop isabus_bridge_init() since it does nothing
Hu Tao
2013-07-23
1
-8
/
+0
|
*
ioapic: Use QOM realize for ioapic
Hu Tao
2013-07-23
1
-7
/
+5
|
*
kvmvapic: Use QOM realize
Hu Tao
2013-07-23
1
-7
/
+5
|
*
kvm/clock: Use QOM realize for kvmclock
Hu Tao
2013-07-23
1
-4
/
+2
|
*
hpet: Use QOM realize for hpet
Hu Tao
2013-07-23
1
-13
/
+19
|
*
scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()
Andreas Färber
2013-07-23
10
-18
/
+55
|
*
megasas: Legacy command line handling fix
Andreas Färber
2013-07-23
1
-1
/
+4
|
*
scsi/esp: Use QOM realize for scsi esp
Hu Tao
2013-07-23
1
-8
/
+11
|
*
fw_cfg: Use QOM realize for fw_cfg
Hu Tao
2013-07-23
1
-10
/
+17
|
*
ahci: Use QOM realize for ahci
Hu Tao
2013-07-23
1
-7
/
+7
|
*
pflash_cfi02: Use QOM realize for pflash_cfi02
Hu Tao
2013-07-23
1
-8
/
+7
|
*
pflash_cfi01: Use QOM realize for pflash_cfi01
Hu Tao
2013-07-23
1
-7
/
+5
|
*
fdc: Improve error propagation for QOM realize
Andreas Färber
2013-07-23
1
-18
/
+22
|
*
fdc: Use QOM realize for fdc
Hu Tao
2013-07-23
1
-22
/
+41
|
*
kvm/clock: QOM'ify some more
Hu Tao
2013-07-23
1
-3
/
+9
|
*
hpet: QOM'ify some more
Hu Tao
2013-07-23
1
-6
/
+13
|
*
scsi/esp: QOM'ify some more
Hu Tao
2013-07-23
1
-8
/
+13
|
*
fwcfg: QOM'ify some more
Hu Tao
2013-07-23
1
-7
/
+10
|
*
ahci: QOM'ify some more
Hu Tao
2013-07-23
1
-5
/
+11
|
*
pflash-cfi02: QOM'ify some more
Hu Tao
2013-07-23
1
-9
/
+12
|
*
pflash-cfi01: QOM'ify some more
Hu Tao
2013-07-23
1
-9
/
+12
|
*
fdc: QOM'ify some more
Hu Tao
2013-07-23
1
-16
/
+25
|
*
q35: Use QOM realize for q35 host bridge
Hu Tao
2013-07-23
1
-14
/
+15
|
*
q35: Use type-safe cast instead of direct access of parent dev
Hu Tao
2013-07-23
3
-24
/
+33
|
*
i440fx-pcihost: Use QOM realize for i440fx-pcihost
Hu Tao
2013-07-23
1
-12
/
+17
|
*
i440fx: Use type-safe cast instead of direct access of parent dev
Hu Tao
2013-07-23
1
-9
/
+16
|
*
ohci: Use QOM realize for OHCI
Hu Tao
2013-07-23
1
-8
/
+6
|
*
ohci: QOM'ify some more
Hu Tao
2013-07-23
1
-14
/
+25
|
*
sysbus: Document SysBusDeviceClass::init and realize semantics
Hu Tao
2013-07-23
1
-0
/
+12
|
*
xen/xen_platform: QOM parent field cleanup
Andreas Färber
2013-07-23
1
-8
/
+13
|
*
xen/xen_platform: QOM casting sweep
Peter Crosthwaite
2013-07-23
1
-5
/
+9
|
*
misc/ivshmem: QOM parent field cleanup
Andreas Färber
2013-07-23
1
-15
/
+22
|
*
misc/ivshmem: QOM Upcast Sweep
Peter Crosthwaite
2013-07-23
1
-9
/
+13
|
*
display/vmware_vga: QOM parent field cleanup
Andreas Färber
2013-07-23
1
-10
/
+13
|
*
display/vmware_vga: QOM casting sweep
Peter Crosthwaite
2013-07-23
1
-5
/
+8
|
*
misc/pci-testdev: QOM parent field cleanup
Andreas Färber
2013-07-23
1
-4
/
+7
|
*
misc/pci-testdev: QOM Upcast Sweep
Peter Crosthwaite
2013-07-23
1
-4
/
+9
|
*
acpi/piix4: QOM parent field cleanup
Andreas Färber
2013-07-23
1
-12
/
+20
[prev]
[next]