messages from 2023-02-03 14:31:06 to 2023-02-04 07:22:23 UTC [more...]
[PULL v2 00/35] Monitor patches for 2023-02-03
2023-02-04 7:21 UTC (2+ messages)
` [PULL v2 04/35] monitor: Drop unnecessary includes
Display update issue on M1 Macs
2023-02-04 5:19 UTC (14+ messages)
[PATCH v8 0/8] Introduce igb
2023-02-04 4:36 UTC (9+ messages)
` [PATCH v8 1/8] pcie: Introduce pcie_sriov_num_vfs
` [PATCH v8 2/8] e1000: Split header files
` [PATCH v8 3/8] Intrdocue igb device emulation
` [PATCH v8 4/8] tests/qtest/e1000e-test: Fabricate ethernet header
` [PATCH v8 5/8] tests/qtest/libqos/e1000e: Export macreg functions
` [PATCH v8 6/8] igb: Introduce qtest for igb device
` [PATCH v8 7/8] tests/avocado: Add igb test
` [PATCH v8 8/8] docs/system/devices/igb: Add igb documentation
[PATCH v2] [PING] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets
2023-02-04 4:23 UTC (2+ messages)
` [PATCH v2] [PING^2] "
[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
2023-02-04 2:03 UTC (5+ messages)
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier
[PATCH qemu v3 0/2] ARM: Add support for V8M special registers in GDB stub
2023-02-04 0:34 UTC (3+ messages)
` [PATCH qemu v3 1/2] target/arm/gdbstub: Support reading M system registers from GDB
` [PATCH qemu v3 2/2] target/arm/gdbstub: Support reading M security extension "
[PATCH v2 00/23] vfio-user client
2023-02-03 23:11 UTC (8+ messages)
` [PATCH v2 03/23] vfio-user: add container IO ops vector
` [PATCH v2 11/23] vfio-user: get region info
` [PATCH v2 17/23] vfio-user: dma map/unmap operations
[PATCH 0/5] docs: expand block driver documentation
2023-02-03 23:00 UTC (9+ messages)
` [PATCH 1/5] docs: expand introduction to disk images
` [PATCH 2/5] docs: differentiate between block driver create and runtime opts
` [PATCH 4/5] docs: flesh out qcow2 format driver description
` [PATCH 5/5] docs: add throttle filter description
[PATCH] tcg: Init temp_subindex in liveness_pass_2
2023-02-03 22:59 UTC
[PATCH v2] linux-user: fix getgroups/setgroups allocations
2023-02-03 22:23 UTC (5+ messages)
[PATCH] accel/tcg: test CPUJumpCache in tb_jmp_cache_clear_page()
2023-02-03 21:29 UTC (4+ messages)
[PATCH 0/5] hw/ppc: Set QDev properties using QDev API (part 2/3)
2023-02-03 21:26 UTC (7+ messages)
` [PATCH 1/5] hw/misc/macio: Set QDev properties using QDev API
` [PATCH 2/5] hw/pci-host/raven: "
` [PATCH 3/5] hw/ppc/ppc4xx: "
` [PATCH 4/5] hw/ppc/spapr: "
` [PATCH 5/5] hw/ppc/pnv: "
ASan reports use-after-free when running munmap-pthread
2023-02-03 21:18 UTC (5+ messages)
[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
2023-02-03 21:14 UTC (9+ messages)
` [PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job
[PATCH v2 0/3] util/userfaultfd: Support /dev/userfaultfd
2023-02-03 21:01 UTC (5+ messages)
` [PATCH v2 3/3] "
[PATCH v10 0/3] hw/riscv: handle kernel_entry high bits with 32bit CPUs
2023-02-03 21:00 UTC (6+ messages)
` [PATCH v10 1/3] hw/riscv: handle 32 bit CPUs kernel_addr in riscv_load_kernel()
[PATCH] hw/ppc/pegasos2: Fix a typo in a comment
2023-02-03 20:47 UTC (2+ messages)
[RFC PATCH] tests/avocado: retire the Aarch64 TCG tests from boot_linux.py
2023-02-03 20:46 UTC (3+ messages)
[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
2023-02-03 20:40 UTC (5+ messages)
` [PATCH v5 1/3] arm/virt: don't try to spell out the accelerator
` [PATCH v5 2/3] arm/kvm: add support for MTE
[RFC PATCH V2 0/2] migration: support query migration thread information
2023-02-03 19:56 UTC (5+ messages)
` [PATCH V2 1/2] migration: Introduce interface query-migrationthreads
` [PATCH V2 2/2] migration: save/delete migration thread info
[PATCH 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
2023-02-03 19:11 UTC (14+ messages)
` [PATCH 01/13] vdpa net: move iova tree creation from init to start
` [PATCH 02/13] vdpa: Negotiate _F_SUSPEND feature
` [PATCH 03/13] vdpa: add vhost_vdpa_suspend
` [PATCH 04/13] vdpa: move vhost reset after get vring base
` [PATCH 05/13] vdpa: rewind at get_base, not set_base
` [PATCH 06/13] vdpa net: allow VHOST_F_LOG_ALL
` [PATCH 07/13] vdpa: add vdpa net migration state notifier
` [PATCH 08/13] vdpa: disable RAM block discard only for the first device
` [PATCH 09/13] vdpa net: block migration if the device has CVQ
` [PATCH 10/13] vdpa: block migration if device has unsupported features
` [PATCH 11/13] vdpa: block migration if dev does not have _F_SUSPEND
` [PATCH 12/13] vdpa: block migration if SVQ does not admit a feature
` [PATCH 13/13] vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices
[PULL 00/33] target-arm queue
2023-02-03 18:54 UTC (27+ messages)
` [PULL 02/33] target/arm: Fix physical address resolution for Stage2
` [PULL 03/33] hw/char/pl011: refactor FIFO depth handling code
` [PULL 04/33] hw/char/pl011: add post_load hook for backwards-compatibility
` [PULL 05/33] hw/char/pl011: implement a reset method
` [PULL 06/33] hw/char/pl011: better handling of FIFO flags on LCR reset
` [PULL 07/33] hvf: arm: Add support for GICv3
` [PULL 09/33] hw/arm/virt: Make accels in GIC finalize logic explicit
` [PULL 10/33] sbsa-ref: remove cortex-a76 from list of supported cpus
` [PULL 11/33] target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly
` [PULL 12/33] target/arm: Correct syndrome for ATS12NSO* at Secure EL1
` [PULL 14/33] target/arm: Move do_coproc_insn() syndrome calculation earlier
` [PULL 16/33] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
` [PULL 17/33] target/arm: Disable HSTR_EL2 traps if EL2 is not enabled
` [PULL 20/33] target/arm: Mark up sysregs for HFGRTR bits 0..11
` [PULL 21/33] target/arm: Mark up sysregs for HFGRTR bits 12..23
` [PULL 22/33] target/arm: Mark up sysregs for HFGRTR bits 24..35
` [PULL 23/33] target/arm: Mark up sysregs for HFGRTR bits 36..63
` [PULL 24/33] target/arm: Mark up sysregs for HDFGRTR bits 0..11
` [PULL 26/33] target/arm: Mark up sysregs for HFGITR "
` [PULL 27/33] target/arm: Mark up sysregs for HFGITR bits 12..17
` [PULL 28/33] target/arm: Mark up sysregs for HFGITR bits 18..47
` [PULL 30/33] target/arm: Implement the HFGITR_EL2.ERET trap
` [PULL 31/33] target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
` [PULL 32/33] target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
` [PULL 33/33] target/arm: Enable FEAT_FGT on '-cpu max'
[PATCH 00/19] hw: Set QDev properties using QDev API (part 1/3)
2023-02-03 18:52 UTC (22+ messages)
` [PATCH 01/19] NOTFORMERGE scripts/coccinelle: Add qom-qdev-prop.cocci
` [PATCH 02/19] hw/qdev: Introduce qdev_prop_set_link()
` [PATCH 03/19] hw/acpi: Set QDev properties using QDev API
` [PATCH 04/19] hw/audio: "
` [RFC PATCH 05/19] hw/core/numa: "
` [PATCH 06/19] hw/core/gpio: "
` [RFC PATCH 07/19] hw/scsi: "
` [PATCH 08/19] hw/usb: "
` [PATCH 09/19] hw/virtio: "
` [PATCH 10/19] hw/avr: "
` [PATCH 11/19] hw/hppa: "
` [RFC PATCH 12/19] hw/i386: "
` [PATCH 13/19] hw/m68k: "
` [PATCH 14/19] hw/microblaze: "
` [RFC PATCH 15/19] hw/mips: "
` [PATCH 16/19] hw/nios2: "
` [RFC PATCH 17/19] hw/riscv: "
` [PATCH 18/19] hw/rx: "
` [PATCH 19/19] hw/sparc: "
[PATCH v4 0/4] [DO-NOT-MERGE] qapi: static typing conversion, "pt0"
2023-02-03 18:47 UTC (5+ messages)
` [PATCH v4 1/4] [DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi
` [PATCH v4 2/4] [DO-NOT-MERGE]: Add some ad-hoc linting helpers
` [PATCH v4 3/4] qapi: Update flake8 config
` [PATCH v4 4/4] qapi: update pylint configuration
[RFC v3 00/18] vfio: Adopt iommufd
2023-02-03 18:07 UTC (8+ messages)
` [RFC v3 18/18] vfio/as: Allow the selection of a given iommu backend
[PATCH] target/arm: Add raw_writes ops for register whose write induce TLB maintenance
2023-02-03 18:06 UTC (3+ messages)
[PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
2023-02-03 17:55 UTC (6+ messages)
` [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs
[PULL v2 00/36] Testing, docs, semihosting and plugin updates
2023-02-03 17:38 UTC (2+ messages)
[PATCH] tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target
2023-02-03 17:37 UTC (3+ messages)
[PATCH v15 00/11] s390x: CPU Topology
2023-02-03 17:36 UTC (9+ messages)
` [PATCH v15 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v15 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
[PATCH 00/13] block: Fix bdrv_open*() calls from coroutine context
2023-02-03 17:04 UTC (3+ messages)
` [PATCH 12/13] block: Fix bdrv_co_create_opts_simple() to open images with no_co_wrapper
[PATCH] target/riscv: fix ctzw behavior
2023-02-03 16:56 UTC (2+ messages)
[PATCH 0/3] hw/acpi/cpu_hotplug: Convert 'Object *device' -> 'DeviceState *parent'
2023-02-03 16:30 UTC (4+ messages)
` [PATCH 1/3] hw/acpi/cpu_hotplug: Rename gpe_cpu -> gpe
` [PATCH 2/3] hw/acpi/cpu_hotplug: Rename 'parent' MemoryRegion as 'container'
` [PATCH 3/3] hw/acpi/cpu_hotplug: Convert 'Object *device' -> 'DeviceState *parent'
[RFC PATCH] gitlab: call ninja directly and reduce build noise
2023-02-03 16:28 UTC (6+ messages)
[PATCH v2 00/15] hw: Use QOM alias properties and few QOM/QDev cleanups
2023-02-03 16:20 UTC (19+ messages)
` [PATCH v2 01/15] hw/pci/pcie_sriov: Replace fprintf(error_pretty) -> warn_reportf_err()
` [PATCH v2 02/15] hw/qdev: Introduce qdev_unrealize_and_unref()
` [PATCH v2 03/15] linux-user/syscall: Do not open-code qdev_unrealize_and_unref()
` [PATCH v2 04/15] hw/pci/pcie_sriov: "
` [PATCH v2 05/15] hw/i386/sgx: Do not open-code qdev_realize_and_unref()
` [PATCH v2 06/15] hw/ppc/sam460ex: Correctly set MAL properties
` [PATCH v2 07/15] hw/arm/nrf51: Alias 'flash-size' QOM property in SoC object
` [PATCH v2 08/15] hw/arm/fsl-imx: Alias 'phy-num' "
` [PATCH v2 09/15] hw/usb/hcd-ohci: Include missing 'sysbus.h' header
` [PATCH v2 10/15] hw/display/sm501: Embed OHCI QOM child in chipset
` [PATCH v2 11/15] hw/display/sm501: Alias 'dma-offset' QOM property in chipset object
` [PATCH v2 12/15] hw/display/sm501: Unify common QOM properties
` [PATCH v2 13/15] hw/qdev: Remove DEFINE_PROP_DMAADDR() and 'hw/qdev-dma.h'
` [PATCH v2 14/15] hw/mips: Declare all length properties as unsigned
` [RFC PATCH v2 15/15] hw/mips/itu: Pass SAAR using QOM link property
Should qemu-system-loongarch64 support -smbios?
2023-02-03 15:55 UTC
[PATCH] tests/docker: Use binaries for debian-tricore-cross
2023-02-03 15:52 UTC (4+ messages)
[PULL 00/35] Monitor patches for 2023-02-03
2023-02-03 15:32 UTC (2+ messages)
[PATCH 00/23] block: Lock the graph, part 2 (BlockDriver callbacks)
2023-02-03 15:22 UTC (24+ messages)
` [PATCH 01/23] block: Make bdrv_can_set_read_only() static
` [PATCH 02/23] mirror: Fix access of uninitialised fields during start
` [PATCH 03/23] block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
` [PATCH 04/23] block: Mark bdrv_co_block_status() "
` [PATCH 05/23] block: Mark bdrv_co_ioctl() "
` [PATCH 06/23] block/qed: add missing graph rdlock in qed_need_check_timer_entry
` [PATCH 07/23] block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
` [PATCH 08/23] block: Mark bdrv_co_pdiscard() "
` [PATCH 09/23] block: Mark bdrv_co_pwrite_zeroes() "
` [PATCH 10/23] block: Mark read/write in block/io.c GRAPH_RDLOCK
` [PATCH 11/23] block: Mark public read/write functions GRAPH_RDLOCK
` [PATCH 12/23] block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCK
` [PATCH 13/23] block: Mark bdrv_co_do_pwrite_zeroes() GRAPH_RDLOCK
` [PATCH 14/23] block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
` [PATCH 15/23] block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCK
` [PATCH 16/23] block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
` [PATCH 17/23] block: Mark bdrv_co_io_(un)plug() "
` [PATCH 18/23] block: Mark bdrv_co_is_inserted() "
` [PATCH 19/23] block: Mark bdrv_co_eject/lock_medium() "
` [PATCH 20/23] block: Mark bdrv_(un)register_buf() GRAPH_RDLOCK
` [PATCH 21/23] block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCK
` [PATCH 22/23] block: Mark bdrv_*_dirty_bitmap() "
` [PATCH 23/23] block: Mark bdrv_co_refresh_total_sectors() "
[PULL v4 00/38] Block layer patches
2023-02-03 14:58 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).