aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pc_piix.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-3/+3
2012-02-03qom: move properties from qdev to objectAnthony Liguori1-3/+3
2012-01-19kvm: x86: Add user space part for in-kernel IOAPICJan Kiszka1-1/+14
2012-01-19kvm: x86: Add user space part for in-kernel i8259Jan Kiszka1-4/+48
2012-01-19kvm: Move kvmclock into hw/kvm folderJan Kiszka1-1/+1
2012-01-15isapc: Fix segfault during initializationJan Kiszka1-11/+11
2011-12-20audio: remove unused parameter isa_picHervé Poussineau1-1/+1
2011-12-20pc: give ISA bus to ISA methodsHervé Poussineau1-2/+1
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-8/+11
2011-12-19pc: fix event_idx compatibility for virtio devicesAnthony Liguori1-0/+32
2011-12-18pc: add pc-0.15Anthony Liguori1-0/+9
2011-12-15qom: add vga node to the pc composition treeAnthony Liguori1-1/+5
2011-12-15rtc: make piix3 set the rtc as a child (v2)Anthony Liguori1-0/+11
2011-11-14pc_piix: set qxl revision to 2 for pc-0.14Alon Levy1-0/+12
2011-11-07ac97: don't override the pci subsystem idGerd Hoffmann1-0/+16
2011-11-07pc: add 1.0 machine typeGerd Hoffmann1-3/+11
2011-10-21pc: Fix floppy drives with if=noneKevin Wolf1-2/+3
2011-10-16pc: Convert GSIState::i8259_irq into arrayJan Kiszka1-1/+3
2011-10-16pc: Generalize ISA IRQs to GSIsJan Kiszka1-14/+14
2011-09-25pc: Re-order pc_init1 to initialize the ISA bus before ISA devicesRichard Henderson1-10/+12
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson1-1/+1
2011-09-23isapc: give system address space when pci is disabledHervé Poussineau1-1/+1
2011-09-23pc: Disable HPET for ISA machineJan Kiszka1-0/+1
2011-09-23pc: Unbreak ROM mapping for ISA machineJan Kiszka1-3/+10
2011-08-22440fx: fix PAM, PCI holesAvi Kivity1-6/+17
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-1/+5
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori1-1/+5
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-1/+2
2011-07-29pc: move global memory map out of pc_init1() and into its callersAvi Kivity1-7/+8
2011-07-29pc: grab system_memoryAvi Kivity1-1/+7
2011-07-26xen: implement unplug protocol in xen_platformStefano Stabellini1-1/+5
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-0/+48
2011-06-19xen: Add the Xen platform pci deviceSteven Smith1-0/+4
2011-06-19xen: fix interrupt routingStefano Stabellini1-5/+1
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-7/+64
2011-06-14virtio: compat event idx supportMichael S. Tsirkin1-0/+48
2011-05-08xen: Add Xen hypercall for sleep state in the cmos_s3 callback.Anthony PERARD1-1/+5
2011-05-08xen: Introduce Xen Interrupt ControllerAnthony PERARD1-2/+6
2011-05-08piix_pci: Introduces Xen specific call for irq.Anthony PERARD1-1/+5
2011-05-08pc, Disable vmport initialisation with Xen.Anthony PERARD1-1/+1
2011-05-08xen: Add xenfv machineAnthony PERARD1-2/+39
2011-05-08pc_memory_init: Move memory calculation to the caller.Anthony PERARD1-2/+10
2011-04-09smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_...Isaku Yamahata1-8/+2
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata1-9/+1
2011-02-21isa-bus: Remove bogus IRQ sharing checkJan Kiszka1-2/+2
2011-02-20fdc: refactor device creationBlue Swirl1-3/+2
2011-02-14kvm: x86: Introduce kvmclock device to save/restore its stateJan Kiszka1-7/+25
2011-02-12vmport: convert to qdevBlue Swirl1-2/+0
2011-01-25audio: consolidate audio_init()Isaku Yamahata1-1/+2