aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori
2012-01-03virtio-balloon: avoid cpu_get_physical_page_desc()Avi Kivity
2012-01-03vhost: avoid cpu_get_physical_page_desc()Avi Kivity
2011-12-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2011-12-22Set numa topology for max_cpusVasilis Liaskovitis
2011-12-21virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah
2011-12-21virtio-console: Properly initialise class methodsAmit Shah
2011-12-21virtio-console: Check if chardev backends available before calling into themAmit Shah
2011-12-21hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V
2011-12-21hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi
2011-12-21sd: Remember to reset .expecting_acmd on reset.Andrzej Zaborowski
2011-12-21hw/sd.c: Clear status bits when read via response r6Peter Maydell
2011-12-21hw/sd.c: Correct handling of APP_CMD status bitPeter Maydell
2011-12-21hw/sd.c: Correct handling of type B SD status bitsPeter Maydell
2011-12-21hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid statePeter Maydell
2011-12-21hw/sd.c: Handle CRC and locked-card errors in normal code pathPeter Maydell
2011-12-21hw/sd.c: Handle illegal commands in sd_do_commandPeter Maydell
2011-12-21hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything elsePeter Maydell
2011-12-21hw/sd.c: On CRC error, set CRC error status bit rather than clearing itPeter Maydell
2011-12-21hw/sd.c: Add comment regarding CARD_STATUS_* definesPeter Maydell
2011-12-21hw/sd.c: Fix the set of commands which are failed when card is lockedPeter Maydell
2011-12-20hw/sysbus.c: Remove unnecessary conditionalsPeter Maydell
2011-12-20audio: remove unused parameter isa_picHervé Poussineau
2011-12-20isa: always use provided ISA bus in isa_bus_irqs()Hervé Poussineau
2011-12-20isa: always use provided ISA bus when creating an isa deviceHervé Poussineau
2011-12-20malta: give ISA bus to ISA methodsHervé Poussineau
2011-12-20fulong2e: give ISA bus to ISA methodsHervé Poussineau
2011-12-20sun4u: give ISA bus to ISA methodsHervé Poussineau
2011-12-20alpha: give ISA bus to ISA methodsHervé Poussineau
2011-12-20pc: give ISA bus to ISA methodsHervé Poussineau
2011-12-20i8259: give ISA device to isa_register_ioport()Hervé Poussineau
2011-12-20isa: move ISABus structure definition to header fileHervé Poussineau
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau
2011-12-20i440fx: remove piix3 fieldPaolo Bonzini
2011-12-20xen, vga: add API for registering the framebufferAvi Kivity
2011-12-20vhost: convert to MemoryListener APIAvi Kivity
2011-12-20framebuffer: drop use of cpu_physical_sync_dirty_bitmap()Avi Kivity
2011-12-20loader: remove calls to cpu_get_physical_page_desc()Avi Kivity
2011-12-20framebuffer: drop use of cpu_get_physical_page_desc()Avi Kivity
2011-12-20sysbus: add sysbus_address_space()Avi Kivity
2011-12-19qdev: fix hotplug when no -device is specifiedAnthony Liguori
2011-12-19sysbus: remove sysbus_init_mmio_cb2Benoît Canet
2011-12-19ppce500_pci: remove sysbus_init_mmio_cb2 usageBenoît Canet
2011-12-19sh_pci: remove sysbus_init_mmio_cb2 usageBenoît Canet
2011-12-19qom: register qdev properties also as non-legacy propertiesPaolo Bonzini
2011-12-19qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini
2011-12-19qom: introduce get/set methods for PropertyPaolo Bonzini