qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-11 23:43:00 to 2022-09-13 17:10:26 UTC [more...]

[PULL 0/4] Merge tpm 2022/09/13 v1
 2022-09-13 16:59 UTC  (5+ messages)
` [PULL 1/4] tpm_emulator: Avoid double initialization during migration
` [PULL 2/4] tpm_crb: Avoid backend startup just before shutdown under Xen
` [PULL 3/4] tpm_emulator: Use latest tpm_ioctl.h from swtpm project
` [PULL 4/4] tpm_emulator: Have swtpm relock storage upon migration fall-back

[PATCH] docs/devel: remove incorrect claim about git send-email
 2022-09-13 16:52 UTC 

[PATCH 0/2] target/m68k: fix two writes to %sr
 2022-09-13 16:35 UTC  (8+ messages)
` [PATCH 1/2] target/m68k: Fix MACSR to CCR
` [PATCH 2/2] target/m68k: Perform writback before modifying SR

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-09-13 16:12 UTC  (13+ messages)

[PATCH] target/arm: Do alignment check when translation disabled
 2022-09-13 15:49 UTC 

Question about loading bare metal firmware
 2022-09-13 14:53 UTC  (5+ messages)

qemu-x86_64 runs out of memory
 2022-09-13 14:33 UTC  (3+ messages)

[PATCH] hw/virtio/vhost-user: support obtain vdpa device's mac address automatically
 2022-09-13  9:08 UTC 

[PATCH] gdb-xml: Fix size of EFER register on i386 architecture when debugged by GDB
 2022-09-13 12:06 UTC 

[PATCH] target/arm: Use the max page size in a 2-stage ptw
 2022-09-13 13:56 UTC 

[PATCH v2 0/4] virtio-gpu: Blob resources
 2022-09-13 13:48 UTC  (6+ messages)
` [PATCH v2 1/4] virtio: Add shared memory capability
` [PATCH v2 2/4] virtio-gpu: hostmem
` [PATCH v2 3/4] virtio-gpu: Handle resource blob commands
` [PATCH v2 4/4] virtio-gpu: Don't require udmabuf when blob support is enabled

[PATCH v2 0/5] Make serial msmouse work
 2022-09-13 12:30 UTC  (8+ messages)
` [PATCH v2 1/5] msmouse: Handle mouse reset

[PATCH v1 0/9] Fix bugs and improve functions for LoongArch
 2022-09-13 12:31 UTC  (2+ messages)

[RFC PATCH 00/37] target/i386: new decoder + AVX implementation
 2022-09-13 11:35 UTC  (78+ messages)
` [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 v8 00/14] qapi: net: add unix socket type support to netdev backend
 2022-09-13 10:24 UTC  (16+ messages)
` [PATCH v8 01/14] net: introduce convert_host_port()
` [PATCH v8 02/14] net: remove the @errp argument of net_client_inits()
` [PATCH v8 03/14] net: simplify net_client_parse() error management
` [PATCH v8 04/14] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [PATCH v8 05/14] qapi: net: add stream and dgram netdevs
` [PATCH v8 06/14] net: stream: Don't ignore EINVAL on netdev socket connection
` [PATCH v8 07/14] net: stream: add unix socket
` [PATCH v8 08/14] net: dgram: make dgram_dst generic
` [PATCH v8 09/14] net: dgram: move mcast specific code from net_socket_fd_init_dgram()
` [PATCH v8 10/14] net: dgram: add unix socket
` [PATCH v8 11/14] qemu-sockets: move and rename SocketAddress_to_str()
` [PATCH v8 12/14] qemu-sockets: update socket_uri() and socket_parse() to be consistent
` [PATCH v8 13/14] net: stream: move to QIO
` [PATCH v8 14/14] tests/qtest: netdev: test stream and dgram backends

KVM call for 2022-09-20
 2022-09-13 10:16 UTC 

[PATCH] hmp: Fix ordering of text
 2022-09-13 10:10 UTC 

[PATCH] keyval: Print types on merge inconsistency
 2022-09-13 10:08 UTC 

[PATCH v3 1/3] util/main-loop: Fix maximum number of wait objects for win32
 2022-09-13  9:51 UTC  (2+ messages)

[PATCH] virtio-gpu: update scanout if there is any area covered by the rect
 2022-09-13  9:45 UTC  (2+ messages)

suport sr-iov to virtio-net
 2022-09-13  9:35 UTC 

[PATCH v3 0/24] Convert nanoMIPS disassembler from C++ to C
 2022-09-13  8:12 UTC  (37+ 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
` [PATCH v3 24/24] disas/nanomips: Rename nanomips.cpp to nanomips.c

Any interest in a QEMU emulation BoF at KVM Forum?
 2022-09-13  8:00 UTC  (3+ messages)

[PATCH v4 00/15] Support VIRTIO_F_RING_RESET for virtio-net, vhost-net kernel in virtio pci-modern
 2022-09-13  6:26 UTC  (7+ messages)
` [PATCH v4 05/15] virtio: core: vq reset feature negotation support
` [PATCH v4 08/15] vhost: expose vhost_virtqueue_start()
` [PATCH v4 09/15] vhost: expose vhost_virtqueue_stop()

[PATCH] hw/xen: set pci Atomic Ops requests for passthrough device
 2022-09-13  3:02 UTC  (3+ messages)

[PATCH v5 0/3] Enable notify VM exit
 2022-09-13  1:13 UTC  (4+ messages)
` [PATCH v5 3/3] i386: Add notify VM exit support

[PATCH] vfio/common: Do not g_free in vfio_get_iommu_info
 2022-09-12 20:51 UTC  (3+ messages)

[PATCH v5 00/13] Instantiate VT82xx functions in host device
 2022-09-12 19:50 UTC  (2+ messages)

[PATCH 0/2] tpm_emulator: Signal swtpm to again lock storage
 2022-09-12 17:47 UTC  (3+ messages)
` [PATCH 1/2] tpm_emulator: Use latest tpm_ioctl.h from swtpm project
` [PATCH 2/2] tpm_emulator: Have swtpm relock storage upon migration fall-back

[PATCH v3] hw/pvrdma: Protect against buggy or malicious guest driver
 2022-09-12 17:45 UTC  (2+ messages)

[PATCH v3 0/5] vhost-user-blk: dynamically resize config space based on features
 2022-09-12 17:03 UTC  (4+ messages)

towards a workable O_DIRECT outmigration to a file
 2022-09-12 16:43 UTC  (5+ messages)
` [PATCH] migration: support file: uri for source migration

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-12 15:40 UTC  (10+ messages)
` [PATCH v9 02/10] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v9 10/10] docs/s390x: document s390x cpu topology

[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


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).