Age | Commit message (Expand) | Author | Files | Lines |
2012-07-17 | hd-geometry: Compute BIOS CHS translation in one place | Markus Armbruster | 1 | -15/+4 |
2012-07-17 | block: Geometry and translation hints are now useless, purge them | Markus Armbruster | 1 | -0/+1 |
2012-07-17 | ide pc: Cut out the block layer geometry middleman | Markus Armbruster | 1 | -24/+27 |
2012-07-17 | fdc: Move floppy geometry guessing back from block.c | Markus Armbruster | 1 | -9/+2 |
2012-06-19 | Add PIIX4 properties to control PM system states. | Gleb Natapov | 1 | -1/+2 |
2012-06-04 | pc: Pass X86CPU to pc_cpu_reset() | Andreas Färber | 1 | -4/+5 |
2012-06-04 | pc: Use cpu_x86_init() to obtain X86CPU | Andreas Färber | 1 | -4/+6 |
2012-06-03 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 1 | -9/+0 |
2012-05-29 | Merge remote-tracking branch 'sstabellini/for_1.1_rc3' into staging | Anthony Liguori | 1 | -10/+13 |
2012-05-25 | fdc: floppy drive should be visible after start without media | Pavel Hrdina | 1 | -1/+1 |
2012-05-17 | xen: do not initialize the interval timer and PCSPK emulator | Stefano Stabellini | 1 | -10/+13 |
2012-05-16 | pc: Enable MSI support at APIC level | Jan Kiszka | 1 | -9/+0 |
2012-04-17 | xen: add a dummy xc_hvm_inject_msi for Xen < 4.2 | Stefano Stabellini | 1 | -1/+1 |
2012-04-13 | Xen: Add xen-apic support and hook it up. | Wei Liu | 1 | -0/+8 |
2012-04-07 | Replace Qemu by QEMU in comments | Stefan Weil | 1 | -1/+1 |
2012-03-14 | i386 hw/: Don't use CPUState | Andreas Färber | 1 | -10/+10 |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 1 | -1/+1 |
2012-03-07 | kvm: x86: Add user space part for in-kernel i8254 | Jan Kiszka | 1 | -2/+12 |
2012-02-29 | block: add a transfer rate for floppy types | Hervé Poussineau | 1 | -1/+2 |
2012-02-24 | suspend: switch acpi s3 to new infrastructure. | Gerd Hoffmann | 1 | -11/+0 |
2012-02-22 | hw/pc: move rom init to pc_sysfw.c | Jordan Justen | 1 | -51/+5 |
2012-02-17 | pcspk: Convert to qdev | Jan Kiszka | 1 | -1/+2 |
2012-02-17 | i8254: Rework & fix interaction with HPET in legacy mode | Jan Kiszka | 1 | -3/+12 |
2012-02-17 | i8254: Pass alternative IRQ output object on initialization | Jan Kiszka | 1 | -1/+1 |
2012-02-17 | i8254: Factor out interface header | Jan Kiszka | 1 | -0/+1 |
2012-02-15 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 1 | -2/+2 |
2012-02-15 | qom: Unify type registration | Andreas Färber | 1 | -2/+3 |
2012-02-08 | kvm: Implement kvm_irqchip_in_kernel like kvm_enabled | Jan Kiszka | 1 | -2/+2 |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 1 | -8/+10 |
2012-01-27 | isa: pic: convert to QEMU Object Model | Anthony Liguori | 1 | -7/+13 |
2012-01-23 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 1 | -7/+13 |
2012-01-22 | vga: make Cirrus ISA device optional | Blue Swirl | 1 | -1/+1 |
2012-01-22 | vga: improve VGA logic | Blue Swirl | 1 | -5/+0 |
2012-01-19 | kvm: x86: Add user space part for in-kernel APIC | Jan Kiszka | 1 | -5/+10 |
2012-01-19 | kvm: x86: Establish IRQ0 override control | Jan Kiszka | 1 | -1/+2 |
2012-01-19 | msi: Generalize msix_supported to msi_supported | Jan Kiszka | 1 | -2/+2 |
2012-01-04 | vmstate, memory: decouple vmstate from memory API | Avi Kivity | 1 | -3/+6 |
2011-12-22 | Set numa topology for max_cpus | Vasilis Liaskovitis | 1 | -4/+4 |
2011-12-20 | isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ... | Hervé Poussineau | 1 | -14/+14 |
2011-12-15 | qom: add vga node to the pc composition tree | Anthony Liguori | 1 | -10/+16 |
2011-12-06 | fix spelling in hw sub directory | Dong Xu Wang | 1 | -1/+1 |
2011-11-11 | hw/pc.c: Fix use-while-uninitialized of fd_type[] | Peter Maydell | 1 | -3/+1 |
2011-11-07 | disable automatic loading of sgabios when -nographic | Paolo Bonzini | 1 | -9/+0 |
2011-11-02 | Fix X86 CPU topology in KVM mode | Bharata B Rao | 1 | -1/+0 |
2011-10-21 | pc: Fix floppy drives with if=none | Kevin Wolf | 1 | -11/+14 |
2011-10-16 | pc: Fix and clean up PIC-to-APIC IRQ path | Jan Kiszka | 1 | -3/+0 |
2011-10-16 | pc: Generalize ISA IRQs to GSIs | Jan Kiszka | 1 | -9/+9 |
2011-10-16 | pc: Drop useless test from isa_irq_handler | Jan Kiszka | 1 | -3/+2 |
2011-10-11 | pc: Convert port92 to isa_register_ioport | Richard Henderson | 1 | -3/+13 |
2011-09-23 | pc: Unbreak ROM mapping for ISA machine | Jan Kiszka | 1 | -4/+4 |