summaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-01target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber1-3/+4
2013-01-27pc: Set fw_cfg data based on APIC ID calculationEduardo Habkost1-5/+35
2013-01-27fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()Eduardo Habkost1-1/+1
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber1-2/+2
2013-01-19fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobsMarkus Armbruster1-7/+6
2013-01-19pc: Clean up bochs_bios_init()'s (non-)use of sizeofMarkus Armbruster1-3/+3
2013-01-19pc: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster1-3/+1
2013-01-12hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return valueJulien Grall1-2/+2
2013-01-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-0/+12
2013-01-11hw/pc.c: Fix converting of ioport_register* to MemoryRegionJulien Grall1-0/+12
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-04Merge remote-tracking branch 'kraxel/testdev.1' into stagingAnthony Liguori1-41/+0
2013-01-04pc: remove bochs bios debug portsGerd Hoffmann1-41/+0
2013-01-04acpi: autoload dsdtGerd Hoffmann1-0/+23
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-4/+4
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-2/+2
2012-12-04hw/pc.c: Replace register_ioport_*Julien Grall1-9/+40
2012-11-26pc: Move ioapic_init() from pc_piix.c to pc.cJason Baron1-0/+24
2012-11-26pc, pc_piix: split out pc nic initializationIsaku Yamahata1-0/+15
2012-10-30target-i386: Initialize APIC at CPU levelIgor Mammedov1-51/+5
2012-10-29pc port92: convert PIO to new memory api read/writeAlexander Graf1-8/+11
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-10-22serial: split serial.cGerd Hoffmann1-0/+1
2012-10-06pc: use the new pci_vga_init() and isa_vga_init() functionsAurelien Jarno1-29/+6
2012-10-06vga: rename isa_vga_init() to isa_std_vga_init()Aurelien Jarno1-1/+1
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno1-1/+1
2012-09-17pc: Drop practically unused BOCHS BIOS debug portsJan Kiszka1-27/+0
2012-08-18pc: Fix RTC CMOS info on RAM for ram_size < 1MiBMarkus Armbruster1-13/+18
2012-08-15Add one new file vga-pci.h and cleanup on all platformszhlcindy@gmail.com1-0/+1
2012-08-09kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell1-0/+1
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod1-1/+2
2012-08-01target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov1-8/+1
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov1-9/+0
2012-07-17hd-geometry: Compute BIOS CHS translation in one placeMarkus Armbruster1-15/+4
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster1-0/+1
2012-07-17ide pc: Cut out the block layer geometry middlemanMarkus Armbruster1-24/+27
2012-07-17fdc: Move floppy geometry guessing back from block.cMarkus Armbruster1-9/+2
2012-06-19Add PIIX4 properties to control PM system states.Gleb Natapov1-1/+2
2012-06-04pc: Pass X86CPU to pc_cpu_reset()Andreas Färber1-4/+5
2012-06-04pc: Use cpu_x86_init() to obtain X86CPUAndreas Färber1-4/+6
2012-06-03Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-9/+0
2012-05-29Merge remote-tracking branch 'sstabellini/for_1.1_rc3' into stagingAnthony Liguori1-10/+13
2012-05-25fdc: floppy drive should be visible after start without mediaPavel Hrdina1-1/+1
2012-05-17xen: do not initialize the interval timer and PCSPK emulatorStefano Stabellini1-10/+13
2012-05-16pc: Enable MSI support at APIC levelJan Kiszka1-9/+0
2012-04-17xen: add a dummy xc_hvm_inject_msi for Xen < 4.2Stefano Stabellini1-1/+1
2012-04-13Xen: Add xen-apic support and hook it up.Wei Liu1-0/+8