qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-07 09:36:13 to 2021-10-07 17:17:44 UTC [more...]

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-07 16:24 UTC  (6+ messages)
` [PATCH 02/15] pcie: Add support for Single Root I/O Virtualization (SR/IOV)
` [PATCH 06/15] hw/nvme: Add support for Primary Controller Capabilities
` [PATCH 07/15] hw/nvme: Add support for Secondary Controller List
` [PATCH 09/15] hw/nvme: Implement the Function Level Reset
` [PATCH 15/15] docs: Add documentation for SR-IOV and Virtualization Enhancements

[PATCH v4 00/23] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-07 17:07 UTC  (29+ messages)
` [PATCH v4 01/23] qapi/misc-target: Wrap long 'SEV Attestation Report' long lines
` [PATCH v4 02/23] qapi/misc-target: Group SEV QAPI definitions
` [PATCH v4 03/23] target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
` [PATCH v4 04/23] target/i386/kvm: Restrict SEV stubs to x86 architecture
` [PATCH v4 05/23] target/i386/sev: Prefix QMP errors with 'SEV'
` [PATCH v4 06/23] target/i386/monitor: Return QMP error when SEV is not enabled for guest
` [PATCH v4 07/23] target/i386/cpu: Add missing 'qapi/error.h' header
` [PATCH v4 08/23] target/i386/sev_i386.h: Remove unused headers
` [PATCH v4 09/23] target/i386/sev: Remove sev_get_me_mask()
` [PATCH v4 10/23] target/i386/sev: Mark unreachable code with g_assert_not_reached()
` [PATCH v4 11/23] target/i386/sev: sev_get_attestation_report use g_autofree
` [PATCH v4 12/23] target/i386/sev: Use g_autofree in sev_launch_get_measure()
` [PATCH v4 13/23] target/i386/sev: Restrict SEV to system emulation
` [PATCH v4 14/23] target/i386/sev: Rename sev_i386.h -> sev.h
` [PATCH v4 15/23] target/i386/sev: Declare system-specific functions in 'sev.h'
` [PATCH v4 16/23] target/i386/sev: Remove stubs by using code elision
` [PATCH v4 17/23] target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
` [PATCH v4 18/23] target/i386/sev: Move qmp_sev_inject_launch_secret() "
` [PATCH v4 19/23] target/i386/sev: Move qmp_query_sev_capabilities() "
` [PATCH v4 20/23] target/i386/sev: Move qmp_query_sev_launch_measure() "
` [PATCH v4 21/23] target/i386/sev: Move qmp_query_sev() & hmp_info_sev() "
` [PATCH v4 22/23] monitor: Reduce hmp_info_sev() declaration
` [PATCH v4 23/23] MAINTAINERS: Cover SEV-related files with X86/KVM section

[PATCH 0/2] pylint: fix new errors and warnings
 2021-10-07 16:25 UTC  (12+ messages)
` [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297
` [PATCH 2/2] qemu-iotests: fix image-fleecing pylint errors

[RFC v9 00/29] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-10-07 16:58 UTC  (6+ messages)
` [RFC v9 15/29] vfio: Set up nested stage mappings

[PATCH 00/24] configure->meson queue for 6.2
 2021-10-07 16:53 UTC  (29+ messages)
` [PATCH 01/24] configure: remove --oss-lib
` [PATCH 02/24] audio: remove CONFIG_AUDIO_WIN_INT
` [PATCH 03/24] configure, meson: move audio driver detection to Meson
` [PATCH 04/24] meson: define symbols for all available audio drivers
` [PATCH 05/24] configure: add command line options for "
` [PATCH 06/24] kconfig: split CONFIG_SPARSE_MEM from fuzzing
` [PATCH 07/24] configure, meson: move fuzzing configuration to Meson
` [PATCH 08/24] trace: simple: pass trace_file unmodified to config-host.h
` [PATCH 09/24] trace: move configuration from configure to Meson
` [PATCH 10/24] configure, meson: move CONFIG_HOST_DSOSUF "
` [PATCH 11/24] configure, meson: get HOST_WORDS_BIGENDIAN via the machine object
` [PATCH 12/24] configure, meson: remove CONFIG_GCOV from config-host.mak
` [PATCH 13/24] configure, meson: move remaining HAVE_* compiler tests to Meson
` [PATCH 14/24] configure, meson: move pthread_setname_np checks "
` [PATCH 15/24] configure, meson: move libaio check to meson.build
` [PATCH 16/24] configure, meson: move vde detection to meson
` [PATCH 17/24] configure, meson: move netmap "
` [PATCH 18/24] configure, meson: move Spice configure handling "
` [PATCH 19/24] configure: remove obsolete Solaris ar check
` [PATCH 20/24] configure, meson: move more compiler checks to Meson
` [PATCH 21/24] configure: remove deprecated --{enable, disable}-git-update
` [PATCH 22/24] configure: accept "internal" for --enable-capstone/slirp/fdt
` [PATCH 23/24] configure: prepare for auto-generated option parsing
` [PATCH 24/24] configure: automatically parse command line for meson -D options

[PATCH v2 00/17] Switch iotests to using Async QMP
 2021-10-07 16:52 UTC  (14+ messages)
` [PATCH v2 04/17] python/aqmp: add send_fd_scm
` [PATCH v2 05/17] python/aqmp: Add dict conversion method to Greeting object
` [PATCH v2 06/17] python/aqmp: Reduce severity of EOFError-caused loop terminations
` [PATCH v2 07/17] python/aqmp: Disable logging messages by default
` [PATCH v2 12/17] python/machine: Handle QMP errors on close more meticulously

[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
 2021-10-07 16:12 UTC  (13+ messages)

[PATCH 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-07 16:16 UTC  (6+ messages)

[PATCH v3 00/17] iotests: support zstd
 2021-10-07 16:29 UTC  (3+ messages)

[PATCH V4] block/rbd: implement bdrv_co_block_status
 2021-10-07 16:28 UTC 

[PATCH V3] block/rbd: implement bdrv_co_block_status
 2021-10-07 16:30 UTC  (5+ messages)

Approaches for same-on-same linux-user execve?
 2021-10-07 16:28 UTC  (2+ messages)

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-10-07 15:42 UTC  (8+ messages)
` [PATCH v2 1/3] virtio: turn VIRTQUEUE_MAX_SIZE into a variable

[PULL v2 00/15] jobs: mirror: Handle errors after READY cancel
 2021-10-07 15:39 UTC  (5+ messages)
` [PULL v2 01/15] block/backup: avoid integer overflow of `max-workers`
` [PULL v2 02/15] block/aio_task: assert `max_busy_tasks` is greater than 0
` [PULL v2 09/15] job: Do not soft-cancel after a job is done
` [PULL v2 10/15] job: Add job_cancel_requested()

[PATCH v3 0/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
 2021-10-07 15:22 UTC  (6+ messages)
` [PATCH v3 2/3] "

[PATCH v3 00/22] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-07 15:18 UTC  (11+ messages)
` [PATCH v3 05/22] target/i386/monitor: Return QMP error when SEV is disabled in build
` [PATCH v3 14/22] target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
` [PATCH v3 19/22] monitor: Restrict 'info sev' to x86 targets

[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
 2021-10-07 14:54 UTC  (62+ messages)
` [RFC PATCH v2 03/25] block/block-backend.c: assertions for block-backend
` [RFC PATCH v2 04/25] include/block/block: split header into I/O and global state API
` [RFC PATCH v2 05/25] assertions for block "
` [RFC PATCH v2 06/25] include/block/block_int: split header into I/O and "
` [RFC PATCH v2 07/25] assertions for block_int "
` [RFC PATCH v2 08/25] block: introduce assert_bdrv_graph_writable
` [RFC PATCH v2 09/25] include/block/blockjob_int.h: split header into I/O and GS API
` [RFC PATCH v2 10/25] assertions for blockjob_int.h
` [RFC PATCH v2 11/25] include/block/blockjob.h: global state API
` [RFC PATCH v2 12/25] assertions for blockob.h "
` [RFC PATCH v2 13/25] include/systemu/blockdev.h: "
` [RFC PATCH v2 14/25] assertions for blockdev.h "
` [RFC PATCH v2 15/25] include/block/snapshot: global state API + assertions
` [RFC PATCH v2 16/25] block/backup-top.h: "
` [RFC PATCH v2 17/25] include/block/transactions: "
` [RFC PATCH v2 18/25] block/coroutines: I/O API
` [RFC PATCH v2 19/25] block_int-common.h: split function pointers in BlockDriver
` [RFC PATCH v2 20/25] block_int-common.h: assertion in the callers of BlockDriver function pointers
` [RFC PATCH v2 21/25] block_int-common.h: split function pointers in BdrvChildClass
` [RFC PATCH v2 22/25] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [RFC PATCH v2 23/25] block-backend-common.h: split function pointers in BlockDevOps
` [RFC PATCH v2 24/25] job.h: split function pointers in JobDriver
` [RFC PATCH v2 25/25] job.h: assertions in the callers of JobDriver funcion pointers

[RFC PATCH 0/4] aio: AIO_CONTEXT_ACQUIRE_GUARD() macro experiment
 2021-10-07 14:16 UTC  (3+ messages)

[RFC PATCH] tests/docker: add a debian-native image and make available
 2021-10-07 12:31 UTC  (2+ messages)

[PATCH v3 0/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
 2021-10-07 13:57 UTC  (4+ messages)
` [PATCH v3 1/3] tests/acpi/bios-tables-test: add and allow changes to a new q35 DSDT table blob
` [PATCH v3 2/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
` [PATCH v3 3/3] tests/acpi/bios-tables-test: update DSDT blob for multifunction bridge test

[PATCH 0/5] block/nvme: Fix a memory leak in nvme_free_queue_pair()
 2021-10-07 13:34 UTC  (12+ messages)
` [PATCH 1/5] block/nvme: Automatically free qemu_memalign() with QEMU_AUTO_VFREE
` [PATCH 2/5] block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()
` [PATCH 3/5] block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair()
` [PATCH 4/5] block/nvme: Pass BDRVNVMeState* handle to nvme_free_queue_pair()
` [PATCH 5/5] block/nvme: Fix memory leak from nvme_init_queue()

[PATCH v7 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-10-07 13:27 UTC  (3+ messages)
` [PATCH v7 7/8] qmp: add QMP command x-debug-virtio-queue-element

QAPI sync meeting
 2021-10-07 13:02 UTC  (9+ messages)

[PATCH] tests: qtest: Add virtio-iommu test
 2021-10-07 12:43 UTC  (4+ messages)

[PATCH v3 00/13] macfb: fixes for booting MacOS
 2021-10-07 12:38 UTC  (17+ messages)
` [PATCH v3 01/13] macfb: handle errors that occur during realize
` [PATCH v3 02/13] macfb: update macfb.c to use the Error API best practices
` [PATCH v3 03/13] macfb: fix invalid object reference in macfb_common_realize()
` [PATCH v3 04/13] macfb: fix overflow of color_palette array
` [PATCH v3 05/13] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
` [PATCH v3 06/13] macfb: add trace events for reading and writing the control registers
` [PATCH v3 07/13] macfb: implement mode sense to allow display type to be detected
` [PATCH v3 08/13] macfb: add qdev property to specify display type
` [PATCH v3 09/13] macfb: add common monitor modes supported by the MacOS toolbox ROM
` [PATCH v3 10/13] macfb: fix up 1-bit pixel encoding
` [PATCH v3 11/13] macfb: fix 24-bit RGB "
` [PATCH v3 12/13] macfb: add vertical blank interrupt
` [PATCH v3 13/13] q800: wire macfb IRQ to separate video interrupt on VIA2

Invitation: QAPI Sync meeting @ Thu Oct 7, 2021 9am - 10am (EDT) (qemu-devel@nongnu.org)
 2021-10-07 12:36 UTC  (2+ messages)

[PATCH v3 0/2] enable fsdax rdma migration
 2021-10-07 12:05 UTC  (5+ messages)
` [PATCH v3 1/2] migration/rdma: Try to register On-Demand Paging memory region
` [PATCH v3 2/2] migration/rdma: advise prefetch write for ODP region

[PATCH v12 00/16] machine: smp parsing fixes and improvement
 2021-10-07 12:03 UTC  (8+ messages)
` [PATCH v12 16/16] machine: Make smp_parse return a boolean

[PATCH] qemu-iotests: flush after every test
 2021-10-07 11:47 UTC  (3+ messages)

[PATCH v4 0/3] hw/arm/virt_acpi_build: Generate DBG2 table
 2021-10-07 11:08 UTC  (3+ messages)
` [PATCH v4 2/3] "

[PATCH] generic-loader: remove the ram_size limit when a loading binary file
 2021-10-07 11:01 UTC  (9+ messages)

[PATCH] build-sys: move Spice configure handling to meson
 2021-10-07 11:00 UTC  (2+ messages)

[RFC PATCH 0/3] Improve scalability of the SMP related Docs
 2021-10-07 10:43 UTC  (4+ messages)
` [RFC PATCH 1/3] qemu-options: Improve scalability of the -smp documentation
` [RFC PATCH 2/3] include/hw/boards: Improve scalability of the CpuTopology comment
` [RFC PATCH 3/3] qapi/machine.json: Improve scalability of the SMP related comments

[PATCH v4 0/7] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
 2021-10-07 10:12 UTC  (4+ messages)
` [PATCH v4 3/7] util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()

[PULL 00/12] Misc changes for 2021-10-05
 2021-10-07  9:42 UTC  (8+ messages)
` [PULL 12/12] meson: show library versions in the summary

[PATCH] MAINTAINERS: Add myself as reviewer of the 'Memory API'
 2021-10-07  9:44 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add myself as reviewer of 'Machine core' API
 2021-10-07  9:31 UTC 


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).