qemu.git
2018-01-08 Murilo Opsfelder... block/nbd: fix segmentation fault when .desc is not...
2018-01-08 Eric Blakenbd/server: Optimize final chunk of sparse read
2018-01-08 Eric Blakenbd/server: Implement sparse reads atop structured...
2018-01-08 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-01-08 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2018-01-08 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2018-01-08 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2017-12-22 Stefan Bergeracpi: Update TPM2 ACPI table to more recent specs
2017-12-22 Kevin Wolfblock: Keep nodes drained between reopen_queue/multiple
2017-12-22 Kevin Wolfcommit: Simplify reopen of base
2017-12-22 Kevin Wolftest-bdrv-drain: Test graph changes in drained section
2017-12-22 Kevin Wolfblock: Allow graph changes in subtree drained section
2017-12-22 Kevin Wolftest-bdrv-drain: Recursive draining with multiple parents
2017-12-22 Kevin Wolftest-bdrv-drain: Test behaviour in coroutine context
2017-12-22 Kevin Wolftest-bdrv-drain: Tests for bdrv_subtree_drain
2017-12-22 Kevin Wolfblock: Add bdrv_subtree_drained_begin/end()
2017-12-22 Kevin Wolfblock: Don't notify parents in drain call chain
2017-12-22 Kevin Wolftest-bdrv-drain: Test nested drain sections
2017-12-22 Kevin Wolfblock: Nested drain_end must still call callbacks
2017-12-22 Kevin Wolfblock: Don't block_job_pause_all() in bdrv_drain_all()
2017-12-22 Kevin Wolftest-bdrv-drain: Test drain vs. block jobs
2017-12-22 Kevin Wolfblockjob: Pause job on draining any job BDS
2017-12-22 Kevin Wolftest-bdrv-drain: Test bs->quiesce_counter
2017-12-22 Kevin Wolftest-bdrv-drain: Test callback for bdrv_drain
2017-12-22 Kevin Wolfblock: Make bdrv_drain() driver callbacks non-recursive
2017-12-22 Kevin Wolfblock: Assert drain_all is only called from main AioContext
2017-12-22 Fam Zhengblock: Remove unused bdrv_requests_pending
2017-12-22 Thomas Huthblock: Mention -drive cyls/heads/secs/trans/serial...
2017-12-22 Thomas Huthblock: Remove the deprecated -hdachs option
2017-12-22 Thomas Huthblock: Remove the obsolete -drive boot=on|off parameter
2017-12-22 Fam Zhengblock: Open backing image in force share mode for size...
2017-12-22 Doug Galenvme: Add tracing
2017-12-22 Kevin Wolfblock: Document that x-blockdev-change breaks quorum...
2017-12-22 Edgar Kaziakhmedovqcow2: get rid of qcow2_backing_read1 routine
2017-12-22 Kevin Wolfblock: Don't acquire AioContext in hmp_qemu_io()
2017-12-22 Kevin Wolfblock: Unify order in drain functions
2017-12-22 Kevin Wolfblock: Don't wait for requests in bdrv_drain*_end()
2017-12-22 Kevin Wolfblock: bdrv_drain_recurse(): Remove unused begin parameter
2017-12-22 Kevin Wolftest-bdrv-drain: Test BlockDriver callbacks for drain
2017-12-22 Kevin Wolfblock: Call .drain_begin only once in bdrv_drain_all_be...
2017-12-22 Kevin Wolfblock: Make bdrv_drain_invoke() recursive
2017-12-22 John Snowiotests: fix 197 for vpc
2017-12-22 Kevin Wolfblock: Formats don't need CONSISTENT_READ with NO_IO
2017-12-22 Paolo Bonzinii386: hvf: cleanup x86_gen.h
2017-12-22 Paolo Bonzinii386: hvf: remove VM_PANIC from "in"
2017-12-22 Paolo Bonzinii386: hvf: remove addr_t
2017-12-22 Paolo Bonzinii386: hvf: simplify flag handling
2017-12-22 Paolo Bonzinii386: hvf: abort on decoding error
2017-12-22 Paolo Bonzinii386: hvf: remove ZERO_INIT macro
2017-12-22 Paolo Bonzinii386: hvf: remove more dead emulator code
2017-12-22 Paolo Bonzinii386: hvf: unify register enums between HVF and the...
2017-12-22 Paolo Bonzinii386: hvf: header cleanup
2017-12-22 Paolo Bonzinii386: hvf: move all hvf files in the same directory
2017-12-22 Sergio Andres... i386: hvf: inject General Protection Fault when vmexit...
2017-12-22 Sergio Andres... i386: hvf: refactor event injection code for hvf
2017-12-22 Sergio Andres... i386: hvf: implement vga dirty page tracking
2017-12-22 Sergio Andres... i386: refactor KVM cpuid code so that it applies to...
2017-12-22 Sergio Andres... i386: hvf: implement hvf_get_supported_cpuid
2017-12-22 Sergio Andres... i386: hvf: use new helper functions for put/get xsave
2017-12-22 Sergio Andres... i386: hvf: fix licensing issues; isolate task handling...
2017-12-22 Sergio Andres... i386: hvf: add code base from Google's QEMU repository
2017-12-22 Sergio Andres... apic: add function to apic that will be used by hvf
2017-12-22 Stefan Bergertpm: Implement tpm_sized_buffer_reset
2017-12-22 Stefan Bergertpm_tis: merge r/w_offset into rw_offset
2017-12-22 Stefan Bergertpm_tis: move r/w_offsets to TPMState
2017-12-22 Stefan Bergertpm_tis: merge read and write buffer into single buffer
2017-12-22 Stefan Bergertpm_tis: move buffers from localities into common location
2017-12-22 Stefan Bergertpm_tis: remove TPMSizeBuffer usage
2017-12-22 Stefan Bergertpm_tis: limit size of buffer from backend
2017-12-22 Stefan Bergertpm_tis: convert uint32_t to size_t
2017-12-22 Stefan Bergertpm_emulator: Add a caching layer for the TPM Establish...
2017-12-22 Thomas Huthqemu-doc: Update the deprecation information of -tftp...
2017-12-22 Thomas Huthqemu-doc: The "-net nic" option can be used with "netde...
2017-12-22 Thomas Huthnet: Remove the legacy "-net channel" parameter
2017-12-22 Mark Cave-Aylandnet: remove unused compute_mcast_idx() function
2017-12-22 Mark Cave-Aylandrtl8139: use inline net_crc32() and bitshift instead...
2017-12-22 Mark Cave-Aylandne2000: use inline net_crc32() and bitshift instead...
2017-12-22 Mark Cave-Aylandftgmac100: use inline net_crc32() and bitshift instead...
2017-12-22 Mark Cave-Aylandlan9118: use inline net_crc32() and bitshift instead...
2017-12-22 Mark Cave-Aylandopencores_eth: use inline net_crc32() and bitshift...
2017-12-22 Mark Cave-Aylandeepro100: use inline net_crc32() and bitshift instead...
2017-12-22 Mark Cave-Aylandsungem: fix multicast filter CRC calculation
2017-12-22 Mark Cave-Aylandsunhme: switch sunhme over to use net_crc32_le()
2017-12-22 Mark Cave-Aylandeepro100: switch eepro100 e100_compute_mcast_idx()...
2017-12-22 Mark Cave-Aylandpcnet: switch pcnet over to use net_crc32_le()
2017-12-22 Mark Cave-Aylandnet: introduce net_crc32_le() function
2017-12-22 Mark Cave-Aylandnet: move CRC32 calculation from compute_mcast_idx...
2017-12-22 Ed Swierk via... e1000: Separate TSO and non-TSO contexts, fixing UDP...
2017-12-22 Ed Swierk via... e1000, e1000e: Move per-packet TX offload flags out...
2017-12-22 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2017-12-21 Laurent Vivierhw/i386/vmport: fix missing definitions with non-log...
2017-12-21 Thomas Huthtests/boot-serial-test: Add support for the mcf5208evb...
2017-12-21 Laurent Viviertarget/m68k: fix set_cc_op()
2017-12-21 Laurent Viviertarget/m68k: add monitor.c
2017-12-21 Laurent Viviertarget/m68k: remove unused variable gen_throws_exception
2017-12-21 Laurent VivierSplit adb.c into adb.c, adb-mouse.c and adb-kbd.c
2017-12-21 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2017-12-21 Peter MaydellMerge remote-tracking branch 'remotes/famz/tags/staging...
2017-12-21 Daniel P. Berrangechardev: convert the socket server to QIONetListener
2017-12-21 Daniel P. Berrangeblockdev: convert qemu-nbd server to QIONetListener
next