messages from 2020-03-11 05:13:07 to 2020-03-11 13:30:24 UTC [more...]
[PATCH v9 00/15] s390x: Protected Virtualization support
2020-03-11 13:24 UTC (12+ messages)
` [PATCH v9 01/15] Sync pv
` [PATCH v9 02/15] s390x: protvirt: Support unpack facility
` [PATCH v9 05/15] s390x: protvirt: KVM intercept changes
` [PATCH v9 06/15] s390x: Add SIDA memory ops
` [PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD
` [PATCH v9 08/15] s390x: protvirt: SCLP interpretation
` [PATCH v9 09/15] s390x: protvirt: Set guest IPL PSW
` [PATCH v9 10/15] s390x: protvirt: Move diag 308 data over SIDA
` [PATCH v9 12/15] s390x: protvirt: Move IO control structures "
` [PATCH v9 13/15] s390x: protvirt: Handle SIGP store status correctly
[PATCH 0/2] thread: add lock guard macros
2020-03-11 13:22 UTC (6+ messages)
` [PATCH 1/2] thread: add QemuRecMutex lock guards
` [PATCH 2/2] thread: add QemuMutex "
[PATCH v5 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
2020-03-11 13:16 UTC (7+ messages)
` [PATCH v5 1/6] hw/arm/virt: Document 'max' value in gic-version property description
` [PATCH v5 2/6] hw/arm/virt: Introduce VirtGICType enum type
` [PATCH v5 3/6] hw/arm/virt: Introduce finalize_gic_version()
` [PATCH v5 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
` [PATCH v5 5/6] hw/arm/virt: kvm: Restructure finalize_gic_version()
` [PATCH v5 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
[PATCH v3 0/6] reference implementation of RSS and hash report
2020-03-11 13:10 UTC (8+ messages)
` [PATCH v3 1/6] virtio-net: introduce RSS and hash report features
` [PATCH v3 2/6] virtio-net: implement RSS configuration command
` [PATCH v3 3/6] virtio-net: implement RX RSS processing
` [PATCH v3 4/6] virtio-net: reference implementation of hash report
` [PATCH v3 5/6] virtio-net: add migration support for RSS and hast report
` [PATCH v3 6/6] tap: allow extended virtio header with hash info
[PATCH 0/4] linux-user: generate syscall_nr.h from linux unistd.h
2020-03-11 13:09 UTC (3+ messages)
` [PATCH 1/4] scripts: add a script to generate syscall_nr.h
[PATCH RESEND 0/3] fix some warnings by static code scan tool
2020-03-11 13:00 UTC (13+ messages)
` [PATCH RESEND 1/3] vfio/pci: fix a null pointer reference in vfio_rom_read
[PATCH] target/ppc: Fix rlwinm on ppc64
2020-03-11 13:00 UTC (3+ messages)
[PATCH v7 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
2020-03-11 12:58 UTC (3+ messages)
` [PATCH v7 06/18] hw/arm/allwinner: add CPU Configuration module
[PATCH v2 00/14] LUKS: encryption slot management using amend interface
2020-03-11 12:55 UTC (7+ messages)
` [PATCH v2 02/14] qcrypto/luks: implement encryption key management
[PATCH v3 00/10] tests/vm: Add support for aarch64 VMs
2020-03-11 12:51 UTC (5+ messages)
` [PATCH v3 01/10] tests/vm: Add validation of target
[PULL 0/9] Block patches
2020-03-11 12:40 UTC (10+ messages)
` [PULL 1/9] qemu/queue.h: clear linked list pointers on remove
` [PULL 2/9] aio-posix: remove confusing QLIST_SAFE_REMOVE()
` [PULL 3/9] aio-posix: completely stop polling when disabled
` [PULL 4/9] aio-posix: move RCU_READ_LOCK() into run_poll_handlers()
` [PULL 5/9] aio-posix: extract ppoll(2) and epoll(7) fd monitoring
` [PULL 6/9] aio-posix: simplify FDMonOps->update() prototype
` [PULL 7/9] aio-posix: add io_uring fd monitoring implementation
` [PULL 8/9] aio-posix: support userspace polling of fd monitoring
` [PULL 9/9] aio-posix: remove idle poll handlers to improve scalability
[PATCH v2] icount: make dma reads deterministic
2020-03-11 12:42 UTC (2+ messages)
[PATCH] util: fix to get configuration macros in util/mmap-alloc.c
2020-03-11 12:37 UTC (9+ messages)
[PATCH v6 00/13] APIC ID fixes for AMD EPYC CPU model
2020-03-11 12:29 UTC (13+ messages)
` [PATCH v6 01/13] hw/i386: Introduce X86CPUTopoInfo to contain topology info
` [PATCH v6 06/13] hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids
` [PATCH v6 08/13] target/i386: Cleanup and use the EPYC mode topology functions
` [PATCH v6 10/13] i386: Check for apic id encoding
` [PATCH v6 11/13] target/i386: Enable new apic id encoding for EPYC based cpus models
` [PATCH v6 12/13] hw/i386: Move arch_id decode inside x86_cpus_init
[PATCH 0/3] request_alignment vs file size
2020-03-11 12:29 UTC (8+ messages)
` [PATCH 1/3] block/file-posix: add raw_getlength_fd
` [PATCH 2/3] block/file-posix: consider file size when fallback to max_align
` [PATCH 3/3] block: fail on open when file size is unaligned to request_alignment
[PATCH v4 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
2020-03-11 12:23 UTC (10+ messages)
` [PATCH v4 1/6] hw/arm/virt: Document 'max' value in gic-version property description
` [PATCH v4 2/6] hw/arm/virt: Introduce VirtGICType enum type
` [PATCH v4 3/6] hw/arm/virt: Introduce finalize_gic_version()
` [PATCH v4 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
` [PATCH v4 5/6] hw/arm/virt: kvm: Restructure finalize_gic_version()
` [PATCH v4 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
[PATCH] console: make QMP screendump use coroutine
2020-03-11 12:16 UTC (14+ messages)
[kvm-unit-tests PATCH v5 00/13] arm/arm64: Add ITS tests
2020-03-11 12:07 UTC (15+ messages)
` [kvm-unit-tests PATCH v5 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v5 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v5 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v5 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v5 13/13] arm/arm64: ITS: pending table migration test
[PATCH v4 0/9] block-copy improvements: part I
2020-03-11 11:52 UTC (12+ messages)
` [PATCH v4 1/9] job: refactor progress to separate object
` [PATCH v4 2/9] block/block-copy: fix progress calculation
` [PATCH v4 3/9] block/block-copy: specialcase first copy_range request
` [PATCH v4 4/9] block/block-copy: use block_status
` [PATCH v4 5/9] block/block-copy: factor out find_conflicting_inflight_req
` [PATCH v4 6/9] block/block-copy: refactor interfaces to use bytes instead of end
` [PATCH v4 7/9] block/block-copy: rename start to offset in interfaces
` [PATCH v4 8/9] block/block-copy: reduce intersecting request lock
` [PATCH v4 9/9] block/block-copy: hide structure definitions
[PATCH v3 0/2] spapr: Use vIOMMU translation for virtio by default
2020-03-11 11:48 UTC (10+ messages)
` [PATCH v3 1/2] spapr: Disable legacy virtio devices for pseries-5.0 and later
` Upstream QEMU guest support policy ? Re: [PATCH v3 0/2] spapr: Use vIOMMU translation for virtio by default
[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
2020-03-11 10:46 UTC (9+ messages)
` [Bug 1866870] "
[PATCH v8 02/15] s390x: protvirt: Support unpack facility
2020-03-11 10:20 UTC (2+ messages)
` [PATCH v9] "
[PATCH v8 00/10] error: auto propagated local_err part I
2020-03-11 10:11 UTC (16+ messages)
` [PATCH v8 02/10] scripts: add coccinelle script to use auto propagated errp
[PATCH 0/2] hw/mem/pc-dimm: Trivial code changes
2020-03-11 9:56 UTC (2+ messages)
[PATCH v4 00/10] Further bitmaps improvements
2020-03-11 9:55 UTC (6+ messages)
[PATCH qemu v8 0/3] spapr: Kill SLOF
2020-03-11 9:43 UTC (3+ messages)
` [PATCH qemu v8 3/3] spapr: Implement Open Firmware client interface
[PATCH v3 0/9] block-copy improvements: part I
2020-03-11 9:39 UTC (4+ messages)
` [PATCH v3 8/9] block/block-copy: reduce intersecting request lock
[PATCH RESEND v2] block/nvme: introduce PMR support from NVMe 1.4 spec
2020-03-11 9:20 UTC (4+ messages)
[Bug 1866962] [NEW] Powerpc kvm guest unable to start with hugepage backed memory
2020-03-11 8:36 UTC
[PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
2020-03-11 8:15 UTC (2+ messages)
[PATCH] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
2020-03-11 7:35 UTC (3+ messages)
[PATCH v5 0/5] qcow2: Implement zstd cluster compression method
2020-03-11 7:31 UTC (2+ messages)
I am trying to fixes a issue with QEMU with VxWorks
2020-03-11 7:15 UTC (5+ messages)
[PATCH 00/16] target/arm: sve load/store improvements
2020-03-11 7:10 UTC (18+ messages)
` [PATCH 01/16] accel/tcg: Add block comment for probe_access
` [PATCH 02/16] accel/tcg: Add probe_access_flags
` [PATCH 03/16] exec: Add cpu_probe_watchpoint
` [PATCH 04/16] target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
` [PATCH 05/16] target/arm: Drop manual handling of set/clear_helper_retaddr
` [PATCH 06/16] target/arm: Add sve infrastructure for page lookup
` [PATCH 07/16] target/arm: Adjust interface of sve_ld1_host_fn
` [PATCH 08/16] target/arm: Use SVEContLdSt in sve_ld1_r
` [PATCH 09/16] target/arm: Handle watchpoints "
` [PATCH 10/16] target/arm: Use SVEContLdSt for multi-register contiguous loads
` [PATCH 11/16] target/arm: Update contiguous first-fault and no-fault loads
` [PATCH 12/16] target/arm: Use SVEContLdSt for contiguous stores
` [PATCH 13/16] target/arm: Reuse sve_probe_page for gather first-fault loads
` [PATCH 14/16] target/arm: Reuse sve_probe_page for scatter stores
` [PATCH 15/16] target/arm: Reuse sve_probe_page for gather loads
` [PATCH 16/16] target/arm: Remove sve_memopidx
[PATCH] hw/scsi/megasas:Clean up some redundant code fix Clang warnings
2020-03-11 6:48 UTC (3+ messages)
[PATCH 0/5] docs/system: Split target-arm.rst
2020-03-11 6:36 UTC (3+ messages)
` [PATCH 1/5] Makefile: Allow for subdirectories in Sphinx manual dependencies
[PATCH v4 00/18] Convert QAPI doc comments to generate rST instead of texinfo
2020-03-11 6:32 UTC (35+ messages)
` [PATCH v4 01/18] qapi/migration.json: Fix indentation
` [PATCH v4 02/18] qapi/qapi-schema.json: Put headers in their own doc-comment blocks
` [PATCH v4 03/18] qapi/machine.json: Escape a literal '*' in doc comment
` [PATCH v4 04/18] tests/qapi/doc-good.json: Clean up markup
` [PATCH v4 05/18] scripts/qapi: Move doc-comment whitespace stripping to doc.py
` [PATCH v4 06/18] scripts/qapi/parser.py: improve doc comment indent handling
` [PATCH v4 08/18] docs/interop: Convert qemu-ga-ref to rST
` [PATCH v4 09/18] docs/interop: Convert qemu-qmp-ref "
` [PATCH v4 10/18] qapi: Use rST markup for literal blocks
` [PATCH v4 11/18] qga/qapi-schema.json: Add some headings
` [PATCH v4 12/18] scripts/qapi: Remove texinfo generation support
` [PATCH v4 13/18] docs/devel/qapi-code-gen.txt: Update to new rST backend conventions
` [PATCH v4 14/18] Makefile: Remove redundant Texinfo related rules
` [PATCH v4 15/18] scripts/texi2pod: Delete unused script
` [PATCH v4 16/18] Remove Texinfo related files from .gitignore and git.orderfile
` [PATCH v4 17/18] configure: Drop texinfo requirement
` [PATCH v4 18/18] Remove texinfo dependency from docker and CI configs
[PATCH v2 00/16]: hw/i386/vmport: Bug fixes and improvements
2020-03-11 6:29 UTC (10+ messages)
[PATCH] tcg/i386: Bound shift count expanding sari_vec
2020-03-11 5:55 UTC (2+ messages)
[PATCH 0/7] post-rst-conversion cleanups
2020-03-11 5:56 UTC (2+ messages)
[PATCH v4 00/60] target/riscv: support vector extension v0.7.1
2020-03-11 5:06 UTC (26+ messages)
` [PATCH v4 10/60] target/riscv: vector widening integer add and subtract
` [PATCH v4 11/60] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v4 13/60] target/riscv: vector single-width bit shift instructions
` [PATCH v4 14/60] target/riscv: vector narrowing integer right "
` [PATCH v4 15/60] target/riscv: vector integer comparison instructions
` [PATCH v4 16/60] target/riscv: vector integer min/max instructions
` [PATCH v4 17/60] target/riscv: vector single-width integer multiply instructions
` [PATCH v4 18/60] target/riscv: vector integer divide instructions
` [PATCH v4 19/60] target/riscv: vector widening integer multiply instructions
` [PATCH v4 20/60] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v4 21/60] target/riscv: vector widening "
` [PATCH v4 22/60] target/riscv: vector integer merge and move instructions
` [PATCH v4 23/60] target/riscv: vector single-width saturating add and subtract
` [PATCH v4 24/60] target/riscv: vector single-width averaging "
` [PATCH v4 25/60] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v4 26/60] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v4 27/60] target/riscv: vector single-width scaling shift instructions
` [PATCH v4 28/60] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v4 29/60] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v4 30/60] target/riscv: vector widening "
` [PATCH v4 31/60] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v4 32/60] target/riscv: vector widening floating-point multiply
` [PATCH v4 33/60] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v4 34/60] target/riscv: vector widening "
` [PATCH v4 35/60] target/riscv: vector floating-point square-root instruction
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).