summaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Replace -no-virtio-balloon by -balloonMarkus Armbruster1-2/+3
2009-06-29x86: Factor out pc_new_cpuJan Kiszka1-14/+22
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-29Multiboot support v5Alexander Graf1-8/+238
2009-06-29Expose fw_cfg v2Alexander Graf1-2/+6
2009-06-29Change bochs bios init orderAlexander Graf1-6/+6
2009-06-22Don't register cpu reset handler for cpu with APIC.Gleb Natapov1-7/+3
2009-06-22Support addr=... in option argument of -drive if=virtioMarkus Armbruster1-1/+4
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-1/+1
2009-06-22acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata1-1/+1
2009-06-22Make nic option rom loading less painful.Glauber Costa1-2/+17
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov1-0/+6
2009-06-13Apic creation should not depend on pciGleb Natapov1-8/+2
2009-06-13Add -no-virtio-balloon command-line optionEduardo Habkost1-1/+1
2009-05-30Use relative path for biosPaul Brook1-18/+32
2009-05-23Add common BusStatePaul Brook1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori1-0/+1
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-2/+10
2009-05-20Remove initrd warning messageRichard W.M. Jones1-3/+0
2009-05-20keep initrd in below 4g area.Glauber Costa1-4/+5
2009-05-20Remove dead codemalc1-14/+7
2009-05-19Disable >4G ram support on 32-bit targetsPaul Brook1-0/+4
2009-05-18Separate virtio PCI codePaul Brook1-3/+3
2009-05-14SMBus qdev conversionPaul Brook1-1/+5
2009-05-14Virtio-console conversionPaul Brook1-3/+3
2009-05-14Virtio-balloon qdev conversionPaul Brook1-3/+3
2009-05-14Virtio-blk qdev conversionPaul Brook1-2/+1
2009-05-14LSI SCSI qdev conversionPaul Brook1-10/+2
2009-05-13Remove vga_ram_sizePaul Brook1-10/+10
2009-05-12Push AUD_init down to devicesPaul Brook1-7/+3
2009-05-12Make AUD_init failure fatalPaul Brook1-10/+8
2009-05-08reset state for load_linuxGlauber Costa1-0/+7
2009-05-08register reset handler for option_romsGlauber Costa1-0/+25
2009-05-01suport device driver initialization modelGlauber Costa1-2/+1
2009-05-01Hardware watchdogRichard W.M. Jones1-0/+3
2009-04-21sending NUMA topology to BIOS (Andre Przywara)aliguori1-0/+24
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-1/+1
2009-04-17qemu: Add support for SMBIOS command line otions (Alex Williamson)aliguori1-0/+9
2009-04-11Remove redundant ram_require machine properly.pbrook1-2/+0
2009-04-10Clean up VGA ram allocation.pbrook1-15/+6
2009-04-10More phys_ram_base removal.pbrook1-1/+1
2009-04-09Use cpu_physical_memory_write_rom instead of memcpy.pbrook1-4/+4
2009-04-09Register a single area for vga bios and option romspbrook1-68/+53
2009-03-28get roms more room. (Glauber Costa)aliguori1-10/+19
2009-03-07Sparse fixes: move ACPI table definitions to pc.hblueswir11-4/+2
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-4/+5
2009-02-27Allow additions of ACPI tables from command line (Gleb Natapov)aliguori1-0/+5
2009-02-11qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori1-0/+2
2009-01-24Support epoch of 1980 in RTC emulation for MIPS Magnumaurel321-1/+1