aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pc_piix.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-22pc/piix: fix mismerge of b1aeb92666d2fde413c34578b3b42bbfe5f2a506Isaku Yamahata1-8/+4
2010-12-09pci: make command SERR bit writableIsaku Yamahata1-0/+20
2010-11-21vgabios update: handle compatibility with older qemu versionsGerd Hoffmann1-0/+16
2010-11-21virtfs: enable MSI-XGerd Hoffmann1-0/+8
2010-11-21pc: add 0.13 pc machine typeGerd Hoffmann1-1/+9
2010-08-28isapc: fix segfault.Isaku Yamahata1-0/+1
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-22virtio-serial: Fix compat property nameAmit Shah1-3/+3
2010-07-02pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster1-5/+11
2010-06-27Remove useless device dependency of HAS_AUDIOBlue Swirl1-2/+0
2010-06-19ioapic: convert to qdevBlue Swirl1-1/+18
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-0/+1
2010-05-15pci hotadd, acpi_piix4: remove global variablesIsaku Yamahata1-1/+0
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata1-1/+1
2010-05-15pc: split out piix specific part from pc.c into pc_piix.cIsaku Yamahata1-0/+317