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