summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2013-06-17pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov1-0/+5
2013-06-17smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster1-1/+4
2013-06-17smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster1-2/+2
2013-06-17smbios: Clean up smbios_add_field() parametersMarkus Armbruster1-12/+14
2013-06-17smbios: Convert to error_report()Markus Armbruster1-12/+12
2013-06-11xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini1-3/+3
2013-06-11xen_machine_pv: do not create a dummy CPU in machine->initStefano Stabellini1-16/+0
2013-05-13Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"Paolo Bonzini2-4/+0
2013-05-12remove double semicolonsDong Xu Wang1-1/+1
2013-05-07Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2-0/+2
2013-05-06target-i386: n270 can MOVBEBorislav Petkov2-0/+2
2013-05-06kvmvapic: add ioport read accessorMarcelo Tosatti1-0/+6
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-1/+1
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov3-0/+28
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov1-2/+11
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov3-6/+8
2013-05-01target-i386: Introduce ICC bus/device/bridgeIgor Mammedov2-0/+14
2013-05-01kvmvapic: Make dependency on sysbus.h explicitIgor Mammedov1-0/+1
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov1-1/+1
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov1-1/+28
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov1-0/+20
2013-04-30pvpanic: create pvpanic by default for machine 1.5Hu Tao2-0/+19
2013-04-30pc_piix: remove undesired change in pc_init1Paolo Bonzini1-0/+1
2013-04-29audio: enable PCI audio cards for all PCI-enabled targetsPaolo Bonzini2-3/+0
2013-04-29audio: look for the ISA and PCI busesPaolo Bonzini2-3/+2
2013-04-29pc: QOM'ify port 92Andreas Färber1-5/+9
2013-04-29i8259: QOM cleanupsAndreas Färber1-1/+1
2013-04-29fdc: QOM'ify ISA floppy controllerAndreas Färber1-1/+1
2013-04-24pc: Kill the "use flash device for BIOS unless KVM" misfeatureMarkus Armbruster2-2/+16
2013-04-24pc: Split pc_init_pci_1_0() off pc_init_pci_1_2()Markus Armbruster1-4/+12
2013-04-24pc: Inline pc_init_pci_1_3() into pc_init_pci_1_2()Markus Armbruster1-1/+2
2013-04-24ich9: kill cmos_s3Hu Tao1-14/+1
2013-04-16kvmvapic: Replace FROM_SYSBUS() with QOM type castIgor Mammedov1-2/+5
2013-04-15acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin2-0/+2
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini6-4/+29
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini8-4/+2898
2013-04-08hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini1-4/+0
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-2/+1
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-2/+1
2013-04-08hw: move ISA bridges and devices to hw/isa/, configure with default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move more files to hw/xen/Paolo Bonzini1-3/+0
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: move watchdogs to hw/watchdog, configure via default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: make all of hw/pci/ configurable via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini8-27/+27
2013-04-04pc_acpi_init(): don't bail as soon as failing to find default DSDTLaszlo Ersek1-16/+17
2013-04-04Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000Laszlo Ersek1-1/+3