summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+6
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2-2/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster3-3/+3
2013-12-11pc: use macro for HPET typeMichael S. Tsirkin1-1/+1
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan3-8/+26
2013-12-10ACPI DSDT: Make control method `IQCR` serializedMichael S. Tsirkin4-6/+6
2013-12-10acpi: strip compiler info in built-in DSDTMichael S. Tsirkin1-1/+7
2013-12-10smbios: Set system manufacturer, product & version by defaultMarkus Armbruster3-1/+57
2013-12-10pc: s/INT64_MAX/UINT64_MAX/Paolo Bonzini2-2/+2
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2-16/+6
2013-12-07Merge remote-tracking branch 'kraxel/tags/pull-seabios-31b8b4e-1' into stagingAnthony Liguori2-3/+26
2013-12-06pc: switch 2.0 machine types to large seabios binaryGerd Hoffmann2-2/+6
2013-12-02acpi-build: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil1-2/+3
2013-12-02add pc-{i440fx,q35}-2.0 machine typesGerd Hoffmann2-3/+22
2013-11-25acpi-build: fix support for glib < 2.22Michael S. Tsirkin1-4/+2
2013-11-25Merge remote-tracking branch 'bonzini/tags/for-anthony' into stagingAnthony Liguori2-14/+0
2013-11-21pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini2-14/+0
2013-11-21acpi-build: fix build on glib < 2.14Michael S. Tsirkin2-5/+8
2013-11-21acpi-build: fix build on glib < 2.22Michael S. Tsirkin1-5/+6
2013-11-21Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-46/+10
2013-11-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-2/+2
2013-11-19Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2-21/+17
2013-11-17hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistentlyMichael Tokarev1-1/+1
2013-11-14pc: disable pci-infoIgor Mammedov2-2/+2
2013-11-13pci-assign: Fix error_report of pci-stub messageCole Robinson1-20/+16
2013-11-10acpi-build: disable with -no-acpiMichael S. Tsirkin1-0/+5
2013-11-07pci-assign: Remove dead code for direct I/O region access from userspaceJan Kiszka1-46/+10
2013-11-05Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+2
2013-11-04pc: disable acpi info for isapc and old pc machineMichael S. Tsirkin1-0/+2
2013-11-04pc: register e820 entries for ramGerd Hoffmann1-7/+1
2013-11-04pc: add etc/e820 fw_cfg fileGerd Hoffmann1-11/+28
2013-10-31Merge remote-tracking branch 'kraxel/e820.1' into stagingAnthony Liguori1-0/+8
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori24-1/+15616
2013-10-17e820: pass high memory too.Gerd Hoffmann1-0/+8
2013-10-14ssdt-proc: update generated fileMichael S. Tsirkin1-5/+5
2013-10-14ssdt: fix PBLK lengthMichael S. Tsirkin1-1/+1
2013-10-14i386: ACPI table generation code from seabiosMichael S. Tsirkin7-0/+1568
2013-10-14pc: use new api to add builtin tablesMichael S. Tsirkin1-1/+1
2013-10-14i386: define pc guest infoMichael S. Tsirkin1-0/+21
2013-10-14i386: add bios linker/loaderMichael S. Tsirkin3-0/+186
2013-10-14acpi: ssdt pcihp: updat generated fileMichael S. Tsirkin1-4/+4
2013-10-14acpi: pre-compiled ASL filesMichael S. Tsirkin5-0/+12383
2013-10-14acpi: add rules to compile ASL sourceMichael S. Tsirkin1-0/+22
2013-10-14i386: add ACPI table files from seabiosMichael S. Tsirkin10-0/+1435
2013-10-04kvmvapic: Prevent reading beyond the end of guest RAMJan Kiszka1-0/+3
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-98/+241
2013-09-28smbios: Factor out smbios_maybe_add_str()Markus Armbruster1-36/+25
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster1-61/+91
2013-09-28smbios: Improve diagnostics for conflicting entriesMarkus Armbruster1-26/+17
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster1-38/+171