messages from 2023-05-11 08:59:38 to 2023-05-12 00:10:36 UTC [more...]
css_clear_io_interrupt() error handling
2023-05-12 0:05 UTC (7+ messages)
[PATCH] contrib/ivshmem-server: allow 2G ivshmem region
2023-05-11 20:06 UTC
[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
2023-05-11 21:53 UTC (9+ messages)
` [RFC 1/7] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [RFC 6/7] Add qmp interfaces to add/release dynamic capacity extents
` [RFC 5/7] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [RFC 2/7] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [RFC 7/7] hw/mem/cxl_type3: add read/write support to dynamic capacity
` [RFC 4/7] hw/mem/cxl_type3: Add DC extent representative to cxl type3 device
` [RFC 3/7] hw/mem/cxl_type3: Add a parameter to pass number of DC regions the device supports in qemu command line
[RFC PATCH 00/18] PCI: convert IRQs to use qdev gpios
2023-05-11 21:44 UTC (11+ messages)
` [RFC PATCH 03/18] hw/pci: use PCIDevice gpio for device IRQ
` [RFC PATCH 06/18] hw/ide/ich.c: switch AHCIState to use PCI device input gpio
` [RFC PATCH 09/18] hw/net/can/ctucan_pci.c: switch CtuCanPCIState "
` [RFC PATCH 10/18] hw/net/ne2000-pci.c: switch NE2000State "
` [RFC PATCH 11/18] hw/net/pcnet-pci.c: switch PCIPCNetState "
` [RFC PATCH 12/18] hw/net/tulip.c: switch TULIPState "
` [RFC PATCH 14/18] hw/sd/sdhci-pci.c: switch SDHCIState "
` [RFC PATCH 17/18] hw/usb/hcd-uhci.c: switch UHCIState "
` [RFC PATCH 18/18] hw/pci/pci.c: remove pci_allocate_irq()
[PATCH v4 00/20] block: remove aio_disable_external() API
2023-05-11 21:24 UTC (11+ messages)
` [PATCH v4 16/20] virtio: make it possible to detach host notifier from any thread
` [PATCH v4 17/20] virtio-blk: implement BlockDevOps->drained_begin()
` [PATCH v4 20/20] aio: remove aio_disable_external() API
[PATCH] scsi: check inquiry buffer length to prevent crash
2023-05-11 19:58 UTC (5+ messages)
[PATCH 0/3] softmmu/ioport.c: fix use-after-free when calling portio_list_destroy()
2023-05-11 19:22 UTC (8+ messages)
` [PATCH 2/3] softmmu/ioport.c: QOMify MemoryRegionPortioList
` [PATCH 3/3] softmmu/ioport.c: make MemoryRegionPortioList owner of portio_list MemoryRegions
[PATCH v2 0/5] migration: Make dirtyrate.c target independent
2023-05-11 19:16 UTC (10+ messages)
` [PATCH v2 1/5] softmmu: Create qemu_target_pages_to_MiB()
` [PATCH v2 2/5] Use new created qemu_target_pages_to_MiB()
` [PATCH v2 3/5] migration: Teach dirtyrate about qemu_target_page_size()
` [PATCH v2 4/5] migration: Teach dirtyrate about qemu_target_page_bits()
` [PATCH v2 5/5] migration: Make dirtyrate.c target independent
[PATCH 1/3] hw/loongarch/virt: Modify ipi as percpu device
2023-05-11 19:11 UTC (9+ messages)
` [PATCH 2/3] hw/intc: Add NULL pointer check on LoongArch ipi device
` [PATCH 3/3] hw/loongarch/virt: Set max 256 cpus support on loongarch virt machine
[RESEND PATCH v2 0/3] Enable -cpu <cpu>,help
2023-05-11 17:41 UTC (7+ messages)
` [PATCH v2 1/3] qapi/machine-target: refactor machine-target
` [PATCH v2 2/3] cpu, qapi, target/arm, i386, s390x: Generalize query-cpu-model-expansion
[RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS
2023-05-11 17:14 UTC (3+ messages)
[RESEND PATCH 00/84] tcg: Build once for system, once for user
2023-05-11 17:06 UTC (55+ messages)
` [PATCH 01/84] tcg: Split out memory ops to tcg-op-ldst.c
` [PATCH 02/84] tcg: Widen gen_insn_data to uint64_t
` [PATCH 03/84] accel/tcg: Widen tcg-ldst.h addresses "
` [PATCH 04/84] tcg: Widen helper_{ld,st}_i128 "
` [PATCH 04/84] tcg: Widen helper_{ld, st}_i128 "
` [PATCH 05/84] tcg: Widen helper_atomic_* "
` [PATCH 06/84] tcg: Widen tcg_gen_code pc_start argument "
` [PATCH 07/84] accel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_mem_callback
` [PATCH 08/84] accel/tcg: Merge do_gen_mem_cb into caller
` [PATCH 09/84] tcg: Reduce copies for plugin_gen_mem_callbacks
` [PATCH 10/84] accel/tcg: Widen plugin_gen_empty_mem_callback to i64
` [PATCH 11/84] tcg: Add addr_type to TCGContext
` [PATCH 12/84] tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*
` [PATCH 13/84] tcg: Remove TCGv from tcg_gen_atomic_*
` [PATCH 14/84] tcg: Split INDEX_op_qemu_{ld, st}* for guest address size
` [PATCH 15/84] tcg/tci: Elimnate TARGET_LONG_BITS, target_ulong
` [PATCH 16/84] tcg/i386: Always enable TCG_TARGET_HAS_extr[lh]_i64_i32
` [PATCH 17/84] tcg/i386: Conditionalize tcg_out_extu_i32_i64
` [PATCH 18/84] tcg/i386: Adjust type of tlb_mask
` [PATCH 19/84] tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PATCH 20/84] tcg/arm: Remove TARGET_LONG_BITS
` [PATCH 21/84] tcg/aarch64: Remove USE_GUEST_BASE
` [PATCH 22/84] tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PATCH 23/84] tcg/loongarch64: "
` [PATCH 24/84] tcg/mips: "
` [PATCH 83/84] exec/poison: Do not poison CONFIG_SOFTMMU
[PATCH 00/27] configure: create a python venv and ensure meson, sphinx
2023-05-11 16:16 UTC (11+ messages)
` [PATCH 07/27] mkvenv: add diagnose() method for ensure() failures
` [PATCH 27/27] mkvenv.py: experiment; use distlib to generate script entry points
[RFC PATCH 0/3] QEMU ACPI generic port support
2023-05-11 16:14 UTC (3+ messages)
[PATCH v3 0/1] block/blkio: support 'fd' option for virtio-blk-vhost-vdpa driver
2023-05-11 16:03 UTC (3+ messages)
` [PATCH v3 1/1] block/blkio: use qemu_open() to support fd passing for virtio-blk
[PATCH] configure: make clear that VirtFS is 9p
2023-05-11 15:51 UTC (2+ messages)
[PATCH v2] migration: Add documentation for backwards compatiblity
2023-05-11 15:48 UTC (5+ messages)
[PATCH 0/2] Hexagon: update and enforce hintjr slot constraints
2023-05-11 15:32 UTC (3+ messages)
` [PATCH 1/2] Hexagon (iclass): update J4_hintjumpr "
[PULL 00/28] Block layer patches
2023-05-11 15:32 UTC (3+ messages)
` [PULL 09/28] block: bdrv/blk_co_unref() for calls in coroutine context
[PATCH v3 0/3] OpenRISC updates for user space FPU
2023-05-11 15:09 UTC (4+ messages)
` [PATCH v3 1/3] target/openrisc: Allow fpcsr access in user mode
` [PATCH v3 2/3] target/openrisc: Set PC to cpu state on FPU exception
` [PATCH v3 3/3] target/openrisc: Setup FPU for detecting tininess before rounding
[PATCH v5 0/6] igb: packet-split descriptors support
2023-05-11 15:09 UTC (3+ messages)
` [PATCH v5 6/6] "
[PATCH 0/8] migration: Add precopy initial data capability and VFIO precopy support
2023-05-11 15:08 UTC (9+ messages)
[PATCH v2] s390x/tcg: Fix LDER instruction format
2023-05-11 14:44 UTC (2+ messages)
[PATCH] iotests/245: Check if 'compress' driver is available
2023-05-11 14:38 UTC
[PATCH] 9pfs/xen: Fix segfault on shutdown
2023-05-11 14:37 UTC (2+ messages)
[PATCH 0/3] migration: Make dirtyrate.c target independent
2023-05-11 14:36 UTC (13+ messages)
` [PATCH 1/3] migration: Teach dirtyrate about qemu_target_page_size()
` [PATCH 2/3] migration: Teach dirtyrate about qemu_target_page_bits()
` [PATCH 3/3] migration: Make dirtyrate.c target independent
[PATCH v2 0/3] OpenRISC updates for user space FPU
2023-05-11 14:33 UTC (7+ messages)
` [PATCH v2 1/3] target/openrisc: Allow fpcsr access in user mode
` [PATCH v2 3/3] target/openrisc: Setup FPU for detecting tininess before rounding
[PATCH 0/2] linux-user/s390x: Fix single-stepping SVC
2023-05-11 13:50 UTC (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Test "
[PULL 00/15] tcg patch queue
2023-05-11 13:24 UTC (4+ messages)
` [PULL 11/15] include/exec: Change reserved_va semantics to last byte
[PATCH] ui/gtk: fix passing y0_top parameter to scanout
2023-05-11 13:05 UTC (3+ messages)
[PATCH v1] tests/avocado: Add LoongArch machine start test
2023-05-11 13:00 UTC (2+ messages)
[PATCH 0/2] vhost-user-gpu get_edid feature
2023-05-11 12:58 UTC (3+ messages)
` [PATCH 1/2] virtio-gpu: refactor generate_edid function to virtio_gpu_base
` [PATCH 2/2] vhost-user-gpu: implement get_edid feature
[PULL v2 00/53] tcg patch queue
2023-05-11 12:28 UTC (3+ messages)
` [PULL v2 08/53] disas: Move disas.c into the target-independent source set
[PATCH v1 1/1] hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
2023-05-11 12:20 UTC (5+ messages)
[PATCH v2 0/2] docs/interop: Convert QMP related txt docs to rst
2023-05-11 12:15 UTC (3+ messages)
` [PATCH v2 1/2] docs/interop: Convert qmp-spec.txt to rST
` [PATCH v2 2/2] docs/interop: Delete qmp-intro.txt
[PATCH v5 0/2] tests/tcg/s390x: Enable the multiarch system tests
2023-05-11 11:46 UTC (3+ messages)
` [PATCH v5 1/2] tests/tcg/multiarch: Make the system memory test work on big-endian
` [PATCH v5 2/2] tests/tcg/s390x: Enable the multiarch system tests
[PATCH v3 0/2] tests/tcg/s390x: Enable the multiarch system tests
2023-05-11 11:20 UTC (3+ messages)
` [PATCH v3 1/2] tests/tcg/multiarch: Make the system memory test work on big-endian
[PULL v2 00/17] QAPI patches patches for 2023-05-09
2023-05-11 11:17 UTC (5+ messages)
[PATCH] qapi/parser: Fix type hints
2023-05-11 11:17 UTC
[PATCH] linux-user: Drop uint and ulong
2023-05-11 11:10 UTC (4+ messages)
[PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr
2023-05-11 11:02 UTC (4+ messages)
[PATCH 0/2] gitlab: improve artifact handling
2023-05-11 10:47 UTC (2+ messages)
[PATCH] ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed
2023-05-11 10:31 UTC (2+ messages)
[PATCH v2] docs/about/emulation: fix typo
2023-05-11 10:27 UTC (2+ messages)
[PATCH] multifd: Add colo support
2023-05-11 10:16 UTC (5+ messages)
[PATCH] ARM: Use normal types
2023-05-11 10:14 UTC (2+ messages)
[PATCH 00/24] Meson changes for QEMU 8.1
2023-05-11 9:50 UTC (25+ messages)
` [PATCH 01/24] meson: regenerate meson-buildoptions.sh
` [PATCH 02/24] meson: require 0.63.0
` [PATCH 03/24] meson: use prefer_static option
` [PATCH 04/24] meson: remove static_kwargs
` [PATCH 05/24] meson: add more version numbers to the summary
` [PATCH 06/24] meson: drop unnecessary declare_dependency()
` [PATCH 07/24] build: move glib detection and workarounds to meson
` [PATCH 08/24] configure: remove pkg-config functions
` [PATCH 09/24] configure, meson: move --enable-modules to Meson
` [PATCH 10/24] meson: prepare move of QEMU_CFLAGS to meson
` [PATCH 11/24] build: move sanitizer tests "
` [PATCH 12/24] build: move SafeStack "
` [PATCH 13/24] build: move coroutine backend selection "
` [PATCH 14/24] build: move stack protector flag "
` [PATCH 15/24] build: move warning "
` [PATCH 16/24] build: move remaining compiler flag tests "
` [PATCH 17/24] build: move compiler version check "
` [PATCH 18/24] build: move --disable-debug-info "
` [PATCH 19/24] configure: remove compiler sanity check
` [PATCH 20/24] configure: do not rerun the tests with -Werror
` [PATCH 21/24] configure: remove unnecessary mkdir
` [PATCH 22/24] configure: reorder option parsing code
` [PATCH 23/24] configure: remove unnecessary check
` [PATCH 24/24] docs/devel: update build system docs
[PATCH v9 0/6] block: refactor blockdev transactions
2023-05-11 9:50 UTC (3+ messages)
[PATCH] pnv_lpc: disable reentrancy detection for lpc-hc
2023-05-11 9:36 UTC (4+ messages)
[PATCH v10 0/8] memory: prevent dma-reentracy issues
2023-05-11 9:08 UTC (15+ messages)
` [PATCH v10 1/8] "
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).