summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-1161/+0
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-18/+18
* target-i386: Split command line parsing out of cpu_x86_register()Andreas Färber2013-02-161-1/+0
* target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber2013-02-011-3/+4
* pc: Set fw_cfg data based on APIC ID calculationEduardo Habkost2013-01-271-5/+35
* fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()Eduardo Habkost2013-01-271-1/+1
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-2/+2
* fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobsMarkus Armbruster2013-01-191-7/+6
* pc: Clean up bochs_bios_init()'s (non-)use of sizeofMarkus Armbruster2013-01-191-3/+3
* pc: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster2013-01-191-3/+1
* hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return valueJulien Grall2013-01-121-2/+2
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-01-111-0/+12
|\
| * hw/pc.c: Fix converting of ioport_register* to MemoryRegionJulien Grall2013-01-111-0/+12
* | Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
|/
* Merge remote-tracking branch 'kraxel/testdev.1' into stagingAnthony Liguori2013-01-041-41/+0
|\
| * pc: remove bochs bios debug portsGerd Hoffmann2013-01-041-41/+0
* | acpi: autoload dsdtGerd Hoffmann2013-01-041-0/+23
|/
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-4/+4
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-2/+2
* hw/pc.c: Replace register_ioport_*Julien Grall2012-12-041-9/+40
* pc: Move ioapic_init() from pc_piix.c to pc.cJason Baron2012-11-261-0/+24
* pc, pc_piix: split out pc nic initializationIsaku Yamahata2012-11-261-0/+15
* target-i386: Initialize APIC at CPU levelIgor Mammedov2012-10-301-51/+5
* pc port92: convert PIO to new memory api read/writeAlexander Graf2012-10-291-8/+11
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* serial: split serial.cGerd Hoffmann2012-10-221-0/+1
* pc: use the new pci_vga_init() and isa_vga_init() functionsAurelien Jarno2012-10-061-29/+6
* vga: rename isa_vga_init() to isa_std_vga_init()Aurelien Jarno2012-10-061-1/+1
* vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno2012-10-061-1/+1
* pc: Drop practically unused BOCHS BIOS debug portsJan Kiszka2012-09-171-27/+0
* pc: Fix RTC CMOS info on RAM for ram_size < 1MiBMarkus Armbruster2012-08-181-13/+18
* Add one new file vga-pci.h and cleanup on all platformszhlcindy@gmail.com2012-08-151-0/+1
* kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell2012-08-091-0/+1
* Fixes related to processing of qemu's -numa optionChegu Vinod2012-08-041-1/+2
* target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov2012-08-011-8/+1
* target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov2012-08-011-9/+0
* hd-geometry: Compute BIOS CHS translation in one placeMarkus Armbruster2012-07-171-15/+4
* block: Geometry and translation hints are now useless, purge themMarkus Armbruster2012-07-171-0/+1
* ide pc: Cut out the block layer geometry middlemanMarkus Armbruster2012-07-171-24/+27
* fdc: Move floppy geometry guessing back from block.cMarkus Armbruster2012-07-171-9/+2
* Add PIIX4 properties to control PM system states.Gleb Natapov2012-06-191-1/+2
* pc: Pass X86CPU to pc_cpu_reset()Andreas Färber2012-06-041-4/+5
* pc: Use cpu_x86_init() to obtain X86CPUAndreas Färber2012-06-041-4/+6
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-06-031-9/+0
|\
| * pc: Enable MSI support at APIC levelJan Kiszka2012-05-161-9/+0
* | Merge remote-tracking branch 'sstabellini/for_1.1_rc3' into stagingAnthony Liguori2012-05-291-10/+13
|\ \
| * | xen: do not initialize the interval timer and PCSPK emulatorStefano Stabellini2012-05-171-10/+13
| |/
OpenPOWER on IntegriCloud