messages from 2021-10-07 00:55:14 to 2021-10-07 14:33:45 UTC [more...]
[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
2021-10-07 14:32 UTC (49+ messages)
` [RFC PATCH v2 01/25] main-loop.h: introduce qemu_in_main_thread()
` [RFC PATCH v2 02/25] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [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 18/25] block/coroutines: I/O API
[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 00/24] configure->meson queue for 6.2
2021-10-07 13:48 UTC (28+ 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 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 (6+ messages)
` [PATCH v7 3/8] qmp: add QMP command x-debug-query-virtio
` [PATCH v7 7/8] qmp: add QMP command x-debug-virtio-queue-element
[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
2021-10-07 13:09 UTC (6+ messages)
` [PATCH v2 1/3] virtio: turn VIRTQUEUE_MAX_SIZE into a variable
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 00/22] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
2021-10-07 12:25 UTC (8+ 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 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 (10+ messages)
` [PATCH v12 16/16] machine: Make smp_parse return a boolean
[PATCH 1/1] virtio: write back F_VERSION_1 before validate
2021-10-07 11:52 UTC (2+ messages)
[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 (6+ messages)
` [PATCH v4 1/3] tests/acpi: Add void table for virt/DBG2 bios-tables-test
` [PATCH v4 2/3] hw/arm/virt_acpi_build: Generate DBG2 table
` [PATCH v4 3/3] bios-tables-test: Generate reference table for virt/DBG2
[PATCH v3 0/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
2021-10-07 11:07 UTC (5+ messages)
` [PATCH v3 2/3] "
[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
2021-10-07 11:06 UTC (12+ messages)
[PATCH] generic-loader: remove the ram_size limit when a loading binary file
2021-10-07 11:01 UTC (10+ 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 0/2] pylint: fix new errors and warnings
2021-10-07 10:35 UTC (11+ messages)
` [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297
` [PATCH 2/2] qemu-iotests: fix image-fleecing pylint errors
[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 (3+ messages)
[PATCH] MAINTAINERS: Add myself as reviewer of 'Machine core' API
2021-10-07 9:31 UTC
[PATCH v2 00/12] macfb: fixes for booting MacOS
2021-10-07 9:19 UTC (13+ messages)
` [PATCH v2 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM
[PATCH v5 00/13] mirror: Handle errors after READY cancel
2021-10-07 8:39 UTC (8+ messages)
` [PATCH v5 05/13] job: @force parameter for job_cancel_sync()
` [PATCH v5 07/13] job: Do not soft-cancel after a job is done
` [PATCH v5 08/13] job: Add job_cancel_requested()
[PATCH] target/riscv: Pass the same value to oprsz and maxsz for vmv.v.v
2021-10-07 8:17 UTC
[PATCH v2 00/27] Adding partial support for 128-bit riscv target
2021-10-07 8:11 UTC (4+ messages)
` [PATCH v2 01/27] memory: add a few defines for octo (128-bit) values
[PATCH v7 0/8] hw/arm/virt: Introduce cpu topology support
2021-10-07 7:12 UTC (10+ messages)
` [PATCH v7 1/8] hw/arm/virt: Only describe cpu topology since virt-6.2
` [PATCH v7 2/8] device_tree: Add qemu_fdt_add_path
` [PATCH v7 3/8] hw/arm/virt: Add cpu-map to device tree
` [PATCH v7 4/8] hw/acpi/aml-build: Add Processor hierarchy node structure
` [PATCH v7 5/8] hw/acpi/aml-build: Add PPTT table
` [PATCH v7 6/8] tests/data/acpi/virt: Add empty binary files for PPTT
` [PATCH v7 7/8] hw/arm/virt-acpi-build: Generate PPTT table
` [PATCH v7 8/8] tests/data/acpi/virt: Update binary files for PPTT
[PULL 00/26] riscv-to-apply queue
2021-10-07 6:47 UTC (27+ messages)
` [PULL 01/26] target/riscv: Introduce temporary in gen_add_uw()
` [PULL 02/26] target/riscv: fix clzw implementation to operate on arg1
` [PULL 03/26] target/riscv: clwz must ignore high bits (use shift-left & changed logic)
` [PULL 04/26] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PULL 05/26] target/riscv: Reassign instructions to the Zba-extension
` [PULL 06/26] target/riscv: Remove the W-form instructions from Zbs
` [PULL 07/26] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PULL 08/26] target/riscv: Reassign instructions to the Zbs-extension
` [PULL 09/26] target/riscv: Add instructions of the Zbc-extension
` [PULL 10/26] target/riscv: Reassign instructions to the Zbb-extension
` [PULL 11/26] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PULL 12/26] target/riscv: Add a REQUIRE_32BIT macro
` [PULL 13/26] target/riscv: Add rev8 instruction, removing grev/grevi
` [PULL 14/26] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PULL 15/26] target/riscv: Remove RVB (replaced by Zb[abcs])
` [PULL 16/26] disas/riscv: Add Zb[abcs] instructions
` [PULL 17/26] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
` [PULL 18/26] hw/char: ibex_uart: Register device in 'input' category
` [PULL 19/26] hw/char: shakti_uart: "
` [PULL 20/26] hw/char: sifive_uart: "
` [PULL 21/26] hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition
` [PULL 22/26] hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container
` [PULL 23/26] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
` [PULL 24/26] hw/dma: sifive_pdma: Fix Control.claim bit detection
` [PULL 25/26] hw/dma: sifive_pdma: Don't run DMA when channel is disclaimed
` [PULL 26/26] hw/riscv: shakti_c: Mark as not user creatable
[PATCH] target/riscv: csr: Implement mconfigptr CSR
2021-10-07 5:37 UTC (2+ messages)
[PATCH v6 02/10] ACPI ERST: specification for ERST support
2021-10-07 4:39 UTC (5+ messages)
` [PATCH] "
[PATCH v3 00/15] PMU-EBB support for PPC64 TCG
2021-10-07 1:17 UTC (7+ messages)
` [PATCH v3 02/15] target/ppc: add user write access control for PMU SPRs
Rust in Qemu BoF followup 2: Rust toolchain availability
2021-10-07 1:14 UTC (3+ messages)
[PATCH] spapr/xive: Use xive_esb_rw() to trigger interrupts
2021-10-07 0:47 UTC (2+ messages)
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).