]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2016-06-08 Peter Lievenblock: assert that bs->request_alignment is a power...
2016-06-08 Kevin Wolfmigration/block: Convert saving to BlockBackend
2016-06-08 Kevin Wolfmigration/block: Convert load to BlockBackend
2016-06-08 Eric Blakeblock: Kill bdrv_co_write_zeroes()
2016-06-08 Eric Blakevmdk: Convert to bdrv_co_pwrite_zeroes()
2016-06-08 Eric Blakeraw_bsd: Convert to bdrv_co_pwrite_zeroes()
2016-06-08 Eric Blakeraw-posix: Convert to bdrv_co_pwrite_zeroes()
2016-06-08 Eric Blakeqed: Convert to bdrv_co_pwrite_zeroes()
2016-06-08 Eric Blakegluster: Convert to bdrv_co_pwrite_zeroes()
2016-06-08 Eric Blakeblkreplay: Convert to bdrv_co_pwrite_zeroes()
2016-06-08 Eric Blakeqcow2: Convert to bdrv_co_pwrite_zeroes()
2016-06-08 Eric Blakeiscsi: Convert to bdrv_co_pwrite_zeroes()
2016-06-08 Eric Blakeblock: Switch bdrv_write_zeroes() to byte interface
2016-06-08 Eric Blakeblock: Add .bdrv_co_pwrite_zeroes()
2016-06-08 Eric Blakeblock: Track write zero limits in bytes
2016-06-08 Eric Blakeiscsi: Use block size as minimum zero/discard alignment
2016-06-08 Eric Blakeqcow2: Catch more unaligned write_zero into zero cluster
2016-06-08 Eric Blakeqemu-iotests: Test one more spot for optimizing write_z...
2016-06-08 Denis V. Lunevqcow2: add tracepoints for qcow2_co_write_zeroes
2016-06-08 Denis V. Lunevqcow2: simplify logic in qcow2_co_write_zeroes
2016-06-08 Denis V. Lunevblock: split write_zeroes always
2016-06-07 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/pull...
2016-06-07 Laurent Vivierhbitmap: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierqemu-timer: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierlinux-user: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierslirp: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierusb: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierrocker: Use DIV_ROUND_UP
2016-06-07 Laurent VivierSPICE: Use DIV_ROUND_UP
2016-06-07 Laurent Vivieraudio: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierxen: Use DIV_ROUND_UP
2016-06-07 Laurent Viviercrypto: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierblock: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierqed: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierqcow/qcow2: Use DIV_ROUND_UP
2016-06-07 Laurent Vivierparallels: Use DIV_ROUND_UP
2016-06-07 Laurent Viviercoccinelle: use macro DIV_ROUND_UP instead of (((n...
2016-06-07 Peter Maydellthunk: Rename args and fields in host-target bitmask...
2016-06-07 Peter Maydellthunk: Drop unused NO_THUNK_TYPE_SIZE guards
2016-06-07 Peter Maydellqemu-common.h: Drop WORDS_ALIGNED define
2016-06-07 Eric Blakehost-utils: Prefer 'false' for bool type
2016-06-07 Wei Jiangangdocs/multi-thread-compression: Fix wrong command string
2016-06-07 Peter Maydellall: Remove unnecessary glib.h includes
2016-06-07 Peter Maydellqga: Remove unnecessary glib.h includes
2016-06-07 Peter Maydelltests: Remove unnecessary glib.h includes
2016-06-07 Peter Maydellclean-includes: Add glib.h to list of unneeded includes
2016-06-07 Igor Mammedovpc: cleanup unused struct PcRomPciInfo
2016-06-07 Sameeh Jubrane1000: Removing unnecessary if statement
2016-06-07 Steven LuoFix configure test for PBKDF2 in nettle
2016-06-07 Alberto Garciadocs: Fix a couple of typos in throttle.txt
2016-06-07 Peter Maydellhw: Clean up includes
2016-06-07 Peter Maydellreplay: Clean up includes
2016-06-07 Cao jinfw_cfg: follow CODING_STYLE
2016-06-07 Cao jinqdev: Clean up around properties
2016-06-07 Eric Blakemonitor: Typo fix
2016-06-07 Cao jinICH9: fix typo
2016-06-07 Stefan Weilscripts: Use $(..) instead of deprecated `..`
2016-06-07 Stefan Weilconfigure: Use $(..) instead of deprecated `..`
2016-06-07 Peter Maydellqemu-options.hx: Specify the units for -machine kvm_sha...
2016-06-07 James ClarkeFix linking relocatable objects on Sparc
2016-06-07 Laurent Vivierppc: Remove a potential overflow in muldiv64()
2016-06-07 Laurent Vivierreplace muldiv64(a, b, c) by (uint64_t)a * b / c
2016-06-07 Laurent Vivierremove useless muldiv64()
2016-06-07 Laurent VivierThe only 64bit parameter of muldiv64() is the first...
2016-06-07 Laurent Vivierscripts: add muldiv64() checking coccinelle scripts
2016-06-07 Peter Wugdbstub: set listen backlog to 1
2016-06-07 Jan Veselypo/Makefile: call rm -f directly
2016-06-07 Stefan Weiltarget-moxie: Remove unused struct elements
2016-06-07 Michael Tokarevfsdev: spelling fix
2016-06-07 Michael Tokarevqga: spelling fix
2016-06-07 Michael Tokarevdocs: "specify" spell fix
2016-06-07 Michael Tokarevhw/ipmi: fix spelling
2016-06-07 Michael Tokarevs390x/virtio-ccw: fix spelling
2016-06-07 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2016-06-07 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2016-06-07 Eduardo Habkostdocker: Don't use eval trick on Makefile
2016-06-07 Stefan Hajnoczithrottle: refuse iops-size without iops-total/read...
2016-06-07 Fam Zhengblock: Drop bdrv_ioctl_bh_cb
2016-06-07 Eric Blakeblock: Move BlockRequest type to io.c
2016-06-07 Peter Lievenblock/io: optimize bdrv_co_pwritev for small requests
2016-06-07 Changlong Xieiostatus: fix comments for block_job_iostatus_reset
2016-06-07 Kevin Wolfblock/io: Remove unused bdrv_aio_write_zeroes()
2016-06-07 Stefan Hajnoczivirtio: drop duplicate virtio_queue_get_id() function
2016-06-07 Fam Zhengvirtio-scsi: Remove op blocker for dataplane
2016-06-07 Fam Zhengvirtio-blk: Remove op blocker for dataplane
2016-06-07 Fam Zhengblockdev-backup: Don't move target AioContext if it...
2016-06-07 Fam Zhengblockdev-backup: Use bdrv_lookup_bs on target
2016-06-07 Stefan Hajnoczitests: avoid coroutine pool test crash
2016-06-07 Greg Kurzvirtio: move bi-endian target support to a single location
2016-06-07 Xiao Guangrongpc-dimm: introduce realize callback
2016-06-07 Xiao Guangrongpc-dimm: get memory region from ->get_memory_region()
2016-06-07 Igor Mammedovacpi: make bios_linker_loader_add_checksum() API offset...
2016-06-07 Igor Mammedovacpi: make bios_linker_loader_add_pointer() API offset...
2016-06-07 Igor Mammedovtpm: apci: cleanup TCPA table initialization
2016-06-07 Igor Mammedovacpi: cleanup bios_linker_loader_cleanup()
2016-06-07 Igor Mammedovacpi: simplify bios_linker API by removing redundant...
2016-06-07 Igor Mammedovacpi: convert linker from GArray to BIOSLinker structure
2016-06-07 Igor Mammedovpc: use AcpiDeviceIfClass.send_event to issue GPE events
2016-06-07 Igor Mammedovacpi: extend ACPI interface to provide send_event hook
2016-06-07 Corey Minyardpc: Postpone SMBIOS table installation to post machine...
next