summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* Handle vga= in -appendPascal Terjan2009-07-161-0/+19
* Add a pc-0-10 machine type for compatibility with 0.10.xMark McLoughlin2009-07-161-6/+53
* Replace -no-virtio-balloon by -balloonMarkus Armbruster2009-06-291-2/+3
* x86: Factor out pc_new_cpuJan Kiszka2009-06-291-14/+22
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Multiboot support v5Alexander Graf2009-06-291-8/+238
* Expose fw_cfg v2Alexander Graf2009-06-291-2/+6
* Change bochs bios init orderAlexander Graf2009-06-291-6/+6
* Don't register cpu reset handler for cpu with APIC.Gleb Natapov2009-06-221-7/+3
* Support addr=... in option argument of -drive if=virtioMarkus Armbruster2009-06-221-1/+4
* Support addr=... in option argument of -net nicMarkus Armbruster2009-06-221-1/+1
* acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata2009-06-221-1/+1
* Make nic option rom loading less painful.Glauber Costa2009-06-221-2/+17
* Don't use cpu_index as apic_id.Gleb Natapov2009-06-131-0/+6
* Apic creation should not depend on pciGleb Natapov2009-06-131-8/+2
* Add -no-virtio-balloon command-line optionEduardo Habkost2009-06-131-1/+1
* Use relative path for biosPaul Brook2009-05-301-18/+32
* Add common BusStatePaul Brook2009-05-231-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-211-0/+1
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-2/+10
* Remove initrd warning messageRichard W.M. Jones2009-05-201-3/+0
* keep initrd in below 4g area.Glauber Costa2009-05-201-4/+5
* Remove dead codemalc2009-05-201-14/+7
* Disable >4G ram support on 32-bit targetsPaul Brook2009-05-191-0/+4
* Separate virtio PCI codePaul Brook2009-05-181-3/+3
* SMBus qdev conversionPaul Brook2009-05-141-1/+5
* Virtio-console conversionPaul Brook2009-05-141-3/+3
* Virtio-balloon qdev conversionPaul Brook2009-05-141-3/+3
* Virtio-blk qdev conversionPaul Brook2009-05-141-2/+1
* LSI SCSI qdev conversionPaul Brook2009-05-141-10/+2
* Remove vga_ram_sizePaul Brook2009-05-131-10/+10
* Push AUD_init down to devicesPaul Brook2009-05-121-7/+3
* Make AUD_init failure fatalPaul Brook2009-05-121-10/+8
* reset state for load_linuxGlauber Costa2009-05-081-0/+7
* register reset handler for option_romsGlauber Costa2009-05-081-0/+25
* suport device driver initialization modelGlauber Costa2009-05-011-2/+1
* Hardware watchdogRichard W.M. Jones2009-05-011-0/+3
* sending NUMA topology to BIOS (Andre Przywara)aliguori2009-04-211-0/+24
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-1/+1
* qemu: Add support for SMBIOS command line otions (Alex Williamson)aliguori2009-04-171-0/+9
* Remove redundant ram_require machine properly.pbrook2009-04-111-2/+0
* Clean up VGA ram allocation.pbrook2009-04-101-15/+6
* More phys_ram_base removal.pbrook2009-04-101-1/+1
* Use cpu_physical_memory_write_rom instead of memcpy.pbrook2009-04-091-4/+4
* Register a single area for vga bios and option romspbrook2009-04-091-68/+53
* get roms more room. (Glauber Costa)aliguori2009-03-281-10/+19
* Sparse fixes: move ACPI table definitions to pc.hblueswir12009-03-071-4/+2
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-4/+5
* Allow additions of ACPI tables from command line (Gleb Natapov)aliguori2009-02-271-0/+5
OpenPOWER on IntegriCloud