aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-21pc: disable the BOCHS BIOS panic portBernhard Kohl1-2/+2
2010-11-16pc: Fix e820 fw_cfg for big endianAlex Williamson1-7/+7
2010-11-16pc: e820 qemu_cfg tables need to be packedAlex Williamson1-2/+2
2010-11-16more stdvga cleanups.Gerd Hoffmann1-1/+1
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-13pc: Avoid registering zero sized memoryAlex Williamson1-2/+4
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-3/+4
2010-07-06pc: Allocate all ram in a single qemu_ram_alloc()Alex Williamson1-13/+9
2010-07-02pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster1-35/+59
2010-06-27x86: Clean up CPU resetJan Kiszka1-18/+4
2010-06-27Remove useless device dependency of HAS_AUDIOBlue Swirl1-2/+0
2010-06-19apic: qdev conversion cleanupBlue Swirl1-1/+30
2010-06-19apic: avoid using CPUState internalsBlue Swirl1-2/+32
2010-06-19apic: avoid passing CPUState from devicesBlue Swirl1-4/+6
2010-06-14pass info about hpets to seabios.]Gleb Natapov1-0/+3
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+1
2010-06-13hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka1-6/+8
2010-06-13hpet: Convert to qdevJan Kiszka1-1/+6
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-0/+1
2010-05-29pc: improve debuggingBlue Swirl1-0/+12
2010-05-22Compile dma only onceBlue Swirl1-1/+12
2010-05-22Compile pckbd only onceBlue Swirl1-22/+11
2010-05-20pc: fix segfault introduced by 3d53f5c36ff6Eduard - Gabriel Munteanu1-2/+2
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata1-5/+6
2010-05-15pc: split out piix specific part from pc.c into pc_piix.cIsaku Yamahata1-326/+25
2010-05-15pc: split out pci device init from pc_init1() into pc_pci_device_init()Isaku Yamahata1-7/+12
2010-05-15pc: split out basic device init from pc_init1() into pc_basic_device_init()Isaku Yamahata1-38/+48
2010-05-15pc: split out vga initialization from pc_init1() into pc_vga_init().Isaku Yamahata1-18/+23
2010-05-15pc: split out memory allocation from pc_init1() into pc_memory_init()Isaku Yamahata1-28/+45
2010-05-15pc: split out cpu initialization from pc_init1() into pc_cpus_init().Isaku Yamahata1-12/+19
2010-05-15pc: make pc_init1() not refer ferr_irq directly.Isaku Yamahata1-1/+7
2010-05-15pc: introduce a function to allocate cpu irq.Isaku Yamahata1-1/+6
2010-05-15pc: remove global variable rtc_state by using qemu_irq.Isaku Yamahata1-9/+7
2010-05-15pc: remove a global variable, floppy_controller.Isaku Yamahata1-3/+5
2010-05-15pc: make an unnecessary global variable, pit, local.Isaku Yamahata1-1/+1
2010-05-15pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata1-3/+15
2010-05-15pc: initialize ioapic before use.Isaku Yamahata1-3/+3
2010-05-03hw: better i440 emulationBernhard M. Wiedemann1-1/+1
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-4/+2
2010-04-19Check for invalid initrd fileM. Mohan Kumar1-0/+6
2010-03-29Compile acpi only onceBlue Swirl1-9/+27
2010-03-21Move x86 specific PC declarations to a separate fileBlue Swirl1-0/+1
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-3/+3
2010-03-16pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster1-20/+8
2010-03-16pc: Fix error reporting for -boot onceMarkus Armbruster1-4/+3
2010-03-04x86: Extend validity of bsp_to_cpuJan Kiszka1-1/+2
2010-03-04Allocate memory below 4GB as one chunkAvi Kivity1-9/+2
2010-02-19QEMU e820 reservation patchJes Sorensen1-0/+35
2010-02-19pc: Add backward compatibility options for virtio-serialAmit Shah1-0/+28
2010-02-19pc: Bump up pc version to 0.13 and add a 0.12 compat versionAmit Shah1-1/+9