]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2020-02-25  Pan Nengyuanvhost-user-blk: delete virtioqueues in unrealize to...
2020-02-25  Pan Nengyuanvirtio-crypto: do delete ctrl_vq in virtio_crypto_devic...
2020-02-25  Pan Nengyuanvirtio-pmem: do delete rq_vq in virtio_pmem_unrealize
2020-02-25  Pan Nengyuanvhost-user-fs: convert to the new virtio_delete_queue...
2020-02-25  Pan Nengyuanvhost-user-fs: do delete virtio_queues in unrealize
2020-02-25  Michael S.... rebuild-expected-aml.sh: remind about the process
2020-02-25  Michael S.... bios-tables-test: default diff command
2020-02-25  Michael S.... bios-tables-test: fix up DIFF generation
2020-02-25  Michael S.... bios-tables-test: tell people how to update
2020-02-25  Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-02-25  Peter Maydelldocs: Move tools documentation to tools manual
2020-02-25  Peter Maydelldocs: Move qemu-option-trace.rst.inc to docs/
2020-02-25  Peter Maydelldocs: Create new 'tools' manual
2020-02-24  Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2020-02-22  Alexander Bulekovfuzz: add documentation to docs/devel/
2020-02-22  Alexander Bulekovfuzz: add virtio-scsi fuzz target
2020-02-22  Alexander Bulekovfuzz: add virtio-net fuzz target
2020-02-22  Alexander Bulekovfuzz: add i440fx fuzz targets
2020-02-22  Alexander Bulekovfuzz: add configure flag --enable-fuzzing
2020-02-22  Alexander Bulekovfuzz: add target/fuzz makefile rules
2020-02-22  Alexander Bulekovfuzz: add support for qos-assisted fuzz targets
2020-02-22  Alexander Bulekovfuzz: support for fork-based fuzzing.
2020-02-22  Alexander Bulekovmain: keep rcu_atfork callback enabled for qtest
2020-02-22  Alexander Bulekovexec: keep ram block across fork when using qtest
2020-02-22  Alexander Bulekovfuzz: add fuzzer skeleton
2020-02-22  Alexander Bulekovlibqos: move useful qos-test funcs to qos_external
2020-02-22  Alexander Bulekovlibqos: split qos-test and libqos makefile vars
2020-02-22  Alexander Bulekovlibqos: rename i2c_send and i2c_recv
2020-02-22  Alexander Bulekovqtest: add in-process incoming command handler
2020-02-22  Alexander Bulekovlibqtest: make bufwrite rely on the TransportOps
2020-02-22  Alexander Bulekovlibqtest: add a layer of abstraction to send/recv
2020-02-22  Alexander Bulekovqtest: add qtest_server_send abstraction
2020-02-22  Alexander Bulekovfuzz: add FUZZ_TARGET module type
2020-02-22  Alexander Bulekovmodule: check module wasn't already initialized
2020-02-22  Alexander Bulekovsoftmmu: split off vl.c:main() into main.c
2020-02-22  Alexander Bulekovsoftmmu: move vl.c to softmmu/
2020-02-22  Stefan Hajnocziaio-posix: make AioHandler dispatch O(1) with epoll
2020-02-22  Stefan Hajnocziaio-posix: make AioHandler deletion O(1)
2020-02-22  Stefan Hajnocziqemu/queue.h: add QLIST_SAFE_REMOVE()
2020-02-22  Stefan Hajnocziaio-posix: don't pass ns timeout to epoll_wait()
2020-02-22  Stefan Hajnocziaio-posix: fix use after leaving scope in aio_poll()
2020-02-22  Stefan Hajnocziutil/async: make bh_aio_poll() O(1)
2020-02-22  Paolo Bonzinircu_queue: add QSLIST functions
2020-02-22  Stefan Hajnocziaio-posix: avoid reacquiring rcu_read_lock() when polling
2020-02-22  Denis Plotnikovvirtio: increase virtqueue size for virtio-scsi and...
2020-02-21  Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2020-02-21  Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-02-21  Richard Hendersontarget/arm: Set MVFR0.FPSP for ARMv5 cpus
2020-02-21  Richard Hendersontarget/arm: Use isar_feature_aa32_simd_r32 more places
2020-02-21  Richard Hendersontarget/arm: Rename isar_feature_aa32_simd_r32
2020-02-21  Guenter Roecksh4: Fix PCI ISA IO memory subregion
2020-02-21  Francisco Iglesiasxilinx_spips: Correct the number of dummy cycles for...
2020-02-21  Richard Hendersontarget/arm: Convert PMULL.8 to gvec
2020-02-21  Richard Hendersontarget/arm: Convert PMULL.64 to gvec
2020-02-21  Richard Hendersontarget/arm: Convert PMUL.8 to gvec
2020-02-21  Richard Hendersontarget/arm: Vectorize USHL and SSHL
2020-02-21  Guenter Roeckarm: allwinner: Wire up USB ports
2020-02-21  Guenter Roeckhcd-ehci: Introduce "companion-enable" sysbus property
2020-02-21  Guenter Roeckhw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS...
2020-02-21  Peter Maydelltarget/arm: Correctly implement ACTLR2, HACTLR2
2020-02-21  Peter Maydelltarget/arm: Use FIELD_EX32 for testing 32-bit fields
2020-02-21  Peter Maydelltarget/arm: Use isar_feature function for testing AA32H...
2020-02-21  Peter Maydelltarget/arm: Test correct register in aa32_pan and aa32_...
2020-02-21  Peter Maydelltarget/arm: Correct handling of PMCR_EL0.LC bit
2020-02-21  Peter Maydelltarget/arm: Correct definition of PMCRDP
2020-02-21  Peter Maydelltarget/arm: Provide ARMv8.4-PMU in '-cpu max'
2020-02-21  Peter Maydelltarget/arm: Implement ARMv8.4-PMU extension
2020-02-21  Peter Maydelltarget/arm: Implement ARMv8.1-PMU extension
2020-02-21  Peter Maydelltarget/arm: Read debug-related ID registers from KVM
2020-02-21  Peter Maydelltarget/arm: Move DBGDIDR into ARMISARegisters
2020-02-21  Peter Maydelltarget/arm: Stop assuming DBGDIDR always exists
2020-02-21  Peter Maydelltarget/arm: Add _aa64_ and _any_ versions of pmu_8_1...
2020-02-21  Peter Maydelltarget/arm: Define an aa32_pmu_8_1 isar feature test...
2020-02-21  Peter Maydelltarget/arm: Use FIELD macros for clearing ID_DFR0 PERFM...
2020-02-21  Peter Maydelltarget/arm: Add and use FIELD definitions for ID_AA64DF...
2020-02-21  Peter Maydelltarget/arm: Factor out PMU register definitions
2020-02-21  Peter Maydelltarget/arm: Define and use any_predinv isar_feature...
2020-02-21  Peter Maydelltarget/arm: Add isar_feature_any_fp16 and document...
2020-02-21  Peter Maydelltarget/arm: Check aa32_pan in take_aarch32_exception...
2020-02-21  Peter Maydelltarget/arm: Add _aa32_ to isar_feature functions testin...
2020-02-21  Richard Hendersontarget/arm: Split out aa64_va_parameter_tbi, aa64_va_pa...
2020-02-21  Richard Hendersontarget/arm: Remove ttbr1_valid check from get_phys_addr...
2020-02-21  Richard Hendersontarget/arm: Fix select for aa64_va_parameters_both
2020-02-21  Richard Hendersontarget/arm: Use bit 55 explicitly for pauth
2020-02-21  Richard Hendersontarget/arm: Flush high bits of sve register after AdvSI...
2020-02-21  Richard Hendersontarget/arm: Flush high bits of sve register after AdvSI...
2020-02-21  Richard Hendersontarget/arm: Flush high bits of sve register after AdvSI...
2020-02-21  Richard Hendersontarget/arm: Flush high bits of sve register after AdvSI...
2020-02-21  Guenter Roeckz2: Make providing flash images non-mandatory
2020-02-21  Guenter Roeckmainstone: Make providing flash images non-mandatory
2020-02-21  Philippe Mathieu... hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt...
2020-02-21  Joel Stanleyaspeed/scu: Implement chip ID register
2020-02-21  Joel Stanleyaspeed/scu: Create separate write callbacks
2020-02-21  Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2020-02-21  Miroslav Rezaninadocs: Fix virtiofsd.1 location
2020-02-21  Xiao Yangvirtiofsd: Remove fuse.h and struct fuse_module
2020-02-21  Philippe Mathieu... tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header...
2020-02-21  Philippe Mathieu... tools/virtiofsd/passthrough_ll: Remove unneeded variabl...
2020-02-21  Philippe Mathieu... tools/virtiofsd/passthrough_ll: Remove unneeded variabl...
2020-02-21  Dr. David Alan... virtiofsd: Help message fix for 'seconds'
next