aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* pc: Avoid registering zero sized memoryAlex Williamson2010-07-131-2/+4
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-3/+4
* pc: Allocate all ram in a single qemu_ram_alloc()Alex Williamson2010-07-061-13/+9
* pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster2010-07-021-35/+59
* x86: Clean up CPU resetJan Kiszka2010-06-271-18/+4
* Remove useless device dependency of HAS_AUDIOBlue Swirl2010-06-271-2/+0
* apic: qdev conversion cleanupBlue Swirl2010-06-191-1/+30
* apic: avoid using CPUState internalsBlue Swirl2010-06-191-2/+32
* apic: avoid passing CPUState from devicesBlue Swirl2010-06-191-4/+6
* pass info about hpets to seabios.]Gleb Natapov2010-06-141-0/+3
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-141-0/+1
|\
| * blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-0/+1
* | hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka2010-06-131-6/+8
* | hpet: Convert to qdevJan Kiszka2010-06-131-1/+6
|/
* pc: improve debuggingBlue Swirl2010-05-291-0/+12
* Compile dma only onceBlue Swirl2010-05-221-1/+12
* Compile pckbd only onceBlue Swirl2010-05-221-22/+11
* pc: fix segfault introduced by 3d53f5c36ff6Eduard - Gabriel Munteanu2010-05-201-2/+2
* rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata2010-05-151-5/+6
* pc: split out piix specific part from pc.c into pc_piix.cIsaku Yamahata2010-05-151-326/+25
* pc: split out pci device init from pc_init1() into pc_pci_device_init()Isaku Yamahata2010-05-151-7/+12
* pc: split out basic device init from pc_init1() into pc_basic_device_init()Isaku Yamahata2010-05-151-38/+48
* pc: split out vga initialization from pc_init1() into pc_vga_init().Isaku Yamahata2010-05-151-18/+23
* pc: split out memory allocation from pc_init1() into pc_memory_init()Isaku Yamahata2010-05-151-28/+45
* pc: split out cpu initialization from pc_init1() into pc_cpus_init().Isaku Yamahata2010-05-151-12/+19
* pc: make pc_init1() not refer ferr_irq directly.Isaku Yamahata2010-05-151-1/+7
* pc: introduce a function to allocate cpu irq.Isaku Yamahata2010-05-151-1/+6
* pc: remove global variable rtc_state by using qemu_irq.Isaku Yamahata2010-05-151-9/+7
* pc: remove a global variable, floppy_controller.Isaku Yamahata2010-05-151-3/+5
* pc: make an unnecessary global variable, pit, local.Isaku Yamahata2010-05-151-1/+1
* pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata2010-05-151-3/+15
* pc: initialize ioapic before use.Isaku Yamahata2010-05-151-3/+3
* hw: better i440 emulationBernhard M. Wiedemann2010-05-031-1/+1
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-4/+2
* Check for invalid initrd fileM. Mohan Kumar2010-04-191-0/+6
* Compile acpi only onceBlue Swirl2010-03-291-9/+27
* Move x86 specific PC declarations to a separate fileBlue Swirl2010-03-211-0/+1
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-3/+3
* pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster2010-03-161-20/+8
* pc: Fix error reporting for -boot onceMarkus Armbruster2010-03-161-4/+3
* x86: Extend validity of bsp_to_cpuJan Kiszka2010-03-041-1/+2
* Allocate memory below 4GB as one chunkAvi Kivity2010-03-041-9/+2
* QEMU e820 reservation patchJes Sorensen2010-02-191-0/+35
* pc: Add backward compatibility options for virtio-serialAmit Shah2010-02-191-0/+28
* pc: Bump up pc version to 0.13 and add a 0.12 compat versionAmit Shah2010-02-191-1/+9
* Remove conditional rom loading supportBlue Swirl2010-02-141-3/+0
* fdc: don't use reserved _t suffixBlue Swirl2010-02-071-1/+1
* virtio-console: qdev conversion, new virtio-serial-busAmit Shah2010-01-201-10/+1
* pc: add driver version compat propertiesGerd Hoffmann2010-01-191-0/+16
* pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann2010-01-111-0/+8