]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2013-03-28 Kevin Wolfqcow2: handle_alloc(): Get rid of keep_clusters parameter
2013-03-28 Kevin Wolfqcow2: handle_alloc(): Get rid of nb_clusters parameter
2013-03-28 Kevin Wolfqcow2: Factor out handle_alloc()
2013-03-28 Kevin Wolfqcow2: Decouple cluster allocation from cluster reuse...
2013-03-28 Kevin Wolfqcow2: Change handle_dependency to byte granularity
2013-03-28 Kevin Wolfqcow2: Improve check for overlapping allocations
2013-03-28 Kevin Wolfqcow2: Handle dependencies earlier
2013-03-28 Kevin Wolfqcow2: Remove bogus unlock of s->lock
2013-03-28 Kevin Wolfqcow2: Fix "total clusters" number in bdrv_check
2013-03-28 Kevin Wolfqemu-iotests: More concurrent allocation scenarios
2013-03-28 Peter Lievenvl.c: call bdrv_init_with_whitelist() before cmdline...
2013-03-27 Hans de Goedespice-qemu-char: Drop hackish vmc_register on spice_chr...
2013-03-27 Alon Levyvirtio-serial: propagate guest_connected to the port...
2013-03-27 Hans de Goedevirtio-serial: Consolidate guest_open/guest_close into...
2013-03-27 Hans de Goedeqemu-char: add_handlers: Don't re-send the be_open...
2013-03-27 Hans de Goedeqemu-char: Move incrementing of avail_connections to...
2013-03-27 Hans de Goedeqemu-char: Consolidate guest_close/guest_open into...
2013-03-27 Hans de Goedeqemu-char: Cleanup: consolidate fe_open/fe_close into...
2013-03-27 Hans de Goedeqemu-char: Automatically do fe_open / fe_close on qemu_...
2013-03-27 Hans de Goedeqemu-char: Add fe_open tracking
2013-03-27 Hans de Goedeqemu-char: Rename qemu_chr_generic_open to qemu_chr_be_...
2013-03-27 Hans de Goedeqemu-char: Rename opened to be_open
2013-03-27 Paolo Bonzinicompiler: fix warning with GCC 4.8.0
2013-03-26 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-26 Alex Williamsonpcie: Add endpoint capability initialization wrapper
2013-03-26 Michael S.... roms: switch oldnoconfig to olddefconfig
2013-03-26 Alex Williamsonpcie: Mangle types to match topology
2013-03-26 Alex Williamsonpci: Create and use API to determine root buses
2013-03-26 Alex Williamsonpci: Create pci_bus_is_express helper
2013-03-26 Alex Williamsonpci: Q35, Root Ports, and Switches create PCI Express...
2013-03-26 Alex Williamsonpci: Allow PCI bus creation interfaces to specify the...
2013-03-26 Alex Williamsonpci: Move PCI and PCIE type defines
2013-03-26 Alex Williamsonpci: Create and register a new PCI Express TypeInfo
2013-03-26 Stefan Hajnocziexec: assert that RAMBlock size is non-zero
2013-03-26 Stefan Hajnoczipci: refuse empty ROM files
2013-03-26 Alex Williamsonpci_bridge: Remove duplicate IRQ swizzle function
2013-03-26 Alex Williamsonpci_bridge: Use a default map_irq function
2013-03-26 Alex Williamsonpci: Fix INTx routing notifier recursion
2013-03-26 Michael S.... pci_bridge: drop formatting from source
2013-03-26 Michael S.... pci_bridge: factor out common code
2013-03-26 Alex Williamsonpci: Teach PCI Bridges about VGA routing
2013-03-26 Alex Williamsonpci: Add PCI VGA helpers
2013-03-26 Michael S.... virtio-pci: guest notifier mask without non-irqfd
2013-03-26 Jason Wangvirtio-net: remove layout assumptions for mq ctrl
2013-03-26 Michael S.... qmp: add path to device_deleted event
2013-03-26 Michael S.... qom: call class destructor before unparent
2013-03-26 Anthony LiguoriMerge remote-tracking branch 'quintela/migration.next...
2013-03-26 Anthony LiguoriMerge remote-tracking branch 'cohuck/virtio-ccw-upstr...
2013-03-26 Cornelia Huckvirtio-ccw: Queue sanity check for notify hypercall.
2013-03-26 Anthony Liguoriqtest: use synchronous I/O for char device
2013-03-26 Anthony Liguorichar: introduce a blocking version of qemu_chr_fe_write
2013-03-26 Peter Maydellhw/qdev: Abort rather than ignoring errors adding devic...
2013-03-26 Peter Maydellqom: Detect attempts to add a property that already...
2013-03-26 Peter Maydellhw/qdev-properties.c: Improve diagnostic for setting...
2013-03-26 KONRAD Fredericvirtio-scsi: cleanup: remove qdev field.
2013-03-26 KONRAD Fredericvirtio-scsi: cleanup: init and exit functions.
2013-03-26 KONRAD Fredericvirtio-scsi: cleanup: use QOM casts.
2013-03-26 KONRAD Fredericvirtio-scsi-ccw: switch to new API
2013-03-26 KONRAD Fredericvirtio-scsi-s390: switch to the new API.
2013-03-26 KONRAD Fredericvirtio-scsi-pci: switch to new API.
2013-03-26 KONRAD Fredericvirtio-scsi: add the virtio-scsi device.
2013-03-26 KONRAD Fredericvirtio-scsi: moving host_features from properties to...
2013-03-26 KONRAD Fredericvirtio-scsi: allocate cmd_vqs array separately.
2013-03-26 KONRAD Fredericvirtio-scsi: don't use pointer for configuration.
2013-03-26 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-03-26 Orit WassermanUse qemu_put_buffer_async for guest memory pages
2013-03-26 Orit WassermanAdd qemu_put_buffer_async
2013-03-26 Orit WassermanUse writev ops if available
2013-03-26 Orit WassermanStore the data to send also in iovec
2013-03-26 Orit WassermanUpdate bytes_xfer in qemu_put_byte
2013-03-26 Orit WassermanAdd socket_writev_buffer function
2013-03-26 Orit WassermanAdd QemuFileWritevBuffer QemuFileOps
2013-03-26 Peter Lievenmigration: use XBZRLE only after bulk stage
2013-03-26 Peter Lievenmigration: do not search dirty pages in bulk stage
2013-03-26 Peter Lievenmigration: do not sent zero pages in bulk stage
2013-03-26 Peter Lievenmigration: add an indicator for bulk state of ram migration
2013-03-26 Peter Lievenmigration: search for zero instead of dup pages
2013-03-26 Peter Lievenbitops: unroll while loop in find_next_bit()
2013-03-26 Peter Lievenbuffer_is_zero: use vector optimizations if possible
2013-03-26 Peter Lievencutils: add a function to find non-zero content in...
2013-03-26 Peter Lievenmove vector definitions to qemu-common.h
2013-03-26 David Gibsonsavevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition
2013-03-26 David Gibsonsavevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32
2013-03-26 David Gibsonsavevm: Add VMSTATE_FLOAT64 helpers
2013-03-26 David Gibsonsavevm: Add VMSTATE_UINTTL_EQUAL helper
2013-03-26 David Gibsonsavevm: Add VMSTATE_UINT64_EQUAL helpers
2013-03-26 Juan Quintelamigration: Improve QMP documentation
2013-03-25 Michal NovotnyNew QMP command query-cpu-max and HMP command cpu_max
2013-03-25 Igor Mammedovqmp: fix handling of boolean values in qmp-shell
2013-03-25 Corey BryantQMP: TPM QMP and man page documentation updates
2013-03-25 Corey BryantQMP: Remove duplicate TPM type from query-tpm
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'kraxel/ipxe.3' into staging
2013-03-25 Anthony Liguoriglib: add a compatibility interface for g_timeout_add_s...
2013-03-25 Jan Kiszkagtk: Release modifier when graphic console loses keyboa...
2013-03-25 Scott Feldmannet: increase buffer size to accommodate Jumbo frame...
2013-03-25 Dmitry FleytmanVMXNET3 device implementation
2013-03-25 Dmitry FleytmanPacket abstraction for VMWARE network devices
2013-03-25 Dmitry FleytmanCommon definitions for VMWARE devices
next