messages from 2023-09-19 20:21:03 to 2023-09-20 12:12:44 UTC [more...]
[PATCH 1/1] migration: skip poisoned memory pages on "ram saving" phase
2023-09-20 12:11 UTC (7+ 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
[PATCH v13 0/9] rutabaga_gfx + gfxstream
2023-09-20 12:04 UTC (4+ messages)
` [PATCH v13 6/9] gfxstream + rutabaga: add initial support for gfxstream
[PATCH v23 00/20] s390x: CPU Topology
2023-09-20 11:51 UTC (16+ messages)
` [PATCH v23 01/20] CPU topology: extend with s390 specifics
` [PATCH v23 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v23 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v23 09/20] machine: adding s390 topology to query-cpu-fast
` [PATCH v23 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v23 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command
[PATCH v1 00/22] vfio: Adopt iommufd
2023-09-20 11:49 UTC (19+ messages)
` [PATCH v1 02/22] Update linux-header to support iommufd cdev and hwpt alloc
` [PATCH v1 04/22] vfio/common: Introduce vfio_container_add|del_section_window()
` [PATCH v1 05/22] vfio/common: Extract out vfio_kvm_device_[add/del]_fd
` [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
[PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
2023-09-20 11:48 UTC (2+ messages)
[PATCH v3 0/4] hw/cxl: Line length reduction and related
2023-09-20 11:40 UTC (4+ messages)
` [PATCH v3 2/4] hw/cxl: Use switch statements for read and write of cachemem registers
[PATCH v3 00/19] riscv: split TCG/KVM accelerators from cpu.c
2023-09-20 11:20 UTC (20+ messages)
` [PATCH v3 01/19] target/riscv: introduce TCG AccelCPUClass
` [PATCH v3 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
` [PATCH v3 03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
` [PATCH v3 04/19] target/riscv: move riscv_tcg_ops "
` [PATCH v3 05/19] target/riscv/cpu.c: add .instance_post_init()
` [PATCH v3 06/19] target/riscv: move 'host' CPU declaration to kvm.c
` [PATCH v3 07/19] target/riscv/cpu.c: mark extensions arrays as 'const'
` [PATCH v3 08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
` [PATCH v3 09/19] target/riscv: make riscv_add_satp_mode_properties() public
` [PATCH v3 10/19] target/riscv: remove kvm-stub.c
` [PATCH v3 11/19] target/riscv: introduce KVM AccelCPUClass
` [PATCH v3 12/19] target/riscv: move KVM only files to kvm subdir
` [PATCH v3 13/19] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
` [PATCH v3 14/19] target/riscv/cpu.c: export set_misa()
` [PATCH v3 15/19] target/riscv/tcg: introduce tcg_cpu_instance_init()
` [PATCH v3 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
` [PATCH v3 17/19] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
` [PATCH v3 18/19] target/riscv/cpu.c: export isa_edata_arr[]
` [PATCH v3 19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c
[PATCH v4 0/3] Fix MCE handling on AMD hosts
2023-09-20 11:13 UTC (4+ messages)
` [PATCH v4 2/3] i386: Explicitly ignore unsupported BUS_MCEERR_AO MCE on AMD guest
[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
[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 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 (7+ messages)
` [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 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 10/10] qapi: scripts: add a generator for qapi's examples
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).