summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka1-3/+2
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka2-9/+9
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka1-6/+8
2011-12-21virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah1-3/+3
2011-12-21virtio-console: Properly initialise class methodsAmit Shah1-3/+6
2011-12-21virtio-console: Check if chardev backends available before calling into themAmit Shah1-0/+11
2011-12-21sd: Remember to reset .expecting_acmd on reset.Andrzej Zaborowski1-0/+1
2011-12-21hw/sd.c: Clear status bits when read via response r6Peter Maydell1-0/+1
2011-12-21hw/sd.c: Correct handling of APP_CMD status bitPeter Maydell1-7/+17
2011-12-21hw/sd.c: Correct handling of type B SD status bitsPeter Maydell1-19/+25
2011-12-21hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid statePeter Maydell1-1/+1
2011-12-21hw/sd.c: Handle CRC and locked-card errors in normal code pathPeter Maydell1-2/+5
2011-12-21hw/sd.c: Handle illegal commands in sd_do_commandPeter Maydell1-14/+11
2011-12-21hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything elsePeter Maydell1-2/+2
2011-12-21hw/sd.c: On CRC error, set CRC error status bit rather than clearing itPeter Maydell1-1/+1
2011-12-21hw/sd.c: Add comment regarding CARD_STATUS_* definesPeter Maydell1-0/+5
2011-12-21hw/sd.c: Fix the set of commands which are failed when card is lockedPeter Maydell1-7/+22
2011-12-20hw/sysbus.c: Remove unnecessary conditionalsPeter Maydell1-13/+5
2011-12-20g_thread_init users: don't call it if glib >= 2.31Alon Levy3-0/+15
2011-12-20audio: remove unused parameter isa_picHervé Poussineau12-19/+19
2011-12-20isa: always use provided ISA bus in isa_bus_irqs()Hervé Poussineau1-2/+4
2011-12-20isa: always use provided ISA bus when creating an isa deviceHervé Poussineau1-6/+4
2011-12-20malta: give ISA bus to ISA methodsHervé Poussineau3-4/+4
2011-12-20fulong2e: give ISA bus to ISA methodsHervé Poussineau3-7/+5
2011-12-20sun4u: give ISA bus to ISA methodsHervé Poussineau1-2/+4
2011-12-20alpha: give ISA bus to ISA methodsHervé Poussineau3-8/+9
2011-12-20pc: give ISA bus to ISA methodsHervé Poussineau3-6/+7
2011-12-20i8259: give ISA device to isa_register_ioport()Hervé Poussineau1-2/+2
2011-12-20isa: move ISABus structure definition to header fileHervé Poussineau2-5/+6
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau33-145/+170
2011-12-20net: store guest timestamp in dump file instead of time since guest startupHervé Poussineau1-1/+6
2011-12-20net: truncate output file when using dump backendHervé Poussineau1-1/+1
2011-12-20i440fx: remove piix3 fieldPaolo Bonzini1-3/+0
2011-12-19qdev: fix hotplug when no -device is specifiedAnthony Liguori3-0/+16
2011-12-19sysbus: remove sysbus_init_mmio_cb2Benoît Canet2-21/+0
2011-12-19ppce500_pci: remove sysbus_init_mmio_cb2 usageBenoît Canet1-21/+6
2011-12-19sh_pci: remove sysbus_init_mmio_cb2 usageBenoît Canet2-27/+16
2011-12-19qom: register qdev properties also as non-legacy propertiesPaolo Bonzini2-7/+28
2011-12-19qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini3-7/+15
2011-12-19qom: introduce get/set methods for PropertyPaolo Bonzini3-0/+399
2011-12-19qom: introduce QERR_PROPERTY_VALUE_OUT_OF_RANGEPaolo Bonzini2-0/+8
2011-12-19qom: interpret the return value when setting legacy propertiesPaolo Bonzini3-19/+29
2011-12-19qom: push permission checks up into qdev_property_add_legacyPaolo Bonzini1-27/+19
2011-12-19qom: fix swapped parametersPaolo Bonzini1-1/+1
2011-12-19qapi: protect against NULL QObject in qmp_input_get_objectPaolo Bonzini1-4/+6
2011-12-19Documentation: Move balloon option out of i386 only sectionMichael Ellerman1-13/+13
2011-12-19vl.c: In qemu -h output, only print options for the arch we are running asMichael Ellerman4-17/+26
2011-12-19vl.c: Move option generation logic into a wrapper fileMichael Ellerman3-21/+38
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/exec-obsolete' into stagingAnthony Liguori5-42/+74
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/xen' into stagingAnthony Liguori6-31/+42