qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-19 19:18:57 to 2023-09-20 11:12:57 UTC [more...]

[PATCH v23 00/20] s390x: CPU Topology
 2023-09-20 11:11 UTC  (6+ messages)
` [PATCH v23 01/20] CPU topology: extend with s390 specifics

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-09-20 11:04 UTC  (14+ messages)
` [PATCH v1 02/22] Update linux-header to support iommufd cdev and hwpt alloc
` [PATCH v1 13/22] vfio: Add base container
` [PATCH v1 14/22] vfio/common: Simplify vfio_viommu_preset()
` [PATCH v1 15/22] Add iommufd configure option

[QEMU PATCH v5 00/13] Support blob memory and venus on qemu
 2023-09-20 10:18 UTC  (28+ messages)
` [QEMU PATCH v5 05/13] virtio-gpu: Configure context init for virglrenderer
` [QEMU PATCH v5 07/13] softmmu/memory: enable automatic deallocation of memory regions
` [QEMU PATCH v5 09/13] virtio-gpu: Handle resource blob commands
` [QEMU PATCH v5 10/13] virtio-gpu: Resource UUID
` [QEMU PATCH v5 11/13] virtio-gpu: Support Venus capset

[PATCH 1/1] migration: skip poisoned memory pages on "ram saving" phase
 2023-09-20 10:04 UTC  (6+ messages)
` [PATCH v2 0/1] Qemu crashes on VM migration after an handled memory error
  ` [PATCH v2 1/1] migration: skip poisoned memory pages on "ram saving" phase

[PULL 00/22] implement discard operation for Parallels images
 2023-09-20  9:21 UTC  (23+ messages)
` [PULL 01/22] parallels: fix formatting in bdrv_parallels initialization
` [PULL 02/22] parallels: mark driver as supporting CBT
` [PULL 03/22] parallels: fix memory leak in parallels_open()
` [PULL 04/22] parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
` [PULL 05/22] parallels: return earler in fail_format branch in parallels_open()
` [PULL 06/22] parallels: return earlier from parallels_open() function on error
` [PULL 07/22] parallels: refactor path when we need to re-check image in parallels_open
` [PULL 08/22] parallels: create mark_used() helper which sets bit in used bitmap
` [PULL 09/22] tests: ensure that image validation will not cure the corruption
` [PULL 10/22] parallels: fix broken parallels_check_data_off()
` [PULL 11/22] parallels: add test which will validate data_off fixes through repair
` [PULL 12/22] parallels: collect bitmap of used clusters at open
` [PULL 13/22] tests: fix broken deduplication check in parallels format test
` [PULL 14/22] tests: test self-cure of parallels image with duplicated clusters
` [PULL 15/22] parallels: accept multiple clusters in mark_used()
` [PULL 16/22] parallels: update used bitmap in allocate_cluster
` [PULL 17/22] parallels: naive implementation of allocate_clusters with used bitmap
` [PULL 18/22] parallels: improve readability of allocate_clusters
` [PULL 19/22] parallels: naive implementation of parallels_co_pdiscard
` [PULL 20/22] tests: extend test 131 to cover availability of the discard operation
` [PULL 21/22] parallels: naive implementation of parallels_co_pwrite_zeroes
` [PULL 22/22] tests: extend test 131 to cover availability of the write-zeroes

stable-8.1.1: which bug do we keep?
 2023-09-20  9:17 UTC  (2+ messages)

[PATCH 1/2] migration: Fix rdma migration failed
 2023-09-20  9:04 UTC  (2+ messages)
` [PATCH 2/2] migration/rdma: zore out head.repeat to make the error more clear

[PATCH] ramfb: implement migration support
 2023-09-20  8:26 UTC 

[PATCH] ramfb: avoid potential leak
 2023-09-20  8:26 UTC 

[VIRTIO PCI PATCH v5 0/1] Add freeze_mode to virtio_pci_common_cfg
 2023-09-20  8:18 UTC  (28+ messages)
` [VIRTIO PCI PATCH v5 1/1] transport-pci: "
    ` [virtio-dev] "
    ` [virtio-comment] "
      ` [virtio-dev] "
                        ` [virtio-comment] "
          ` [virtio-comment] "

[PATCH v5 0/5] Support message-based DMA in vfio-user server
 2023-09-20  8:06 UTC  (6+ messages)
` [PATCH v5 1/5] softmmu: Per-AddressSpace bounce buffering
` [PATCH v5 2/5] softmmu: Support concurrent bounce buffers
` [PATCH v5 3/5] Update subprojects/libvfio-user
` [PATCH v5 4/5] vfio-user: Message-based DMA support
` [PATCH v5 5/5] vfio-user: Fix config space access byte order

Concerns regarding e17bebd049 ("dump: Set correct vaddr for ELF dump")
 2023-09-20  7:49 UTC  (2+ messages)

[PATCH v2 00/12] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-09-20  7:40 UTC  (16+ messages)
` [PATCH v2 02/12] memory: Introduce memory_region_iommu_set_iova_ranges
` [PATCH v2 03/12] vfio: Collect container iova range info
` [PATCH v2 06/12] range: Introduce range_inverse_array()
` [PATCH v2 12/12] vfio: Remove 64-bit IOVA address space assumption

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-20  7:30 UTC  (5+ messages)
` [RFC PATCH v2 03/21] HostMem: Add private property and associate it with RAM_KVM_GMEM

[PULL 00/57] loongarch-to-apply queue
 2023-09-20  6:51 UTC  (58+ messages)
` [PULL 01/57] target/loongarch: Renamed lsx*.c to vec* .c
` [PULL 02/57] target/loongarch: Implement gvec_*_vl functions
` [PULL 03/57] target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions
` [PULL 04/57] target/loongarch: Use gen_helper_gvec_4 for 4OP "
` [PULL 05/57] target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env "
` [PULL 06/57] target/loongarch: Use gen_helper_gvec_3 for 3OP "
` [PULL 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env "
` [PULL 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP "
` [PULL 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm "
` [PULL 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)
` [PULL 11/57] target/loongarch: Add LASX data support
` [PULL 12/57] target/loongarch: check_vec support check LASX instructions
` [PULL 13/57] target/loongarch: Add avail_LASX to "
` [PULL 14/57] target/loongarch: Implement xvadd/xvsub
` [PULL 15/57] target/loongarch: Implement xvreplgr2vr
` [PULL 16/57] target/loongarch: Implement xvaddi/xvsubi
` [PULL 17/57] target/loongarch: Implement xvneg
` [PULL 18/57] target/loongarch: Implement xvsadd/xvssub
` [PULL 19/57] target/loongarch: Implement xvhaddw/xvhsubw
` [PULL 20/57] target/loongarch: Implement xvaddw/xvsubw
` [PULL 21/57] target/loongarch: Implement xavg/xvagr
` [PULL 22/57] target/loongarch: Implement xvabsd
` [PULL 23/57] target/loongarch: Implement xvadda
` [PULL 24/57] target/loongarch: Implement xvmax/xvmin
` [PULL 25/57] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PULL 26/57] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PULL 27/57] target/loongarch; Implement xvdiv/xvmod
` [PULL 28/57] target/loongarch: Implement xvsat
` [PULL 29/57] target/loongarch: Implement xvexth
` [PULL 30/57] target/loongarch: Implement vext2xv
` [PULL 31/57] target/loongarch: Implement xvsigncov
` [PULL 32/57] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PULL 33/57] target/loongarch: Implement xvldi
` [PULL 34/57] target/loongarch: Implement LASX logic instructions
` [PULL 35/57] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PULL 36/57] target/loongarch: Implement xvsllwil xvextl
` [PULL 37/57] target/loongarch: Implement xvsrlr xvsrar
` [PULL 38/57] target/loongarch: Implement xvsrln xvsran
` [PULL 39/57] target/loongarch: Implement xvsrlrn xvsrarn
` [PULL 40/57] target/loongarch: Implement xvssrln xvssran
` [PULL 41/57] target/loongarch: Implement xvssrlrn xvssrarn
` [PULL 42/57] target/loongarch: Implement xvclo xvclz
` [PULL 43/57] target/loongarch: Implement xvpcnt
` [PULL 44/57] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PULL 45/57] target/loongarch: Implement xvfrstp
` [PULL 46/57] target/loongarch: Implement LASX fpu arith instructions
` [PULL 47/57] target/loongarch: Implement LASX fpu fcvt instructions
` [PULL 48/57] target/loongarch: Implement xvseq xvsle xvslt
` [PULL 49/57] target/loongarch: Implement xvfcmp
` [PULL 50/57] target/loongarch: Implement xvbitsel xvset
` [PULL 51/57] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PULL 52/57] target/loongarch: Implement xvreplve xvinsve0 xvpickve
` [PULL 53/57] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PULL 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i
` [PULL 55/57] target/loongarch: Implement xvld xvst
` [PULL 56/57] target/loongarch: Move simply DO_XX marcos togther
` [PULL 57/57] target/loongarch: CPUCFG support LASX

[PATCH v3 0/4] hw/cxl: Line length reduction and related
 2023-09-20  5:08 UTC  (3+ messages)
` [PATCH v3 2/4] hw/cxl: Use switch statements for read and write of cachemem registers

[PATCH v2 0/3] hw/cxl: Misc small fixes
 2023-09-20  5:00 UTC  (2+ messages)

[PATCH v2 0/8] ACPI: X86 AML generation and GPE tracing cleanup
 2023-09-20  2:42 UTC  (3+ messages)

[PATCH] cpu-throttle: Fix vcpu missed throttle work
 2023-09-20  1:14 UTC  (2+ messages)
` ping: "

[PATCH v2 0/4] Add BHRB Facility Support
 2023-09-19 22:30 UTC  (5+ messages)
` [PATCH v2 1/4] target/ppc: Add new hflags to support BHRB
` [PATCH v2 2/4] target/ppc: Add recording of taken branches to BHRB
` [PATCH v2 3/4] target/ppc: Add clrbhrb and mfbhrbe instructions
` [PATCH v2 4/4] target/ppc: Add migration support for BHRB

[PATCH 0/4] Add BHRB Facility Support
 2023-09-19 22:01 UTC  (13+ messages)
` [PATCH 1/4] target/ppc: Add new hflags to support BHRB
` [PATCH 2/4] target/ppc: Add recording of taken branches to BHRB
` [PATCH 3/4] target/ppc: Add clrbhrb and mfbhrbe instructions
` [PATCH 4/4] target/ppc: Add migration support for BHRB

[PATCH v11 0/9] rutabaga_gfx + gfxstream
 2023-09-19 22:07 UTC  (8+ messages)
` [PATCH v11 6/9] gfxstream + rutabaga: add initial support for gfxstream

qemu-riscv32 usermode still broken?
 2023-09-19 20:39 UTC  (4+ messages)

[PATCH v3 00/32] Unified CPU type check
 2023-09-19 20:24 UTC  (3+ messages)
` [PATCH v3 13/32] target/riscv: Use generic helper to show CPU model names

[PATCH v3 00/10] Validate and test qapi examples
 2023-09-19 20:18 UTC  (11+ messages)
` [PATCH v3 01/10] qapi: fix example of get-win32-socket command
` [PATCH v3 02/10] qapi: fix example of dumpdtb command
` [PATCH v3 03/10] qapi: fix example of cancel-vcpu-dirty-limit command
` [PATCH v3 04/10] qapi: fix example of set-vcpu-dirty-limit command
` [PATCH v3 05/10] qapi: fix example of calc-dirty-rate command
` [PATCH v3 06/10] qapi: fix example of NETDEV_STREAM_CONNECTED event
` [PATCH v3 07/10] qapi: fix example of query-blockstats command
` [PATCH v3 08/10] qapi: fix example of query-rocker-of-dpa-flows command
` [PATCH v3 09/10] qapi: fix example of query-spice command
` [PATCH v3 10/10] qapi: scripts: add a generator for qapi's examples

[PULL 00/28] Block layer patches
 2023-09-19 20:08 UTC  (6+ messages)

[PATCH 00/14] Implementation of NPI Mailbox and GMAC Networking Module
 2023-09-19 17:57 UTC  (15+ messages)
` [PATCH 01/14] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH 02/14] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH 03/14] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH 04/14] hw/net: Add NPCM8XX PCS Module
` [PATCH 05/14] hw/net: Add NPCMXXX GMAC device
` [PATCH 06/14] hw/arm: Add GMAC devices to NPCM8XX SoC
` [PATCH 07/14] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH 08/14] \tests/qtest: Creating qtest for GMAC Module
` [PATCH 09/14] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH 10/14] hw/net: General GMAC Implementation
` [PATCH 11/14] hw/net: GMAC Rx Implementation
` [PATCH 12/14] hw/net: GMAC Tx Implementation
` [PATCH 13/14] hw/arm: Connect to chardev backend for NPCM8XX
` [PATCH 14/14] tests/qtest: Adding PCS Module test to GMAC Qtest

[PATCH v3 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-09-19 20:02 UTC  (7+ messages)
` [PATCH v3 2/6] hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()

[PULL 0/8] Hppa btlb patches
 2023-09-19 19:19 UTC  (3+ messages)

[PULL v2 0/8] Hppa btlb patches
 2023-09-19 19:17 UTC  (8+ messages)
` [PULL v2 1/8] target/hppa: Update to SeaBIOS-hppa version 9
` [PULL v2 2/8] target/hppa: Allow up to 16 BTLB entries
` [PULL v2 4/8] target/hppa: Add BTLB support to hppa TLB functions
` [PULL v2 5/8] target/hppa: Extract diagnose immediate value
` [PULL v2 6/8] target/hppa: Wire up diag instruction to support BTLB
` [PULL v2 7/8] linux-user/hppa: clear the PSW 'N' bit when delivering signals
` [PULL v2 8/8] linux-user/hppa: lock both words of function descriptor


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