aboutsummaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '96e132e24ee5a693069e83b6a981693588b088c1' into upstream-mergeAvi Kivity2009-09-211-1/+0
|\
| * Compile ne2000 only onceBlue Swirl2009-09-201-1/+0
* | Merge commit 'afcea8cbdea8180b42093377b2c700d1b7f20b7c' into upstream-mergeAvi Kivity2009-09-215-29/+27
|\|
| * ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-205-29/+27
* | Merge commit '5e520a7d500ec2569d22d80f9ef4272a34cb3c80' into upstream-mergeAvi Kivity2009-09-214-28/+38
|\|
| * Compile msix only onceBlue Swirl2009-09-204-28/+36
* | Merge commit 'ca20cf32ab3d945155141ef737f5d08ebb373e1d' into upstream-mergeAvi Kivity2009-09-2133-38/+1007
|\|
| * Compile loader only onceBlue Swirl2009-09-2031-37/+1005
| * Compile wdt_i6300esb only onceBlue Swirl2009-09-202-1/+2
* | Merge commit '5f6b9e8fd5b9516170e582d9b6c27c98519a8031' into upstream-mergeAvi Kivity2009-09-2119-182/+426
|\|
| * PPC: make system bus parent of PCI busBlue Swirl2009-09-192-2/+2
| * ESP: convert to VMStateBlue Swirl2009-09-191-42/+22
| * audio: use muldiv64 where it makes sensemalc2009-09-182-4/+4
| * qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock2009-09-161-6/+4
| * escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951Aurelien Jarno2009-09-161-2/+2
| * ide/isa: convert to qdev.Gerd Hoffmann2009-09-155-14/+58
| * ide/pci: convert to qdev.Gerd Hoffmann2009-09-151-69/+117
| * ide/pci: fix indentionGerd Hoffmann2009-09-151-6/+6
| * ide/qdev: add ide bus.Gerd Hoffmann2009-09-152-1/+147
| * split away drive init from ide_init2()Gerd Hoffmann2009-09-152-32/+40
| * qdev/pci: add pci_create_noinit()Gerd Hoffmann2009-09-152-3/+9
| * mips malta: ensure that the serial ports are associated with a deviceAurelien Jarno2009-09-151-0/+9
| * hw/serial: don't create a char device if none is specifiedAurelien Jarno2009-09-151-1/+6
* | Merge commit '5c637a20e9d13433feb05b804b946690287ffe72' into upstream-mergeAvi Kivity2009-09-214-18/+84
|\|
| * unbreak ppc/prepGerd Hoffmann2009-09-141-1/+4
| * Add an ISA bus version of m48t59Blue Swirl2009-09-143-17/+80
* | piix4_dev is not used for pc'sJuan Quintela2009-09-211-3/+0
* | i8259: kvm_* functions only defined when KVM_CAP_IRQCHIP devinedJuan Quintela2009-09-211-2/+2
* | apic: Variable only used when CAP_IRQCHIP is definedJuan Quintela2009-09-211-2/+2
* | vga: move back dirty_log functions to vga.cJuan Quintela2009-09-212-43/+43
* | acpi: enable/disable_processor() are used only for TARGET_I386Juan Quintela2009-09-211-1/+1
* | qemu-kvm: Reindent pc_new_cpuJan Kiszka2009-09-181-13/+15
* | Rename USE_KVM_* to CONFIG_KVM_*Juan Quintela2009-09-185-15/+15
* | Make cpu runnable after sipiGleb Natapov2009-09-181-2/+3
* | set correct CS seg limit and flags on sipiGleb Natapov2009-09-181-1/+1
* | test-device: add support for irq injectionAvi Kivity2009-09-162-0/+11
* | Add test deviceGerd Hoffmann2009-09-161-0/+55
* | qemu-kvm: fix ioapic savevmJuan Quintela2009-09-161-35/+18
* | Merge commit '042eb37a04c9bf0cc76d14038a8ed35e3de713e2' into upstream-mergeMarcelo Tosatti2009-09-147-28/+27
|\|
| * Fix Linux task preemption on Versatile boardDaniel Jacobowitz2009-09-141-2/+3
| * pflash_cfi01: Correct debug build, no functional changes.Edgar E. Iglesias2009-09-141-11/+12
| * ne2000-isa: Do not free memory owned by qdevmalc2009-09-141-2/+0
| * Sparc64: make system bus parent of PCI busBlue Swirl2009-09-131-1/+1
| * x86: move a declaration to headerBlue Swirl2009-09-131-2/+0
| * x86: add 'const'Blue Swirl2009-09-131-6/+7
| * Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is ...Reimar Döffinger2009-09-121-3/+3
| * Fix xen build after sys-queue renamingJan Kiszka2009-09-121-1/+1
* | Merge commit '72cf2d4f0e181d0d3a3122e04129c58a95da713e' into upstream-mergeMarcelo Tosatti2009-09-1419-104/+104
|\|
| * Fix sys-queue.h conflict for goodBlue Swirl2009-09-1215-92/+92
| * audio: remove lsbindex/popcount in favour of host-utils's ctz32malc2009-09-121-2/+3