QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-15 17:09:06 to 2021-09-16 10:49:47 UTC [more...]

[PATCH v2] qobject: Fix maybe uninitialized in qdict_array_split
 2021-09-16 10:25 UTC  (2+ messages)

[PATCH RESEND 1/1] multi-process: fix usage information
 2021-09-16 10:06 UTC  (2+ messages)

[PATCH] target/avr: Fix compiler errors (-Werror=enum-conversion)
 2021-09-16 10:11 UTC  (2+ messages)

[PATCH v11 00/10] hvf: Implement Apple Silicon Support
 2021-09-16 10:38 UTC  (13+ messages)
` [PATCH v11 01/10] arm: Move PMC register definitions to cpu.h
` [PATCH v11 02/10] hvf: Add execute to dirty log permission bitmap
` [PATCH v11 03/10] hvf: Introduce hvf_arch_init() callback
` [PATCH v11 04/10] hvf: Add Apple Silicon support
` [PATCH v11 05/10] arm/hvf: Add a WFI handler
` [PATCH v11 06/10] hvf: arm: Implement -cpu host
` [PATCH v11 07/10] hvf: arm: Implement PSCI handling
` [PATCH v11 08/10] arm: Add Hypervisor.framework build target
` [PATCH v11 09/10] hvf: arm: Add rudimentary PMC support
` [PATCH v11 10/10] arm: tcg: Adhere to SMCCC 1.3 section 5.2

[PATCH v3 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-16 10:37 UTC  (23+ messages)
` [PATCH v3 01/20] nubus-device: rename slot_nb variable to slot
` [PATCH v3 02/20] nubus-device: expose separate super slot memory region
` [PATCH v3 03/20] nubus-device: add device slot parameter
` [PATCH v3 04/20] nubus: use bitmap to manage available slots
` [PATCH v3 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()
` [PATCH v3 06/20] nubus: implement BusClass get_dev_path()
` [PATCH v3 07/20] nubus: add trace-events for empty slot accesses
` [PATCH v3 08/20] nubus: generate bus error when attempting to access empty slots
` [PATCH v3 09/20] macfb: don't register declaration ROM
` [PATCH v3 10/20] nubus-device: remove nubus_register_rom() and nubus_register_format_block()
` [PATCH v3 11/20] nubus-device: add romfile property for loading declaration ROMs
` [PATCH v3 12/20] nubus: move nubus to its own 32-bit address space
` [PATCH v3 13/20] nubus-bridge: introduce separate NubusBridge structure
` [PATCH v3 14/20] mac-nubus-bridge: rename MacNubusState to MacNubusBridge
` [PATCH v3 15/20] nubus: move NubusBus from mac-nubus-bridge to nubus-bridge
` [PATCH v3 16/20] nubus-bridge: embed the NubusBus object directly within nubus-bridge
` [PATCH v3 17/20] nubus-bridge: make slot_available_mask a qdev property
` [PATCH v3 18/20] nubus: add support for slot IRQs
` [PATCH v3 19/20] q800: wire up nubus IRQs
` [PATCH v3 20/20] q800: configure nubus available slots for Quadra 800

[PATCH] hw/vfio: Fix typo in comments
 2021-09-16  9:58 UTC  (3+ messages)

[PATCH, trivial, for-6.1] target/i386: spelling: occured=>occurred
 2021-09-16  9:52 UTC  (2+ messages)

[PATCH] intel_iommu: Fix typo in comments
 2021-09-16  9:55 UTC  (3+ messages)

[PATCH] target/sparc: Make sparc_cpu_dump_state() static
 2021-09-16  9:43 UTC  (2+ messages)

[PATCH] hw/ssi: imx_spi: Improve chip select handling
 2021-09-16 10:21 UTC  (13+ messages)

[PULL 0/4] Update meson version
 2021-09-16 10:19 UTC  (5+ messages)
` [PULL 4/4] target/xtensa: list cores in a text file

[PATCH RFC 0/8] blockdev-replace
 2021-09-16 10:12 UTC  (4+ messages)
` [PATCH 2/8] block: add BlockParentClass class

[PULL 00/32] Block patches
 2021-09-16 10:18 UTC  (34+ messages)
` [PULL 01/32] gluster: Align block-status tail
` [PULL 02/32] block: Drop BDS comment regarding bdrv_append()
` [PULL 03/32] block: block-status cache for data regions
` [PULL 04/32] block: Clarify that @bytes is no limit on *pnum
` [PULL 05/32] block/file-posix: Do not force-cap *pnum
` [PULL 06/32] block/gluster: "
` [PULL 07/32] block/iscsi: "
` [PULL 08/32] iotests: Fix unspecified-encoding pylint warnings
` [PULL 09/32] iotests: Fix use-{list,dict}-literal warnings
` [PULL 10/32] iotests/297: Drop 169 and 199 from the skip list
` [PULL 11/32] migrate-bitmaps-postcopy-test: Fix pylint warnings
` [PULL 12/32] migrate-bitmaps-test: "
` [PULL 13/32] mirror-top-perms: Fix AbnormalShutdown path
` [PULL 14/32] iotests/297: Cover tests/
` [PULL 15/32] block/mirror: fix NULL pointer dereference in mirror_wait_on_conflicts()
` [PULL 16/32] tests: add migrate-during-backup
` [PULL 17/32] block: bdrv_inactivate_recurse(): check for permissions and fix crash
` [PULL 18/32] simplebench: add img_bench_templater.py
` [PULL 19/32] qcow2: refactor handle_dependencies() loop body
` [PULL 20/32] qcow2: handle_dependencies(): relax conflict detection
` [PULL 21/32] qemu-img: Allow target be aligned to sector size
` [PULL 22/32] qcow2-refcount: improve style of check_refcounts_l2()
` [PULL 23/32] qcow2: compressed read: simplify cluster descriptor passing
` [PULL 24/32] qcow2: introduce qcow2_parse_compressed_l2_entry() helper
` [PULL 25/32] qcow2-refcount: introduce fix_l2_entry_by_zero()
` [PULL 26/32] qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
` [PULL 27/32] qcow2-refcount: check_refcounts_l2(): check l2_bitmap
` [PULL 28/32] qcow2-refcount: check_refcounts_l2(): check reserved bits
` [PULL 29/32] qcow2-refcount: improve style of check_refcounts_l1()
` [PULL 30/32] qcow2-refcount: check_refcounts_l1(): check reserved bits
` [PULL 31/32] qcow2-refcount: check_refblocks(): add separate message for reserved
` [PULL 32/32] qemu-img: Add -F shorthand to convert

[PATCH v2 00/12] target/arm: Use TCG vector ops for MVE
 2021-09-16 10:01 UTC  (6+ messages)
` [PATCH v2 09/12] target/arm: Optimize MVE VSHL, VSHR immediate forms

[PATCH v2 0/2] elf2dmp: Fix minor Coverity nits
 2021-09-16  9:58 UTC  (2+ messages)

[PATCH] virtiofsd: Reverse req_list before processing it
 2021-09-16  9:55 UTC  (2+ messages)

[PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
 2021-09-16  9:44 UTC  (2+ messages)

[RFC v6] virtio/vsock: add two more queues for datagram types
 2021-09-16  8:57 UTC  (6+ messages)
  `  "

[PATCH v4 00/12] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-09-16  8:40 UTC  (13+ messages)
` [PATCH v4 01/12] virtiofsd: Keep /proc/self/mountinfo open
` [PATCH v4 02/12] virtiofsd: Limit setxattr()'s creds-dropped region
` [PATCH v4 03/12] virtiofsd: Add TempFd structure
` [PATCH v4 04/12] virtiofsd: Use lo_inode_open() instead of openat()
` [PATCH v4 05/12] virtiofsd: Add lo_inode_fd() helper
` [PATCH v4 06/12] virtiofsd: Let lo_fd() return a TempFd
` [PATCH v4 07/12] virtiofsd: Let lo_inode_open() "
` [PATCH v4 08/12] virtiofsd: Pass lo_data to lo_inode_{fd,open}()
` [PATCH v4 09/12] virtiofsd: Add lo_inode.fhandle
` [PATCH v4 10/12] virtiofsd: Add inodes_by_handle hash table
` [PATCH v4 11/12] virtiofsd: Optionally fill lo_inode.fhandle
` [PATCH v4 12/12] virtiofsd: Add lazy lo_do_find()

[RFC PATCH 0/7] linux-user: Streamline handling of SIGSEGV/SIGBUS
 2021-09-16  8:51 UTC  (3+ messages)
` [RFC PATCH 7/7] linux-user: Reorg cpu_signal_handler

[PATCH v5 00/16] tcg/s390x: host vector support
 2021-09-16  8:12 UTC  (21+ messages)
` [PATCH v5 01/16] tcg: Expand usadd/ussub with umin/umax
` [PATCH v5 02/16] tcg/s390x: Rename from tcg/s390
` [PATCH v5 03/16] tcg/s390x: Change FACILITY representation
` [PATCH v5 04/16] tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg
` [PATCH v5 05/16] tcg/s390x: Add host vector framework
` [PATCH v5 06/16] tcg/s390x: Implement tcg_out_ld/st for vector types
` [PATCH v5 07/16] tcg/s390x: Implement tcg_out_mov "
` [PATCH v5 08/16] tcg/s390x: Implement tcg_out_dup*_vec
` [PATCH v5 09/16] tcg/s390x: Implement minimal vector operations
` [PATCH v5 10/16] tcg/s390x: Implement andc, orc, abs, neg, not "
` [PATCH v5 11/16] tcg/s390x: Implement TCG_TARGET_HAS_mul_vec
` [PATCH v5 12/16] tcg/s390x: Implement vector shift operations
` [PATCH v5 13/16] tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec
` [PATCH v5 14/16] tcg/s390x: Implement TCG_TARGET_HAS_sat_vec
` [PATCH v5 15/16] tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec
` [PATCH v5 16/16] tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vec

[PATCH v3 0/6] qapi: Add support for aliases
 2021-09-16  7:49 UTC  (3+ messages)
` [PATCH v3 5/6] "

[PATCH] qemu-storage-daemon: Only display FUSE help when FUSE is built-in
 2021-09-16  7:43 UTC  (3+ messages)

[PATCH RFC 0/5] Subject: [PATCH RFC 0/5] qapi: Add feature flags to enum members
 2021-09-16  7:18 UTC  (7+ messages)
` [PATCH RFC 1/5] qapi: Enable enum member introspection to show more than name
` [PATCH RFC 2/5] qapi: Add feature flags to enum members
` [PATCH RFC 3/5] qapi: Move compat policy from QObject to generic visitor
` [PATCH RFC 4/5] qapi: Implement deprecated-input={reject, crash} for enum values
` [PATCH RFC 5/5] block: Deprecate transaction type drive-backup

[PATCH v4 00/33] Qemu SGX virtualization
 2021-09-16  6:35 UTC  (8+ messages)
` [PATCH v4 04/33] i386: Add 'sgx-epc' device to expose EPC sections to guest
` [PATCH v4 10/33] i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRs

[PATCH v2 0/3] The HMP/QMP interfaces in Qemu SGX
 2021-09-16  6:14 UTC  (9+ messages)
` [PATCH v2 1/3] monitor: Add HMP and QMP interfaces

[PULL 0/6] Vga 20210916 patches
 2021-09-16  5:56 UTC  (7+ messages)
` [PULL 1/6] qxl: fix pre-save logic
` [PULL 2/6] ui/gtk: Create a common release_dmabuf helper
` [PULL 3/6] ui/egl: Add egl helpers to help with synchronization
` [PULL 4/6] ui: Create sync objects and fences only for blobs
` [PULL 5/6] ui/gtk-egl: Wait for the draw signal for dmabuf blobs
` [PULL 6/6] virtio-gpu: Add gl_flushed callback

[PATCH] MAINTAINERS: add myself as a reviewer for KVM guest cpu related changes
 2021-09-16  5:37 UTC 

[PATCH v1 1/1] hw/riscv: opentitan: Correct the USB Dev address
 2021-09-16  5:07 UTC  (2+ messages)

[qemu-web PATCH] Gemfile: Add webrick bundle dependency
 2021-09-16  5:03 UTC  (7+ messages)

[PATCH v3 00/16] python/iotests: Run iotest linters during Python CI
 2021-09-16  4:52 UTC  (21+ messages)
` [PATCH v3 01/16] python: Update for pylint 2.10
` [PATCH v3 02/16] iotests/mirror-top-perms: Adjust imports
` [PATCH v3 03/16] iotests/migrate-bitmaps-postcopy-test: declare instance variables
` [PATCH v3 04/16] iotests/migrate-bitmaps-test: delint
` [PATCH v3 05/16] iotests/297: modify is_python_file to work from any CWD
` [PATCH v3 06/16] iotests/297: Add get_files() function
` [PATCH v3 07/16] iotests/297: Don't rely on distro-specific linter binaries
` [PATCH v3 08/16] iotests/297: Create main() function
` [PATCH v3 09/16] iotests/297: Separate environment setup from test execution
` [PATCH v3 10/16] iotests/297: Add 'directory' argument to run_linters
` [PATCH v3 11/16] iotests/297: return error code from run_linters()
` [PATCH v3 12/16] iotests/297: split linters.py off from 297
` [PATCH v3 13/16] iotests/linters: Add entry point for Python CI linters
` [PATCH v3 14/16] iotests/linters: Add workaround for mypy bug #9852
` [PATCH v3 15/16] python: Add iotest linters to test suite
` [PATCH v3 16/16] iotests/linters: check mypy files all at once

[ RFC v2 0/9] Improve PMU support
 2021-09-16  4:49 UTC  (3+ messages)
` [ RFC v2 2/9] target/riscv: pmu: Rename the counters extension to pmu

[PATCH] target/riscv: csr: Rename HCOUNTEREN_CY and friends
 2021-09-16  4:42 UTC  (2+ messages)

[PATCH] hw/intc: GIC maintenance interrupt not triggered
 2021-09-16  4:36 UTC  (2+ messages)

[PATCH v7 0/7] pSeries FORM2 affinity support
 2021-09-16  1:30 UTC  (8+ messages)
` [PATCH v7 1/7] spapr_numa.c: split FORM1 code into helpers
` [PATCH v7 2/7] spapr_numa.c: scrap 'legacy_numa' concept
` [PATCH v7 3/7] spapr_numa.c: parametrize FORM1 macros
` [PATCH v7 4/7] spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array
` [PATCH v7 5/7] spapr: move FORM1 verifications to post CAS
` [PATCH v7 6/7] spapr_numa.c: FORM2 NUMA affinity support
` [PATCH v7 7/7] spapr_numa.c: handle auto NUMA node with no distance info

[PATCH v6 0/6] pSeries FORM2 affinity support
 2021-09-16  1:32 UTC  (5+ messages)
` [PATCH v6 3/6] spapr: introduce spapr_numa_associativity_reset()

[PATCH] target/i386: Include 'hw/i386/apic.h' locally
 2021-09-15 22:05 UTC  (2+ messages)

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-09-15 19:25 UTC  (6+ messages)
` [PATCH v2 3/3] qapi: "

[PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server
 2021-09-15 19:14 UTC  (12+ messages)

[PATCH v4 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-15 18:06 UTC  (2+ messages)

[PATCH 0/2] linux-user/nios2: trap and kuser fixes
 2021-09-15 17:54 UTC  (4+ messages)
` [PATCH 1/2] linux-user/nios2: Properly emulate EXCP_TRAP
` [PATCH 2/2] linux-user/nios2: Map a real kuser page

[PATCH v4 00/27] python: introduce Asynchronous QMP package
 2021-09-15 16:29 UTC  (2+ messages)
` [PATCH v4 22/27] python/aqmp: add asyncio_run compatibility wrapper


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 read-only IMAP folder(s) and NNTP newsgroup(s).