qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-13 07:07:08 to 2022-09-14 09:10:10 UTC [more...]

[PATCH] hw/xen: set pci Atomic Ops requests for passthrough device
 2022-09-14  9:07 UTC  (4+ messages)

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-09-14  8:08 UTC  (13+ messages)
` [PATCH 49/51] io/channel-watch: Fix socket watch "

[PATCH] bochs-display: Modify mismatched return value
 2022-09-14  7:34 UTC 

[PATCH v3 00/20] ppc4xx_sdram QOMify and clean ups
 2022-09-14  7:29 UTC  (29+ messages)
` [PATCH v3 01/20] ppc440_bamboo: Remove unnecessary memsets
` [PATCH v3 02/20] ppc4xx: Introduce Ppc4xxSdramBank struct
` [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
` [PATCH v3 04/20] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
` [PATCH v3 05/20] ppc440_bamboo: Add missing 4 MiB valid memory size
` [PATCH v3 06/20] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
` [PATCH v3 07/20] ppc4xx_sdram: QOM'ify
` [PATCH v3 08/20] ppc4xx_sdram: Drop extra zeros for readability
` [PATCH v3 09/20] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
` [PATCH v3 10/20] ppc440_sdram: Implement enable bit in the DDR2 SDRAM
` [PATCH v3 11/20] ppc440_sdram: Get rid of the init RAM hack
` [PATCH v3 12/20] ppc440_sdram: Rename local variable for readibility
` [PATCH v3 13/20] ppc4xx_sdram: Rename functions to prevent name clashes
` [PATCH v3 14/20] ppc440_sdram: Move RAM size check to ppc440_sdram_init
` [PATCH v3 15/20] ppc440_sdram: QOM'ify
` [PATCH v3 16/20] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
` [PATCH v3 17/20] ppc4xx_sdram: Use hwaddr for memory bank size
` [PATCH v3 18/20] ppc4xx_sdram: Rename local state variable for brevity
` [PATCH v3 19/20] ppc4xx_sdram: Generalise bank setup
` [PATCH v3 20/20] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling

[PATCH v2 0/6] Support VIRTIO_F_RING_RESET for vhost-user in virtio pci-modern
 2022-09-14  6:18 UTC  (12+ 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 5/6] virtio-net: vhost-user: update queue_reset and queue_enable
` [PATCH v2 6/6] vhost: vhost-user: enable vq reset feature

[PATCH v8 00/14] qapi: net: add unix socket type support to netdev backend
 2022-09-14  5:23 UTC  (21+ 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 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

[PATCH] e1000e: set RX desc status with DD flag in a separate operation
 2022-09-14  4:41 UTC  (4+ messages)

[PATCH v5 00/15] Support VIRTIO_F_RING_RESET for virtio-net, vhost-net kernel in virtio pci-modern
 2022-09-14  4:36 UTC  (18+ messages)
` [PATCH v5 01/15] virtio: sync relevant definitions with linux
` [PATCH v5 02/15] virtio: introduce __virtio_queue_reset()
` [PATCH v5 03/15] virtio: introduce virtio_queue_reset()
` [PATCH v5 04/15] virtio: introduce virtio_queue_enable()
` [PATCH v5 05/15] virtio: core: vq reset feature negotation support
` [PATCH v5 06/15] virtio-pci: support queue reset
` [PATCH v5 07/15] virtio-pci: support queue enable
` [PATCH v5 08/15] vhost: expose vhost_virtqueue_start()
` [PATCH v5 09/15] vhost: expose vhost_virtqueue_stop()
` [PATCH v5 10/15] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
` [PATCH v5 11/15] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
` [PATCH v5 12/15] virtio-net: introduce flush_or_purge_queued_packets()
` [PATCH v5 13/15] virtio-net: support queue reset
` [PATCH v5 14/15] virtio-net: support queue_enable
` [PATCH v5 15/15] vhost: vhost-kernel: enable vq reset feature

[PATCH v4 00/15] Support VIRTIO_F_RING_RESET for virtio-net, vhost-net kernel in virtio pci-modern
 2022-09-14  2:38 UTC  (9+ messages)
` [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 13/15] virtio-net: support queue reset
` [PATCH v4 14/15] virtio-net: support queue_enable

[PATCH 0/3] Vhost-vdpa Shadow Virtqueue VLAN support
 2022-09-14  2:22 UTC  (8+ messages)
` [PATCH 2/3] vdpa: load vlan configuration at NIC startup

[PATCH v4 1/2] x86: return modified setup_data only if read as memory, not as file
 2022-09-13 23:41 UTC  (2+ messages)
` [PATCH v4 2/2] x86: re-enable rng seeding via setup_data

[PULL 00/12] linux-user patches
 2022-09-13 19:13 UTC  (13+ messages)
` [PULL 01/12] linux-user: Add missing signals in strace output
` [PULL 02/12] linux-user: Add missing clock_gettime64() syscall strace
` [PULL 03/12] linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
` [PULL 04/12] linux-user: Log failing executable in EXCP_DUMP()
` [PULL 05/12] linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
` [PULL 06/12] linux-user/hppa: Dump IIR on register dump
` [PULL 07/12] linux-user: Fix strace of chmod() if mode == 0
` [PULL 08/12] linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
` [PULL 09/12] linux-user: Add strace for clock_nanosleep()
` [PULL 10/12] linux-user: Show timespec on strace for futex()
` [PULL 11/12] linux-user: Add close_range() syscall
` [PULL 12/12] linux-user: Add parameters of getrandom() syscall for strace

[RFC PATCH v2 0/3] Initial PECI bus support
 2022-09-13 18:30 UTC  (6+ messages)
` [RFC PATCH v2 1/3] hw/peci: add initial support for PECI
` [RFC PATCH v2 2/3] hw/peci: add PECI support for NPCM7xx BMCs
` [RFC PATCH v2 3/3] hw/peci: add support for EndPointConfig reads

[PATCH v2 00/18] ppc4xx_sdram QOMify and clean ups
 2022-09-13 18:55 UTC  (20+ messages)
` [PATCH v2 01/18] ppc440_bamboo: Remove unnecessary memsets
` [PATCH v2 02/18] ppc4xx: Introduce Ppc4xxSdramBank struct
` [PATCH v2 03/18] ppc4xx_sdram: Get rid of the init RAM hack
` [PATCH v2 04/18] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
` [PATCH v2 05/18] ppc440_bamboo: Add missing 4 MiB valid memory size
` [PATCH v2 06/18] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
` [PATCH v2 07/18] ppc4xx_sdram: QOM'ify
` [PATCH v2 08/18] ppc4xx_sdram: Drop extra zeros for readability
` [PATCH v2 09/18] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
` [PATCH v2 10/18] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
` [PATCH v2 11/18] ppc440_sdram: Rename local variable for readibility
` [PATCH v2 12/18] ppc440_sdram: Move RAM size check to ppc440_sdram_init
` [PATCH v2 13/18] ppc440_sdram: QOM'ify
` [PATCH v2 14/18] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
` [PATCH v2 15/18] ppc4xx_sdram: Use hwaddr for memory bank size
` [PATCH v2 16/18] ppc4xx_sdram: Rename local state variable for brevity
` [PATCH v2 17/18] ppc4xx_sdram: Generalise bank setup
` [PATCH v2 18/18] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling

[RFC PATCH 0/3] Initial PECI bus support
 2022-09-13 18:28 UTC  (11+ messages)
` [RFC PATCH 1/3] hw/peci: add initial support for PECI
` [RFC PATCH 3/3] hw/peci: add support for EndPointConfig reads

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

[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 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  (7+ 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  (27+ messages)
` [PATCH 20/37] target/i386: reimplement 0x0f 0x60-0x6f, add AVX
` [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

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  (25+ messages)
` [PATCH v3 03/24] disas/nanomips: Delete NMD class field
` [PATCH v3 04/24] disas/nanomips: Delete NMD class second field
` [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 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)


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