messages from 2022-09-10 08:02:32 to 2022-09-12 13:17:35 UTC [more...]
[PATCH v3 0/24] Convert nanoMIPS disassembler from C++ to C
2022-09-12 12:26 UTC (24+ messages)
` [PATCH v3 01/24] disas/nanomips: Remove namespace img
` [PATCH v3 02/24] disas/nanomips: Extract enums out of the NMD class
` [PATCH v3 03/24] disas/nanomips: Delete NMD class field
` [PATCH v3 04/24] disas/nanomips: Delete NMD class second field
` [PATCH v3 05/24] disas/nanomips: Remove helper methods from class
` [PATCH v3 06/24] disas/nanomips: Remove __cond "
` [PATCH v3 07/24] disas/nanomips: Remove disasm "
` [PATCH v3 08/24] disas/nanomips: Remove Pool tables from the class
` [PATCH v3 09/24] disas/nanomips: Remove NMD class
` [PATCH v3 10/24] disas/nanomips: Move typedefs etc to nanomips.cpp
` [PATCH v3 11/24] disas/nanomips: Delete nanomips.h
` [PATCH v3 12/24] disas/nanomips: Remove #inlcude <sstream>
` [PATCH v3 13/24] disas/nanomips: Delete copy functions
` [PATCH v3 14/24] disas/nanomips: Delete wrapper functions
` [PATCH v3 15/24] disas/nanomips: Replace std::string type
` [PATCH v3 16/24] disas/nanomips: Remove IMMEDIATE functions
` [PATCH v3 17/24] disas/nanomips: Remove CPR function
` [PATCH v3 18/24] disas/nanomips: Prevent memory leaking
` [PATCH v3 19/24] disas/nanomips: Remove function overloading
` [PATCH v3 20/24] disas/nanomips: Expand Dis_info struct
` [PATCH v3 21/24] disas/nanomips: Replace exception handling
` [PATCH v3 22/24] disas/nanomips: Replace Cpp enums for C enums
` [PATCH v3 23/24] disas/nanomips: Remove argument passing by ref
[RFC PATCH 00/37] target/i386: new decoder + AVX implementation
2022-09-12 13:01 UTC (59+ 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] vfio/common: Do not g_free in vfio_get_iommu_info
2022-09-12 12:38 UTC (2+ messages)
[PATCH 0/8] Patch series to set up a ppc64le CI
2022-09-12 12:16 UTC (3+ messages)
[PATCH 2/8] hw/gpio/avr_gpio: Add migration VMstate
2022-09-12 11:21 UTC (7+ messages)
` [PATCH 3/8] hw/gpio/avr_gpio: Add 'id' field in AVRGPIOState
` [PATCH 4/8] hw/gpio/avr_gpio: Simplify avr_gpio_write_port using extract32()
` [PATCH 5/8] hw/gpio/avr_gpio: Add tracing for reads and writes
` [PATCH 6/8] hw/avr/arduino: Add D13 LED
` [PATCH 7/8] hw/avr/arduino: Replace magic number by gpio_port_index() call
` [PATCH 8/8] Fix license statements
[PATCH 1/8] hw/avr: Add limited support for avr gpio registers
2022-09-12 11:20 UTC
[PATCH 0/5] ui: various clipboard serial fixes
2022-09-12 10:24 UTC (6+ messages)
` [PATCH 1/5] ui: add some vdagent related traces
` [PATCH 2/5] ui/clipboard: fix serial priority
` [PATCH 3/5] ui/vdagent: always reset the clipboard serial on caps
` [PATCH 4/5] ui/clipboard: reset the serial state on reset
` [PATCH 5/5] ui/vdagent: fix serial reset of guest agent
[PATCH 0/5] virtio-gpu: Blob resources
2022-09-12 9:19 UTC (4+ messages)
[PATCH] migration/multifd: Remove redundant copy of page offsets during send
2022-09-12 8:56 UTC (2+ messages)
[PATCH v3 0/5] Support ACPI NVDIMM Label Methods
2022-09-12 8:48 UTC (5+ messages)
` [PATCH v3 4/5] acpi/nvdimm: Implement "
[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
[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 (10+ messages)
` [PATCH v2 1/5] msmouse: Handle mouse reset
` [PATCH v2 3/5] msmouse: Use fifo8 instead of array
[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 (17+ messages)
` [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 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
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).