Sign in
qemu-android
/
qemu-android
/
7d52857ea5677c1b013a289e2e44db24961a59b0
7d52857
ppc_oldworld: do not use isa_mmio
by Paolo Bonzini
· 12 years ago
4759ab6
sh4: do not use isa_mmio
by Paolo Bonzini
· 12 years ago
0cd8eaa
po/Makefile: Use macro quiet-command for nice looking messages
by Stefan Weil
· 12 years ago
1fa4492
po/Makefile: Fix generation of messages.po
by Stefan Weil
· 12 years ago
00134a6
po/Makefile: Fix *.mo generation for out-of-tree builds (regression)
by Stefan Weil
· 12 years ago
18e12d4
po/Makefile: Fix and improve help message
by Stefan Weil
· 12 years ago
f03d07d
Merge remote-tracking branch 'quintela/migration.next' into staging
by Anthony Liguori
· 12 years ago
3988982
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 12 years ago
931f0ad
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging
by Anthony Liguori
· 12 years ago
9781c37
migration: add autoconvergence documentation
by Juan Quintela
· 12 years ago
3e47c24
Fix real mode guest segments dpl value in savevm
by Orit Wasserman
· 12 years ago
444ba67
Fix real mode guest migration
by Orit Wasserman
· 12 years ago
ed4fbd1
rdma: account for the time spent in MIG_STATE_SETUP through QMP
by Michael R. Hines
· 12 years ago
29ae8a4
rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition
by Michael R. Hines
· 12 years ago
d58f574
rdma: allow state transitions between other states besides ACTIVE
by Michael R. Hines
· 12 years ago
0033b8b
rdma: send pc.ram
by Michael R. Hines
· 12 years ago
2da776d
rdma: core logic
by Michael R. Hines
· 12 years ago
44c3b58
rdma: introduce ram_handle_compressed()
by Michael R. Hines
· 12 years ago
de7b685
rdma: bugfix: ram_control_save_page()
by Michael R. Hines
· 12 years ago
a5f56b9
rdma: update documentation to reflect new unpin support
by Michael R. Hines
· 12 years ago
6f152e9
linux-user: Use X86CPU property to retrieve CPUID family
by Andreas Färber
· 13 years ago
22169d4
gdbstub: Change gdb_register_coprocessor() argument to CPUState
by Andreas Färber
· 12 years ago
eac8b35
cpu: Move gdb_regs field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
2e0f2cf
gdbstub: Change GDBState::{c,g}_cpu and find_cpu() to CPUState
by Andreas Färber
· 12 years ago
f3659ee
cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()
by Andreas Färber
· 12 years ago
f17ec44
exec: Change cpu_memory_rw_debug() argument to CPUState
by Andreas Färber
· 12 years ago
00b941e
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
by Andreas Färber
· 12 years ago
385b9f0
gdbstub: Change gdb_{read,write}_register() argument to CPUState
by Andreas Färber
· 12 years ago
db6b81d
gdbstub: Change gdb_handlesig() argument to CPUState
by Andreas Färber
· 12 years ago
9e0c542
gdbstub: Change syscall callback argument to CPUState
by Andreas Färber
· 12 years ago
6227881
kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState
by Andreas Färber
· 12 years ago
3825b28
cpu: Change cpu_single_step() argument to CPUState
by Andreas Färber
· 12 years ago
5ca666c
gdbstub: Update gdb_handlesig() and gdb_signalled() Coding Style
by Andreas Färber
· 12 years ago
ed2803d
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
801c4c2
target-alpha: Copy implver to DisasContext
by Richard Henderson
· 12 years ago
ca6862a
target-alpha: Copy singlestep_enabled to DisasContext
by Richard Henderson
· 12 years ago
bdf7ae5
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
by Andreas Färber
· 12 years ago
b42eab2
target-unicore32: Implement CPUClass::set_pc()
by Andreas Färber
· 12 years ago
a10b978
target-moxie: Implement CPUClass::set_pc()
by Andreas Färber
· 12 years ago
e700604
target-m68k: Implement CPUClass::set_pc()
by Andreas Färber
· 12 years ago
f45748f
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
by Andreas Färber
· 12 years ago
2be8d45
HACKING: Document vaddr type usage
by Peter Maydell
· 12 years ago
577f42c
cpu: Introduce vaddr type
by Andreas Färber
· 12 years ago
52f3462
gdbstub: Change GDBState::query_cpu to CPUState
by Andreas Färber
· 12 years ago
52785d9
isa-bus: Drop isabus_bridge_init() since it does nothing
by Hu Tao
· 12 years ago
f5ba752
ioapic: Use QOM realize for ioapic
by Hu Tao
· 12 years ago
c118d44
kvmvapic: Use QOM realize
by Hu Tao
· 12 years ago
913bc63
kvm/clock: Use QOM realize for kvmclock
by Hu Tao
· 12 years ago
726887e
hpet: Use QOM realize for hpet
by Hu Tao
· 12 years ago
caad4eb
scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()
by Andreas Färber
· 12 years ago
22d6aa0
megasas: Legacy command line handling fix
by Andreas Färber
· 12 years ago
b09318c
scsi/esp: Use QOM realize for scsi esp
by Hu Tao
· 12 years ago
5638395
fw_cfg: Use QOM realize for fw_cfg
by Hu Tao
· 12 years ago
7acb423
ahci: Use QOM realize for ahci
by Hu Tao
· 12 years ago
da3bd64
pflash_cfi02: Use QOM realize for pflash_cfi02
by Hu Tao
· 12 years ago
e40b5f3
pflash_cfi01: Use QOM realize for pflash_cfi01
by Hu Tao
· 12 years ago
a3ef7a6
fdc: Improve error propagation for QOM realize
by Andreas Färber
· 12 years ago
940194c
fdc: Use QOM realize for fdc
by Hu Tao
· 12 years ago
98bdc0d
kvm/clock: QOM'ify some more
by Hu Tao
· 12 years ago
02f9a6f
hpet: QOM'ify some more
by Hu Tao
· 12 years ago
a71c7ec
scsi/esp: QOM'ify some more
by Hu Tao
· 12 years ago
2ce92a1
fwcfg: QOM'ify some more
by Hu Tao
· 12 years ago
b3b162c
ahci: QOM'ify some more
by Hu Tao
· 12 years ago
3509c39
pflash-cfi02: QOM'ify some more
by Hu Tao
· 12 years ago
f1b44f0
pflash-cfi01: QOM'ify some more
by Hu Tao
· 12 years ago
dd3be74
fdc: QOM'ify some more
by Hu Tao
· 12 years ago
62d92e4
q35: Use QOM realize for q35 host bridge
by Hu Tao
· 12 years ago
ce88812
q35: Use type-safe cast instead of direct access of parent dev
by Hu Tao
· 12 years ago
a3560fb
i440fx-pcihost: Use QOM realize for i440fx-pcihost
by Hu Tao
· 12 years ago
2aedfa46
i440fx: Use type-safe cast instead of direct access of parent dev
by Hu Tao
· 12 years ago
457215e
ohci: Use QOM realize for OHCI
by Hu Tao
· 12 years ago
1aa0c0c
ohci: QOM'ify some more
by Hu Tao
· 12 years ago
ce72439
sysbus: Document SysBusDeviceClass::init and realize semantics
by Hu Tao
· 12 years ago
dc4aa51
xen/xen_platform: QOM parent field cleanup
by Andreas Färber
· 12 years ago
51a3fe9
xen/xen_platform: QOM casting sweep
by Peter Crosthwaite
· 12 years ago
b7578ea
misc/ivshmem: QOM parent field cleanup
by Andreas Färber
· 12 years ago
eb3fedf
misc/ivshmem: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
af21c74
display/vmware_vga: QOM parent field cleanup
by Andreas Färber
· 12 years ago
39d4598
display/vmware_vga: QOM casting sweep
by Peter Crosthwaite
· 12 years ago
6d27a40
misc/pci-testdev: QOM parent field cleanup
by Andreas Färber
· 12 years ago
40108d0
misc/pci-testdev: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
6a6b558
acpi/piix4: QOM parent field cleanup
by Andreas Färber
· 12 years ago
74e445f
acpi/piix4: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
0d3aea5
ide/ich: QOM parent field cleanup
by Andreas Färber
· 12 years ago
fd58922
ide/ich: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
4e5dcc7
scsi/esp-pci: QOM parent field cleanup
by Andreas Färber
· 12 years ago
3a15eff
scsi/esp-pci: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
52190c1
scsi/megasas: QOM parent field cleanup
by Andreas Färber
· 12 years ago
c79e16a
scsi/megasas: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
725eec7
scsi/lsi53c895a: QOM parent field cleanup
by Andreas Färber
· 12 years ago
71186c8
scsi/lsi53c895a: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
9b7d333
usb/hcd-xhci: QOM parent field cleanup
by Andreas Färber
· 12 years ago
3703457
usb/hcd-xhci: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
1f8c794
net/pcnet-pci: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
88a411a
net/rtl8139: QOM parent field cleanup
by Andreas Färber
· 12 years ago
3925751
net/rtl8139: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
b08340d
net/e1000: QOM parent field cleanup
by Andreas Färber
· 12 years ago
567a3c9
net/e1000: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
6783ecf
hw: Avoid use of QOM type name macros in VMStateDescriptions
by Peter Maydell
· 12 years ago
3464700
tests: Add test-bitops.c with some sextract tests
by Peter Maydell
· 12 years ago
Next »