qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-03 17:51:49 to 2022-08-04 15:56:13 UTC [more...]

[PATCH 0/3] Check and repair duplicated clusters in parallels images
 2022-08-04 15:31 UTC  (9+ messages)
` [PATCH 1/3] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH 2/3] parallels: Let duplicates repairing pass without unwanted messages
` [PATCH 3/3] iotests, parallels: Add a test for duplicated clusters

[PATCH v2 0/2] vdpa: do not save failed dma maps in SVQ iova tree
 2022-08-04 15:54 UTC  (2+ messages)
` [PATCH v2 1/2] vdpa: Skip the maps not in the "

[PATCH] vdpa: do not save failed dma maps in SVQ iova tree
 2022-08-04 15:50 UTC  (6+ messages)

[PATCH v5 0/8] Misc NPCM7XX patches
 2022-08-04 15:44 UTC  (14+ messages)
` [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER

[PATCH] hw/net/rocker: Avoid undefined shifts with more than 31 ports
 2022-08-04 15:27 UTC  (3+ messages)

[PATCH 0/2] vmgenid: add generation counter
 2022-08-04 15:01 UTC  (7+ messages)

[PATCH v2 1/1] osdep: asynchronous teardown for shutdown on Linux
 2022-08-04 14:49 UTC  (6+ messages)

[PATCH] pc: add property for Linux setup_data seed
 2022-08-04 14:31 UTC  (5+ messages)

[PATCH v2 00/20] ppc: QOM'ify 405 board
 2022-08-04 14:14 UTC  (35+ messages)
` [PATCH v2 02/20] ppc/ppc405: Introduce a PPC405 generic machine
` [PATCH v2 04/20] ppc/ppc405: Introduce a PPC405 SoC
` [PATCH v2 05/20] ppc/ppc405: Start QOMification of the SoC
` [PATCH v2 07/20] ppc/ppc405: QOM'ify CPC
` [PATCH v2 12/20] ppc/ppc405: QOM'ify EBC
` [PATCH v2 15/20] ppc/ppc405: QOM'ify PLB
` [PATCH v2 16/20] ppc/ppc405: QOM'ify MAL
` [PATCH v2 18/20] ppc/ppc405: QOM'ify UIC
` [PATCH v2 19/20] ppc/ppc405: QOM'ify I2C

[RFC PATCH] cputlb and ssi: cache class to avoid expensive object_dynamic_cast_assert (HACK!!!)
 2022-08-04 14:06 UTC  (2+ messages)

[PATCH v1 1/1] QIOChannelSocket: Add support for MSG_ZEROCOPY + IPV6
 2022-08-04 14:05 UTC  (3+ messages)

[PATCH RFC v1] hw/i386: place setup_data at fixed place in memory
 2022-08-04 14:04 UTC  (27+ messages)
      ` [PATCH v2] "

[PATCH] target/loongarch: Fix macros SET_FPU_* in cpu.h
 2022-08-04 13:24 UTC 

[PATCH] error handling: Use TFR() macro where applicable
 2022-08-04  7:25 UTC 

[PATCH for-7.1 0/5] Fix gdb bugs and update gdb-xml
 2022-08-04 13:02 UTC  (6+ messages)
` [PATCH for-7.1 1/5] target/loongarch: Fix GDB get the wrong pc
` [PATCH for-7.1 2/5] target/loongarch: add gdb_arch_name()
` [PATCH for-7.1 3/5] target/loongarch: update loongarch-base64.xml
` [PATCH for-7.1 4/5] target/loongarch: Update loongarch-fpu.xml
` [PATCH for-7.1 5/5] target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()

[PATCH v2 for-7.1] hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)
 2022-08-04 13:13 UTC 

[PATCH] target/riscv: Fix priority of csr related check in riscv_csrrw_check
 2022-08-04 12:29 UTC  (3+ messages)

[PULL 0/9] More fixes + random seed patches for QEMU 7.1
 2022-08-04 12:48 UTC  (18+ messages)
` [PULL 9/9] hw/i386: pass RNG seed via setup_data entry

[PATCH v3] target/s390x: support PRNO_TRNG instruction
 2022-08-04 12:09 UTC  (10+ messages)
` [PATCH v4 0/2] MSA EXT 5 for s390x
  ` [PATCH v4 2/2] target/s390x: support SHA-512 extensions

[PATCH] hw/usb/hcd-xhci: Fix endless loop in case the DMA access fails (CVE-2020-14394)
 2022-08-04 12:29 UTC  (10+ messages)

[PATCH v2] scsi-disk: support setting CD-ROM block size via device options
 2022-08-04 12:29 UTC 

[PATCH v10 00/21] job: replace AioContext lock with job_mutex
 2022-08-04 11:56 UTC  (5+ messages)
` [PATCH v10 08/21] jobs: add job lock in find_* functions
` [PATCH v10 09/21] jobs: use job locks also in the unit tests

[PATCH v11 00/15] target/hexagon: introduce idef-parser
 2022-08-04 11:55 UTC  (16+ messages)
` [PATCH v11 01/15] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v11 02/15] target/hexagon: import README "
` [PATCH v11 03/15] target/hexagon: make slot number an unsigned
` [PATCH v11 04/15] target/hexagon: make helper functions non-static
` [PATCH v11 05/15] target/hexagon: introduce new helper functions
` [PATCH v11 06/15] target/hexagon: expose next PC in DisasContext
` [PATCH v11 07/15] target/hexagon: prepare input for the idef-parser
` [PATCH v11 08/15] target/hexagon: add flex/bison/glib2 to qemu.yml
` [PATCH v11 09/15] target/hexagon: regenerate docker/cirrus files
` [PATCH v11 10/15] target/hexagon: manually add flex/bison/glib2 to remaining containers
` [PATCH v11 11/15] target/hexagon: import lexer for idef-parser
` [PATCH v11 12/15] target/hexagon: prepare frontend for parser
` [PATCH v11 13/15] target/hexagon: import parser for idef-parser
` [PATCH v11 14/15] target/hexagon: call idef-parser functions
` [PATCH v11 15/15] target/hexagon: import additional tests

[PATCH] ppc: Remove redundant macro MSR_BOOK3S_MASK
 2022-08-04 11:48 UTC  (2+ messages)

[PATCH] include/qemu/host-utils.h: Simplify the compiler check in mulu128()
 2022-08-04 11:49 UTC  (2+ messages)

[PATCH] docs/about/removed-features: Move the -soundhw into the right section
 2022-08-04 11:47 UTC  (2+ messages)

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-08-04 11:44 UTC  (2+ messages)

[PATCH] README.rst: fix link formatting
 2022-08-04 11:44 UTC  (2+ messages)

[PATCH v5 00/10] NIC vhost-vdpa state restore via Shadow CVQ
 2022-08-04 11:21 UTC  (19+ messages)
` [PATCH v5 02/10] vhost: use SVQ element ndescs instead of opaque data for desc validation
` [PATCH v5 03/10] vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
` [PATCH v5 04/10] vdpa: Get buffers from VhostVDPAState on vhost_vdpa_net_cvq_map_elem
` [PATCH v5 06/10] vdpa: Make vhost_vdpa_net_cvq_map_elem accept any out sg

[PATCH v2 0/2] virtio: remove unnecessary host_features in ->get_features()
 2022-08-04 10:14 UTC  (5+ messages)
` [PATCH v2 1/2] virtio: document vdc->get_features() callback
` [PATCH v2 2/2] virtio: remove unnecessary host_features in ->get_features()

[PATCH v2] hw/nvme: Add helper functions for qid-db conversion
 2022-08-04  9:07 UTC  (2+ messages)

VGA hardware cursor query
 2022-08-04  8:19 UTC  (2+ messages)

[PATCH] ui/console: fix qemu_console_resize() regression
 2022-08-04  8:11 UTC  (3+ messages)

[PATCH] scsi-disk: support setting CD-ROM block size via device options
 2022-08-04  8:06 UTC  (2+ messages)

[PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
 2022-08-04  7:58 UTC  (11+ messages)

[PATCH v3 0/7] ASID support in vhost-vdpa net
 2022-08-04  7:54 UTC  (12+ messages)
` [PATCH v3 4/7] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v3 6/7] vhost_net: Add NetClientInfo prepare callback
` [PATCH v3 7/7] vdpa: Always start CVQ in SVQ mode

[PATCH for-7.1] virtiofsd: Fix format strings
 2022-08-04  7:48 UTC 

[PATCH] virtio-scsi: fix race in virtio_scsi_dataplane_start()
 2022-08-04  7:48 UTC  (2+ messages)

[PATCH 0/2] hw/arm/virt: Improve address assignment for highmem IO regions
 2022-08-04  7:19 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-04  7:10 UTC  (3+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH] KVM: HWPoison: Fix memory address&size during remap
 2022-08-04  6:59 UTC  (3+ messages)
` PING: "

[PATCH for-7.1] hw/mips/malta: turn off x86 specific features of PIIX4_PM
 2022-08-04  6:44 UTC  (8+ messages)

[PATCH] ui/cocoa: Support hardware cursor interface
 2022-08-04  6:27 UTC 

[PATCH] hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[]
 2022-08-04  5:23 UTC  (3+ messages)

[PATCH v7 0/4] RISC-V Smstateen support
 2022-08-04  3:52 UTC  (10+ messages)
` [PATCH v7 1/4] target/riscv: Add smstateen support
` [PATCH v7 2/4] target/riscv: smstateen check for h/senvcfg
` [PATCH v7 3/4] target/riscv: smstateen check for fcsr

[PATCH v8 0/3] Implement Sstc extension
 2022-08-04  1:42 UTC  (4+ messages)
` [PATCH v8 1/3] hw/intc: Move mtimer/mtimecmp to aclint
` [PATCH v8 2/3] target/riscv: Add stimecmp support
` [PATCH v8 3/3] target/riscv: Add vstimecmp support

[PATCH v7 0/3] Implement Sstc extension
 2022-08-04  1:15 UTC  (10+ messages)
` [PATCH v7 2/3] target/riscv: Add stimecmp support
` [PATCH v7 3/3] target/riscv: Add vstimecmp support

[PATCH v1 00/40] TDX QEMU support
 2022-08-04  0:55 UTC  (7+ messages)
` [PATCH v1 08/40] i386/tdx: Adjust the supported CPUID based on TDX restrictions

[PATCH for-7.1] hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accesses
 2022-08-03 21:24 UTC  (4+ messages)

[RFC PATCH 1/3] target/ppc: Bugfix fadd/fsub result with OE/UE set
 2022-08-03 18:42 UTC  (5+ 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).