Age | Commit message (Expand) | Author |
2013-04-15 | acpi: move declarations from pc.h to acpi.h | Michael S. Tsirkin |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini |
2013-04-08 | hw: move hw/kvm/ to hw/i386/kvm | Paolo Bonzini |
2013-04-08 | hw: move other devices to hw/misc/, configure with default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move PCI bridges to hw/pci-* or hw/ARCH | Paolo Bonzini |
2013-04-08 | hw: move ISA bridges and devices to hw/isa/, configure with default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move char devices to hw/char/, configure via default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move more files to hw/xen/ | Paolo Bonzini |
2013-04-08 | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move block devices to hw/block/, configure via default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move MC146818RTC to hw/timer/, configure via default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move watchdogs to hw/watchdog, configure via default-configs/ | Paolo Bonzini |
2013-04-08 | hw: make all of hw/pci/ configurable via default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-04-04 | pc_acpi_init(): don't bail as soon as failing to find default DSDT | Laszlo Ersek |
2013-04-04 | Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000 | Laszlo Ersek |
2013-04-04 | extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESS | Laszlo Ersek |
2013-04-04 | like acpi_table_install(), acpi_table_add() should propagate Errors | Laszlo Ersek |
2013-04-04 | acpi_table_add(): accept QemuOpts and parse it with OptsVisitor | Laszlo Ersek |
2013-03-28 | hw/i386/pc: format load_linux function | liguang |
2013-03-12 | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber |
2013-03-12 | exec: Pass CPUState to cpu_reset_interrupt() | Andreas Färber |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber |
2013-03-10 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori |
2013-03-01 | i386: move files referencing CPU to hw/i386/ | Paolo Bonzini |
2013-03-01 | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini |
2013-01-04 | hw: Add test device for unittests execution | Lucas Meneghel Rodrigues |
2013-01-04 | add isa-debug-exit device. | Gerd Hoffmann |
2012-12-17 | pci: move pci core code to hw/pci | Michael S. Tsirkin |
2012-11-26 | q35: Introduce q35 pc based chipset emulator | Isaku Yamahata |
2012-11-26 | ich9: Add the lpc chip | Jason Baron |
2012-06-21 | Introduce Xen PCI Passthrough, MSI | Jiang Yunhong |
2012-06-21 | Introduce Xen PCI Passthrough, qdevice | Allen Kay |
2012-06-21 | Introduce XenHostPCIDevice to access a pci device on the host. | Anthony PERARD |
2012-06-19 | make: automatically include dependencies in recursive subdir rules (v2) | Anthony Liguori |
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini |