messages from 2021-10-12 14:10:03 to 2021-10-13 06:07:40 UTC [more...]
[PATCH v1] libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fd
2021-10-13 6:06 UTC (2+ messages)
[PATCH v1] libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addr
2021-10-13 6:05 UTC (2+ messages)
[RFC PATCH v2 00/16] Initial support for machine creation via QMP
2021-10-13 5:56 UTC (13+ messages)
` [RFC PATCH v2 02/16] qapi: Implement query-machine-phase QMP command
` [RFC PATCH v2 03/16] qapi: Implement x-machine-init "
` [RFC PATCH v2 06/16] qapi: Allow device_add to execute in machine initialized phase
` [RFC PATCH v2 08/16] qdev-monitor: Check sysbus device type before creating it
` [RFC PATCH v2 09/16] hw/core/machine: Remove the dynamic sysbus devices type check
[RFC PATCH v4 00/20] vDPA shadow virtqueue
2021-10-13 5:34 UTC (22+ messages)
` [RFC PATCH v4 08/20] vhost: Route guest->host notification through "
` [RFC PATCH v4 09/20] vdpa: Save call_fd in vhost-vdpa
` [RFC PATCH v4 10/20] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
` [RFC PATCH v4 11/20] vhost: Route host->guest notification through shadow virtqueue
` [RFC PATCH v4 12/20] virtio: Add vhost_shadow_vq_get_vring_addr
` [RFC PATCH v4 13/20] vdpa: Save host and guest features
` [RFC PATCH v4 15/20] vhost: Shadow virtqueue buffers forwarding
` [RFC PATCH v4 16/20] vhost: Check for device VRING_USED_F_NO_NOTIFY at shadow virtqueue kick
` [RFC PATCH v4 17/20] vhost: Use VRING_AVAIL_F_NO_INTERRUPT at device call on shadow virtqueue
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ
[PATCH v2 00/37] Add D-Bus display backend
2021-10-13 5:22 UTC (2+ messages)
[PATCH v2] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
2021-10-13 5:02 UTC (4+ messages)
[PATCH v3 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
2021-10-13 4:58 UTC (3+ messages)
` [PATCH v3 1/2] numa: Require distance map when empty node exists
` [PATCH v3 2/2] hw/arm/virt: Don't create device-tree node for empty NUMA node
[PATCH v4 00/48]
2021-10-13 2:54 UTC (50+ messages)
` [PATCH v4 01/48] hw/core: Add TCGCPUOps.record_sigbus
` [PATCH v4 02/48] linux-user: Add cpu_loop_exit_sigbus
` [PATCH v4 03/48] linux-user/alpha: Remove EXCP_UNALIGN handling
` [PATCH v4 04/48] target/arm: Implement arm_cpu_record_sigbus
` [PATCH v4 05/48] linux-user/hppa: Remove EXCP_UNALIGN handling
` [PATCH v4 06/48] target/microblaze: Do not set MO_ALIGN for user-only
` [PATCH v4 07/48] target/ppc: Move SPR_DSISR setting to powerpc_excp
` [PATCH v4 08/48] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PATCH v4 09/48] target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu
` [PATCH v4 10/48] target/s390x: Implement s390x_cpu_record_sigbus
` [PATCH v4 11/48] linux-user/hppa: Remove POWERPC_EXCP_ALIGN handling
` [PATCH v4 12/48] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PATCH v4 13/48] target/sparc: Remove DEBUG_UNALIGNED
` [PATCH v4 14/48] target/sparc: Split out build_sfsr
` [PATCH v4 15/48] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PATCH v4 16/48] accel/tcg: Report unaligned atomics for user-only
` [PATCH v4 17/48] target/arm: Use MO_128 for 16 byte atomics
` [PATCH v4 18/48] target/i386: "
` [PATCH v4 19/48] target/ppc: "
` [PATCH v4 20/48] target/s390x: "
` [PATCH v4 21/48] target/hexagon: Implement cpu_mmu_index
` [PATCH v4 22/48] accel/tcg: Add cpu_{ld,st}*_mmu interfaces
` [PATCH v4 23/48] accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
` [PATCH v4 24/48] target/mips: Use cpu_*_data_ra for msa load/store
` [PATCH v4 25/48] target/mips: Use 8-byte memory ops "
` [PATCH v4 26/48] target/s390x: Use cpu_*_mmu instead of helper_*_mmu
` [PATCH v4 27/48] target/sparc: "
` [PATCH v4 28/48] target/arm: "
` [PATCH v4 29/48] tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
` [PATCH v4 30/48] tcg: Add helper_unaligned_{ld, st} for user-only sigbus
` [PATCH v4 31/48] linux-user: Split out do_prctl and subroutines
` [PATCH v4 32/48] linux-user: Disable more prctl subcodes
` [PATCH v4 33/48] Revert "cpu: Move cpu_common_props to hw/core/cpu.c"
` [PATCH v4 34/48] linux-user: Add code for PR_GET/SET_UNALIGN
` [PATCH v4 35/48] target/alpha: Reorg fp memory operations
` [PATCH v4 36/48] target/alpha: Reorg integer "
` [PATCH v4 37/48] target/alpha: Implement prctl_unalign_sigbus
` [PATCH v4 38/48] target/hppa: "
` [PATCH v4 39/48] target/sh4: "
` [PATCH v4 40/48] linux-user/signal: Handle BUS_ADRALN in host_signal_handler
` [PATCH v4 41/48] tcg: Canonicalize alignment flags in MemOp
` [PATCH v4 42/48] tcg/i386: Support raising sigbus for user-only
` [PATCH v4 43/48] tcg/aarch64: "
` [PATCH v4 44/48] tcg/ppc: "
` [PATCH v4 45/48] tcg/s390: "
` [PATCH v4 46/48] tcg/tci: "
` [PATCH v4 47/48] tcg/riscv: "
` [PATCH v4 48/48] tests/tcg/multiarch: Add sigbus.c
[PATCH 0/2] hw/core/machine: An an unit test for smp_parse
2021-10-13 1:37 UTC (9+ messages)
` [PATCH 1/2] hw/core/machine: Split out smp_parse as an inline API
` [PATCH 2/2] tests/unit: Add an unit test for smp parsing
[PATCH 00/16] fdt: Make OF_BOARD a boolean option
2021-10-13 1:34 UTC (11+ messages)
` [PATCH 01/16] arm: qemu: Mention -nographic in the docs
` [PATCH 02/16] arm: qemu: Explain how to extract the generate devicetree
` [PATCH 03/16] riscv: "
` [PATCH 04/16] arm: qemu: Add a devicetree file for qemu_arm
` [PATCH 05/16] arm: qemu: Add a devicetree file for qemu_arm64
` [PATCH 06/16] riscv: qemu: Add devicetree files for qemu_riscv32/64
[PULL 00/10] Python patches
2021-10-13 1:06 UTC (12+ messages)
` [PULL 01/10] python/aqmp: add greeting property to QMPClient
` [PULL 02/10] python/aqmp: add .empty() method to EventListener
` [PULL 03/10] python/aqmp: Return cleared events from EventListener.clear()
` [PULL 04/10] python/aqmp: add send_fd_scm
` [PULL 05/10] python/aqmp: Add dict conversion method to Greeting object
` [PULL 06/10] python/aqmp: Reduce severity of EOFError-caused loop terminations
` [PULL 07/10] python/aqmp: Disable logging messages by default
` [PULL 08/10] python/qmp: clear events on get_events() call
` [PULL 09/10] python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
` [PULL 10/10] python, iotests: remove socket_scm_helper
[PATCH v4 00/11] virtio-iommu: Add ACPI support
2021-10-13 0:56 UTC (6+ messages)
[PATCH 0/3] s390x: reduce my maintainership duties
2021-10-12 23:38 UTC (7+ messages)
` [PATCH 1/3] vfio-ccw: step down as maintainer
` [PATCH 2/3] s390x/kvm: "
` [PATCH 3/3] s390x virtio-ccw machine: "
[PATCH 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
2021-10-12 23:32 UTC (13+ messages)
` [PATCH 1/2] numa: Set default distance map if needed
[PATCH v3 0/7] Switch iotests to using Async QMP
2021-10-12 22:34 UTC (8+ messages)
` [PATCH v3 1/7] python/machine: remove has_quit argument
` [PATCH v3 2/7] python/machine: Handle QMP errors on close more meticulously
` [PATCH v3 3/7] python/aqmp: Remove scary message
` [PATCH v3 4/7] iotests: Accommodate async QMP Exception classes
` [PATCH v3 5/7] iotests: Conditionally silence certain AQMP errors
` [PATCH v3 6/7] python/aqmp: Create sync QMP wrapper for iotests
` [PATCH v3 7/7] python, iotests: replace qmp with aqmp
[PATCH v2 00/23] tcg: singlestep reorg
2021-10-12 22:32 UTC (32+ messages)
` [PATCH v2 01/23] accel/tcg: Handle gdb singlestep in cpu_tb_exec
` [PATCH v2 02/23] target/alpha: Drop checks for singlestep_enabled
` [PATCH v2 03/23] target/avr: "
` [PATCH v2 04/23] target/cris: "
` [PATCH v2 05/23] target/hexagon: "
` [PATCH v2 06/23] target/arm: "
` [PATCH v2 07/23] target/hppa: "
` [PATCH v2 08/23] target/i386: Check CF_NO_GOTO_TB for dc->jmp_opt
` [PATCH v2 09/23] target/i386: Drop check for singlestep_enabled
` [PATCH v2 10/23] target/m68k: Drop checks "
` [PATCH v2 11/23] target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP
` [PATCH v2 12/23] target/microblaze: Drop checks for singlestep_enabled
` [PATCH v2 13/23] target/mips: Fix single stepping
` [PATCH v2 14/23] target/mips: Drop exit checks for singlestep_enabled
` [PATCH v2 15/23] target/openrisc: Drop "
` [PATCH v2 16/23] target/ppc: Drop exit "
` [PATCH v2 17/23] target/riscv: Remove dead code after exception
` [PATCH v2 18/23] target/riscv: Remove exit_tb and lookup_and_goto_ptr
` [PATCH v2 19/23] target/rx: Drop checks for singlestep_enabled
` [PATCH v2 20/23] target/s390x: Drop check "
` [PATCH v2 21/23] target/sh4: "
` [PATCH v2 22/23] target/tricore: "
` [PATCH v2 23/23] target/xtensa: "
[PATCH 0/1] util: Make some iova_tree functions parameters const
2021-10-12 22:21 UTC (4+ messages)
` [PATCH 1/1] util: Make some iova_tree "
[PATCH 00/12] block: 64bit blk io
2021-10-12 21:46 UTC (6+ messages)
` [PATCH 10/12] block-backend: convert blk_aio_ functions to int64_t bytes paramter
[PATCH v4 0/3] virtio: Add vhost-user based RNG
2021-10-12 21:18 UTC (4+ messages)
` [PATCH v4 3/3] docs: Add documentation for vhost based RNG implementation
[PATCH v5 0/3] virtio: Add vhost-user based RNG
2021-10-12 20:59 UTC (4+ messages)
` [PATCH v5 1/3] vhost-user-rng: Add vhost-user-rng implementation
` [PATCH v5 2/3] vhost-user-rng-pci: Add vhost-user-rng-pci implementation
` [PATCH v5 3/3] docs: Add documentation for vhost based RNG implementation
[PULL 0/1] target/hppa update
2021-10-12 19:05 UTC (3+ messages)
` [PULL 1/1] pc-bios: Update hppa-firmware.img
[PATCH 0/9] nios2: Enable cross compile and fix signals
2021-10-12 18:33 UTC (5+ messages)
` [PATCH 1/9] tests/docker: Add debian-nios2-cross image
[PATCH v2 00/24] configure->meson queue for 6.2
2021-10-12 18:15 UTC (13+ messages)
` [PATCH v2 12/24] configure, meson: remove CONFIG_GCOV from config-host.mak
` [PATCH v2 15/24] configure, meson: move libaio check to meson.build
` [PATCH v2 16/24] configure, meson: move vde detection to meson
` [PATCH v2 17/24] configure, meson: move netmap "
` [PATCH v2 21/24] configure: remove deprecated --{enable, disable}-git-update
` [PATCH v2 24/24] configure: automatically parse command line for meson -D options
Storage controller access to data
2021-10-12 17:52 UTC
[PATCH] gdbstub: Switch to the thread receiving a signal
2021-10-12 17:10 UTC (2+ messages)
[PATCH] ebpf: really include it only in system emulators
2021-10-12 16:41 UTC (2+ messages)
[PATCH v2 00/17] Switch iotests to using Async QMP
2021-10-12 16:38 UTC (9+ messages)
` [PATCH v2 11/17] python/machine: remove has_quit argument
` [PATCH v2 12/17] python/machine: Handle QMP errors on close more meticulously
` [PATCH v2 13/17] iotests: Accommodate async QMP Exception classes
[PULL 0/1] target/hppa update
2021-10-12 16:30 UTC (2+ messages)
` [PULL 1/1] pc-bios: Update hppa-firmware.img
[PATCH v2] meson.build: don't include libbpf in the common source set
2021-10-12 16:25 UTC
[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
2021-10-12 16:06 UTC (4+ messages)
` [PATCH 04/15] pcie: Add callback preceding SR-IOV VFs update
[PULL v2 00/13] some testing and plugin updates
2021-10-12 15:47 UTC (2+ messages)
[RFC PATCH] target/s390x: don't double ld_code() when reading instructions
2021-10-12 15:38 UTC (4+ messages)
[PATCH V5] block/rbd: implement bdrv_co_block_status
2021-10-12 15:22 UTC
[PATCH] MAINTAINERS: update location of microvm docs
2021-10-12 15:14 UTC
[PATCH] hw/elf_ops.h: switch to ssize_t for elf loader return type
2021-10-12 15:08 UTC (2+ messages)
[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
2021-10-12 14:36 UTC (11+ messages)
[PATCH 0/1] s390x:clp: implementing CLP immediate commands
2021-10-12 14:26 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v3 0/3] vdpa: Check iova range on memory regions ops
2021-10-12 14:07 UTC (4+ messages)
` [PATCH v3 1/3] vdpa: Skip protected ram IOMMU mappings
` [PATCH v3 2/3] vdpa: Add vhost_vdpa_section_end
` [PATCH v3 3/3] vdpa: Check for iova range at mappings changes
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).