]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2009-12-03 Jan Kiszkablock migration: Increase dirty chunk size to 1M
2009-12-03 Jan Kiszkablock migration: Add support for restore progress reporting
2009-12-03 Jan Kiszkablock migration: Report progress also via info migration
2009-12-03 Jan Kiszkablock migration: Fix outgoing progress output
2009-12-03 Jan Kiszkalive migration: Propagate output monitor to callback...
2009-12-03 Jan Kiszkablock migration: Report overall migration progress
2009-12-03 Jan Kiszkalive migration: Allow cleanup after cancellation or...
2009-12-03 Jan Kiszkaram migration: Stop loading on error
2009-12-03 Jan Kiszkablock migration: Add error handling/propagation
2009-12-03 Jan Kiszkablock migration: Consolidate block transmission
2009-12-03 Jan Kiszkablock migration: Consolidate mig_read_device_bulk into...
2009-12-03 Jan Kiszkablock migration: Clean up use of total_sectors
2009-12-03 Jan Kiszkablock migration: Initialize remaining BlkMigState fields
2009-12-03 Jan Kiszkablock migration: Switch device and block lists to QSIMPLEQ
2009-12-03 Pierre RiteauImport a simple queue implementation from NetBSD
2009-12-03 Jan Kiszkablock migration: Drop dead code
2009-12-03 Jan Kiszkablock migration: Avoid indirection of block_mig_state
2009-12-03 Jan Kiszkablock migration: Avoid large stack buffer
2009-12-03 Jan Kiszkablock migration: Cleanup dirty tracking code
2009-12-03 Jan Kiszkablock migration: Rework constants API
2009-12-03 Jan Kiszkablock migration: Fix coding style and whitespaces
2009-12-03 Jan Kiszkamigration: Catch multiple start commands
2009-12-03 Jan Kiszkamigration: Fix use of file after release
2009-12-03 Juan Quintelasavevm: Port to qdev.vmsd all devices that have qdev
2009-12-03 Juan Quintelaqdev: enable vmstate_unregister() support
2009-12-03 Juan Quintelapci: vmstate_register() already assign consecutive...
2009-12-03 Juan Quintelavmstate: Add support for multiplying size for a constant
2009-12-03 Juan Quintelavmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8
2009-12-03 Juan Quintelavmstate: Introduce UINT16_TEST support
2009-12-03 Juan Quintelavmstate: Introduce VMSTATE_STRUCT_POINTER_TEST
2009-12-03 Juan Quintelavmstate: Introduce VMSTATE_STRUCT_TEST
2009-12-03 Juan Quintelavmstate: Add support for VBUFFERS
2009-12-03 Juan Quintelavmstate: fix missing ARRAY_OF_POINTERS support on save...
2009-12-03 Jan Kiszkavmstate: Fix info field of VMSTATE_MACADDR
2009-12-03 Jan Kiszkavmstate: Avoid seeking
2009-12-03 Laszlo Astlsi53c895a: Implement IRQ on reselection
2009-12-03 Laszlo Astlsi53c895a: Use alternative address when already reselected
2009-12-03 Laszlo Astlsi53c895a: Fix SDID in SELECT ID command
2009-12-03 Laszlo Astlsi53c895a: Fix message code of DISCONNECT
2009-12-03 Laszlo Astlsi53c895a: Add support for LSI53C700 Family Compatibil...
2009-12-03 Laszlo Astlsi53c895a: Whitespace and typo fixes
2009-12-03 Gerd Hoffmannscsi: add read/write 16 commands.
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: VERIFY
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: REPORT_LUNS
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: SERVICE_ACTION_IN
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: GET_CONFIGURATION
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: READ_TOC
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: SYNCHRONIZE_CACHE
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: READ_CAPACITY
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: ALLOW_MEDIUM_REMOVAL
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: START_STOP
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: MODE_SENSE
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: RESERVE+RELEASE
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: INQUIRY
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: REQUEST_SENSE
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: core + TEST_UNIT_READY.
2009-12-03 Gerd Hoffmannscsi: add scsi_req_print()
2009-12-03 Gerd Hoffmannscsi: move status to SCSIRequest.
2009-12-03 Gerd Hoffmannscsi: move dinfo to SCSIDevice
2009-12-03 Gerd Hoffmannscsi: move sense to SCSIDevice, create SCSISense struct.
2009-12-03 Gerd Hoffmannscsi: add xfer mode
2009-12-03 Gerd Hoffmannscsi: use command defines in scsi-disk.c
2009-12-03 Gerd Hoffmannscsi: add request parsing helpers to common code.
2009-12-03 Gerd Hoffmannscsi: move type from SCSIGenericState to SCSIDevice
2009-12-03 Gerd Hoffmannscsi: add scsi-defs.h
2009-12-03 Gerd Hoffmannscsi: move blocksize from SCSIGenericState to SCSIDevice
2009-12-03 Gerd Hoffmannscsi: move scsi command buffer from SCSIGenericReq...
2009-12-03 Gerd Hoffmannscsi: move SCSIRequest management to common code.
2009-12-03 Gerd Hoffmannscsi: move request lists to QTAILQ.
2009-12-03 Gerd Hoffmannscsi: create common SCSIRequest structure.
2009-12-03 Gerd Hoffmannscsi: add/fix header protection.
2009-12-03 Mark McLoughlinnet: fix vnet_hdr handling in solaris tap code
2009-12-03 Mark McLoughlinnet: initialize vnet_hdr in net_init_tap()
2009-12-03 Pierre Riteaunet: check for TUNSETOFFLOAD support before trying...
2009-12-03 Pierre Riteaunet: fix TAP networking on host kernels without IFF_VNE...
2009-12-03 Mark McLoughlinnet: print correct error for '-netdev ""'
2009-12-03 Mark McLoughlinnet: fix qemu_announce_self()
2009-12-03 Mark McLoughlinnet: add qemu_foreach_nic()
2009-12-03 Mark McLoughlinnet: remove VLANClientState members now in NetClientInfo
2009-12-03 Mark McLoughlinnet: remove qemu_new_vlan_client()
2009-12-03 Mark McLoughlinnet: convert xen to NICState
2009-12-03 Mark McLoughlinnet: move parse_macaddr() to net/util.[ch]
2009-12-03 Mark McLoughlinnet: convert xilinx_ethlite to NICState
2009-12-03 Mark McLoughlinnet: convert usb-net to NICState
2009-12-03 Mark McLoughlinnet: convert stellaris to NICState
2009-12-03 Mark McLoughlinnet: convert smc91c111 to NICState
2009-12-03 Mark McLoughlinnet: convert musicpal to NICState
2009-12-03 Mark McLoughlinnet: convert mipsnet to NICState
2009-12-03 Mark McLoughlinnet: convert mcf_fec to NICState
2009-12-03 Mark McLoughlinnet: convert LAN9118 to NICState
2009-12-03 Mark McLoughlinnet: convert etrax to NICState
2009-12-03 Mark McLoughlinnet: convert dp8393x to NICState
2009-12-03 Mark McLoughlinnet: convert eepro100 to NICState
2009-12-03 Mark McLoughlinnet: convert pcnet to NICState
2009-12-03 Mark McLoughlinnet: convert ne2000 to NICState
2009-12-03 Mark McLoughlinnet: convert rtl8139 to NICState
2009-12-03 Mark McLoughlinnet: convert e1000 to NICState
2009-12-03 Mark McLoughlinnet: convert virtio to NICState
2009-12-03 Mark McLoughlinnet: introduce NICState and qemu_new_nic()
2009-12-03 Mark McLoughlinnet: convert dump to NetClientInfo
next