messages from 2022-09-09 10:54:56 to 2022-09-12 08:20:15 UTC [more...]
[PATCH 0/2] target/i386: two fixes for cmpxchg
2022-09-12 7:58 UTC (5+ messages)
` [PATCH 1/2] target/i386: fix cmpxchg with 32-bit register destination
` [PATCH 2/2] target/i386: cmpxchg only overwrites ZF
[PATCH v2] scsi-disk: support setting CD-ROM block size via device options
2022-09-12 7:54 UTC (5+ messages)
Question about pending patch for AVR_GPIO
2022-09-12 5:11 UTC (2+ messages)
[PATCH v2 0/6] Support VIRTIO_F_RING_RESET for vhost-user in virtio pci-modern
2022-09-12 3:10 UTC (7+ messages)
` [PATCH v2 1/6] net: virtio: rename vhost_set_vring_enable to vhost_set_dev_enable
` [PATCH v2 2/6] vhost-user: add op to enable or disable a single vring
` [PATCH v2 3/6] vhost-net: vhost-user: update vhost_net_virtqueue_reset()
` [PATCH v2 4/6] vhost-net: vhost-user: update vhost_net_virtqueue_restart()
` [PATCH v2 5/6] virtio-net: vhost-user: update queue_reset and queue_enable
` [PATCH v2 6/6] vhost: vhost-user: enable vq reset feature
[RFC PATCH 00/37] target/i386: new decoder + AVX implementation
2022-09-11 23:04 UTC (37+ messages)
` [PATCH 01/37] target/i386: Define XMMReg and access macros, align ZMM registers
` [PATCH 02/37] target/i386: make ldo/sto operations consistent with ldq
` [PATCH 03/37] target/i386: REPZ and REPNZ are mutually exclusive
` [PATCH 04/37] target/i386: introduce insn_get_addr
` [PATCH 05/37] target/i386: add core of new i386 decoder
` [PATCH 06/37] target/i386: add ALU load/writeback core
` [PATCH 07/37] target/i386: add CPUID[EAX=7, ECX=0].ECX to DisasContext
` [PATCH 08/37] target/i386: add CPUID feature checks to new decoder
` [PATCH 09/37] target/i386: add AVX_EN hflag
` [PATCH 10/37] target/i386: validate VEX prefixes via the instructions' exception classes
` [PATCH 11/37] target/i386: validate SSE prefixes directly in the decoding table
` [PATCH 12/37] target/i386: add scalar 0F 38 and 0F 3A instruction to new decoder
` [PATCH 13/37] target/i386: remove scalar VEX instructions from old decoder
` [PATCH 14/37] target/i386: Prepare ops_sse_header.h for 256 bit AVX
` [PATCH 15/37] target/i386: extend helpers to support VEX.V 3- and 4- operand encodings
` [PATCH 16/37] target/i386: support operand merging in binary scalar helpers
` [PATCH 17/37] target/i386: provide 3-operand versions of unary "
` [PATCH 18/37] target/i386: implement additional AVX comparison operators
` [PATCH 19/37] target/i386: Introduce 256-bit vector helpers
` [PATCH 20/37] target/i386: reimplement 0x0f 0x60-0x6f, add AVX
` [PATCH 21/37] target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, "
` [PATCH 22/37] target/i386: reimplement 0x0f 0x50-0x5f, "
` [PATCH 23/37] target/i386: reimplement 0x0f 0x78-0x7f, "
` [PATCH 24/37] target/i386: reimplement 0x0f 0x70-0x77, "
` [PATCH 25/37] target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, "
` [PATCH 26/37] target/i386: reimplement 0x0f 0x3a, "
` [PATCH 27/37] target/i386: Use tcg gvec ops for pmovmskb
` [PATCH 28/37] target/i386: reimplement 0x0f 0x38, add AVX
` [PATCH 29/37] target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, "
` [PATCH 30/37] target/i386: reimplement 0x0f 0x10-0x17, "
` [PATCH 31/37] target/i386: reimplement 0x0f 0x28-0x2f, "
` [PATCH 32/37] target/i386: implement XSAVE and XRSTOR of AVX registers
` [PATCH 33/37] target/i386: Enable AVX cpuid bits when using TCG
` [PATCH 34/37] target/i386: implement VLDMXCSR/VSTMXCSR
` [PATCH 35/37] tests/tcg: extend SSE tests to AVX
` [PATCH 36/37] target/i386: move 3DNow completely out of gen_sse
[PATCH 0/4] target/i386: More SIMD tests
2022-09-11 23:00 UTC (5+ messages)
` [PATCH 1/4] tests/tcg: i386: fix typos in 3DNow! instructions
` [PATCH 2/4] tests/tcg: i386: add MMX and 3DNow! tests
` [PATCH 3/4] tests/tcg: refine MMX support in SSE tests
` [PATCH 4/4] tests/tcg: remove old "
[PATCH v2 0/5] Make serial msmouse work
2022-09-11 18:18 UTC (6+ messages)
` [PATCH v3 1/5] msmouse: Handle mouse reset
` [PATCH v3 2/5] chardev: src buffer const for write functions
` [PATCH v3 3/5] msmouse: Use fifo8 instead of array
` [PATCH v3 4/5] msmouse: Add pnp data
` [PATCH v3 5/5] serial: Allow unaligned i/o access
[PATCH v2 00/12] linux-user: Add more syscalls, enhance tracing & logging enhancements
2022-09-11 18:18 UTC (13+ messages)
` [PATCH v2 01/12] linux-user: Add missing signals in strace output
` [PATCH v2 02/12] linux-user: Add missing clock_gettime64() syscall strace
` [PATCH v2 03/12] linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
` [PATCH v2 04/12] linux-user: Log failing executable in EXCP_DUMP()
` [PATCH v2 05/12] linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
` [PATCH v2 06/12] linux-user/hppa: Dump IIR on register dump
` [PATCH v2 07/12] linux-user: Fix strace of chmod() if mode == 0
` [PATCH v2 08/12] linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
` [PATCH v2 09/12] linux-user: Add strace for clock_nanosleep()
` [PATCH v2 10/12] linux-user: Show timespec on strace for futex()
` [PATCH v2 11/12] linux-user: Add close_range() syscall
` [PATCH v2 12/12] linux-user: Add parameters of getrandom() syscall for strace
[PATCH v2 0/5] Make serial msmouse work
2022-09-11 18:27 UTC (14+ messages)
` [PATCH v2 1/5] msmouse: Handle mouse reset
` [PATCH v2 2/5] chardev: src buffer const for write functions
` [PATCH v2 3/5] msmouse: Use fifo8 instead of array
` [PATCH v2 4/5] msmouse: Add pnp data
[PATCH v4 00/15] Support VIRTIO_F_RING_RESET for virtio-net, vhost-net kernel in virtio pci-modern
2022-09-11 17:22 UTC (16+ messages)
` [PATCH v4 01/15] virtio: sync relevant definitions with linux
` [PATCH v4 02/15] virtio: introduce __virtio_queue_reset()
` [PATCH v4 03/15] virtio: introduce virtio_queue_reset()
` [PATCH v4 04/15] virtio: introduce virtio_queue_enable()
` [PATCH v4 05/15] virtio: core: vq reset feature negotation support
` [PATCH v4 06/15] virtio-pci: support queue reset
` [PATCH v4 07/15] virtio-pci: support queue enable
` [PATCH v4 08/15] vhost: expose vhost_virtqueue_start()
` [PATCH v4 09/15] vhost: expose vhost_virtqueue_stop()
` [PATCH v4 10/15] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
` [PATCH v4 11/15] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
` [PATCH v4 12/15] virtio-net: introduce flush_or_purge_queued_packets()
` [PATCH v4 13/15] virtio-net: support queue reset
` [PATCH v4 14/15] virtio-net: support queue_enable
` [PATCH v4 15/15] vhost: vhost-kernel: enable vq reset feature
[PATCH 0/8] RFC: Pass tests for x86_64 machine types compiled individually
2022-09-11 16:02 UTC (3+ messages)
` [PATCH 6/8] tests: Make all tests that use q35 depend on it being compiled in
[PATCH] block: introduce zone append write for zoned devices
2022-09-11 8:39 UTC (7+ messages)
[PATCH v9 0/7] Add support for zoned device
2022-09-11 7:30 UTC (19+ messages)
` [PATCH v9 1/7] include: add zoned device structs
` [PATCH v9 2/7] file-posix: introduce helper functions for sysfs attributes
` [PATCH v9 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v9 4/7] raw-format: add zone operations to pass through requests
` [PATCH v9 5/7] config: add check to block layer
` [PATCH v9 6/7] qemu-iotests: test new zone operations
` [PATCH v9 7/7] docs/zoned-storage: add zoned device documentation
[PATCH] bugfix:migrate with block-dirty-bitmap (disk size is big enough) can't be finished
2022-09-11 2:08 UTC (3+ messages)
` "
[PATCH v2] hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
2022-09-10 20:20 UTC (3+ messages)
[PATCH] tests/9p: split virtio-9p-test.c into tests and 9p client part
2022-09-10 17:46 UTC
[PATCH] arm/monitor: add register name resolution
2022-09-10 14:12 UTC
[PATCH 0/4] compare machine type compat_props
2022-09-10 12:05 UTC (9+ messages)
` [PATCH 1/4] qom: add devault value
` [PATCH 2/4] qmp: add dump machine type compatible properties
` [PATCH 3/4] python/qmp: increase read buffer size
` [PATCH 4/4] scripts: add script to compare compatible properties
[PATCH] bugfix:migrate with block-dirty-bitmap (disk size is big enough) can't be finished
2022-09-10 10:18 UTC (2+ messages)
[QEMU][PATCH 0/5] Introduce Xilinx Versal CANFD
2022-09-10 6:12 UTC
[QEMU][PATCH 1/5] MAINTAINERS: Update maintainer's email for Xilinx CAN
2022-09-10 6:12 UTC (5+ messages)
` [QEMU][PATCH 2/5] hw/net/can: Introduce Xilinx Versal CANFD controller
` [QEMU][PATCH 3/5] xlnx-zynqmp: Connect Xilinx VERSAL CANFD controllers
` [QEMU][PATCH 4/5] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller
` [QEMU][PATCH 5/5] MAINTAINERS: Include canfd tests under Xilinx CAN
[PATCH 1/2] include: import virtio_blk headers from linux with zoned device support
2022-09-10 6:50 UTC (2+ messages)
` [PATCH 2/2] virtio-blk: add zoned storage emulation for zoned devices
[PATCH 0/7] nsis: gitlab-ci: Improve QEMU Windows installer packaging
2022-09-10 5:09 UTC (11+ messages)
` [PATCH 3/7] scripts/nsis.py: Automatically package required DLLs of QEMU executables
` [PATCH 4/7] .gitlab-ci.d/windows.yml: Drop the sed processing in the 64-bit build
` [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages
[PATCH] vfio/common: Do not g_free in vfio_get_iommu_info
2022-09-10 0:42 UTC
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-09-09 23:02 UTC (10+ messages)
virtiofsd: Any reason why there's not an "openat2" sandbox mode?
2022-09-09 21:24 UTC
[RFC PATCH 0/3] Initial PECI bus support
2022-09-09 20:10 UTC (8+ messages)
` [RFC PATCH 1/3] hw/peci: add initial support for PECI
` [RFC PATCH 2/3] hw/peci: add PECI support for NPCM7xx BMCs
` [RFC PATCH 3/3] hw/peci: add support for EndPointConfig reads
[PATCH 00/20] ppc4xx_sdram QOMify and clean ups
2022-09-09 19:32 UTC (5+ messages)
` [PATCH 04/20] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
[PATCH 00/11] Add support for the T-Head vendor extensions
2022-09-09 17:21 UTC (7+ messages)
` [PATCH 03/11] RISC-V: Adding T-Head SYNC instructions
` [PATCH 10/11] RISC-V: Adding T-Head FMemIdx extension
[PATCH v9 00/10] s390x: CPU Topology
2022-09-09 16:50 UTC (3+ messages)
` [PATCH v9 08/10] target/s390x: interception of PTF instruction
Call for Outreachy Dec-Mar internship project ideas
2022-09-09 16:41 UTC
[PATCH v5 0/3] Enable notify VM exit
2022-09-09 16:25 UTC (5+ messages)
` [PATCH v5 2/3] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v5 3/3] i386: Add notify VM exit support
[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
2022-09-09 16:11 UTC (2+ messages)
[PATCH] target/riscv/pmp: fix non-translated page size address checks w/ MPU
2022-09-09 15:22 UTC
[PATCH v3] audio: add help option for -audio and -audiodev
2022-09-09 14:45 UTC (7+ messages)
[PATCH v3 0/5] Support ACPI NVDIMM Label Methods
2022-09-09 14:02 UTC (4+ messages)
` [PATCH v3 4/5] acpi/nvdimm: Implement "
[PATCH v2 0/8] target/riscv: Improve RISC-V Debug support
2022-09-09 13:42 UTC (9+ messages)
` [PATCH v2 1/8] target/riscv: debug: Determine the trigger type from tdata1.type
` [PATCH v2 2/8] target/riscv: debug: Introduce build_tdata1() to build tdata1 register content
` [PATCH v2 3/8] target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRs
` [PATCH v2 4/8] target/riscv: debug: Restrict the range of tselect value can be written
` [PATCH v2 5/8] target/riscv: debug: Introduce tinfo CSR
` [PATCH v2 6/8] target/riscv: debug: Create common trigger actions function
` [PATCH v2 7/8] target/riscv: debug: Check VU/VS modes for type 2 trigger
` [PATCH v2 8/8] target/riscv: debug: Add initial support of type 6 trigger
[PATCH v3] 9pfs: use GHashTable for fid table
2022-09-09 13:10 UTC (2+ messages)
[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
2022-09-09 12:53 UTC (7+ messages)
[PATCH v2 00/10] Instantiate VT82xx functions in host device
2022-09-09 12:43 UTC (4+ messages)
` [PATCH v2 10/10] hw/isa/vt82c686: Create rtc-time alias in boards instead
[PATCH] tcg/ppc: Optimize 26-bit jumps
2022-09-09 12:01 UTC (3+ messages)
[PATCH] hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
2022-09-09 11:56 UTC (3+ messages)
[PATCH] e1000e: set RX desc status with DD flag in a separate operation
2022-09-09 11:20 UTC (3+ messages)
[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
2022-09-09 11:02 UTC (10+ messages)
` [RFC PATCH 2/2] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase
[RFC PATCH 0/1] accel/kvm: implement KVM_SET_USER_MEMORY_REGION_LIST
2022-09-09 11:00 UTC (2+ messages)
` [RFC PATCH 1/1] kvm/kvm-all.c: implement KVM_SET_USER_MEMORY_REGION_LIST ioctl
[PATCH v2 0/2] Update linux headers to v6.0-rc4 and fix the clang build error
2022-09-09 10:55 UTC (5+ messages)
` [PATCH v2 1/2] configure: Add -Wno-gnu-variable-sized-type-not-at-end
` [PATCH v2 2/2] Update linux headers to v6.0-rc4
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).