messages from 2023-09-14 02:32:18 to 2023-09-14 11:35:23 UTC [more...]
[sdl-qemu] [PATCH 0/1] There are no checks, virDomainChrSourceDefNew can return 0
2023-09-14 10:17 UTC (2+ messages)
[sdl-qemu] [PATCH 1/1] No checks, dereferencing possible
2023-09-14 10:22 UTC (2+ messages)
[risu PATCH v3 0/7] Add support for s390x to RISU
2023-09-14 11:33 UTC (8+ messages)
` [risu PATCH v3 1/7] Pass siginfo_t->si_addr to the reginfo_init() function
` [risu PATCH v3 2/7] s390x: Add basic s390x support to the C code
` [risu PATCH v3 3/7] s390x: Add simple s390x.risu file
` [risu PATCH v3 4/7] s390x: Add basic risugen perl module for s390x
` [risu PATCH v3 5/7] s390x: Update the configure script for s390x support
` [risu PATCH v3 6/7] build-all-archs: Add s390x to the script that builds all architectures
` [risu RFC PATCH v3 7/7] Add a travis.yml file for testing RISU in the Travis-CI
[PATCH] mem/x86: add processor address space check for VM memory
2023-09-14 11:21 UTC (11+ messages)
[PATCH 0/2] block: do not try to list nearly-dropped filters
2023-09-14 11:09 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests: add new test case for image streaming
[PATCH v3 0/3] linux-user/syscall.c: do_ppoll: eliminate large alloca
2023-09-14 11:07 UTC (8+ messages)
` [PATCH v3 1/3] linux-user/syscall.c: do_ppoll: simplify time64 host<=>target conversion expressions
` [PATCH v3 2/3] linux-user/syscall.c: do_ppoll: consolidate and fix the forgotten unlock_user
` [PATCH v3 3/3] linux-user/syscall.c: do_ppoll: eliminate large alloca
[PATCH] vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
2023-09-14 11:03 UTC (3+ messages)
[PATCH v2 00/24] Reduce usage of CPUArchState in cputlb.c
2023-09-14 10:47 UTC (44+ messages)
` [PATCH v2 01/24] target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
` [PATCH v2 02/24] accel/tcg: Move CPUTLB definitions from cpu-defs.h
` [PATCH v2 03/24] qom: Propagate alignment through type system
` [PATCH v2 04/24] target/*: Use __alignof not __alignof__
` [PATCH v2 05/24] target/arm: Remove size and alignment for cpu subclasses
` [PATCH v2 06/24] target/*: Add instance_align to all cpu base classes
` [PATCH v2 07/24] accel/tcg: Validate placement of CPUNegativeOffsetState
` [PATCH v2 08/24] accel/tcg: Move CPUNegativeOffsetState into CPUState
` [PATCH v2 09/24] accel/tcg: Remove CPUState.icount_decr_ptr
` [PATCH v2 10/24] accel/tcg: Move can_do_io to CPUNegativeOffsetState
` [PATCH v2 11/24] accel/tcg: Remove cpu_neg()
` [PATCH v2 12/24] tcg: Rename cpu_env to tcg_env
` [PATCH v2 13/24] accel/tcg: Replace CPUState.env_ptr with cpu_env()
` [PATCH v2 14/24] accel/tcg: Remove cpu_set_cpustate_pointers
` [PATCH v2 15/24] accel/tcg: Remove env_neg()
` [PATCH v2 16/24] tcg: Remove TCGContext.tlb_fast_offset
` [PATCH v2 17/24] accel/tcg: Modify tlb_*() to use CPUState
` [PATCH v2 18/24] accel/tcg: Modify probe_access_internal() "
` [PATCH v2 19/24] accel/tcg: Modifies memory access functions "
` [PATCH v2 20/24] accel/tcg: Modify atomic_mmu_lookup() "
` [PATCH v2 21/24] accel/tcg: Use CPUState in atomicity helpers
` [PATCH v2 22/24] accel/tcg: Remove env_tlb()
` [PATCH v2 23/24] accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
` [PATCH v2 24/24] accel/tcg: move ld/st helpers to ldst_common.c.inc
[PATCH 00/11] qdev: Make array properties user accessible again
2023-09-14 10:24 UTC (3+ messages)
` [PATCH 11/11] qdev: Rework array properties based on list visitor
[PATCH v9 00/12] Add VIRTIO sound card
2023-09-14 10:24 UTC (4+ messages)
[PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
2023-09-14 9:53 UTC (4+ messages)
` [PATCH v6 1/3] hw/i2c: add smbus pec utility function
` [PATCH v6 2/3] hw/i2c: add mctp core
` [PATCH v6 3/3] hw/nvme: add nvme management interface model
[PATCH v1 00/22] vfio: Adopt iommufd
2023-09-14 9:27 UTC (3+ messages)
[PATCH] hw/qxl: move check of slot_id before accessing guest_slots
2023-09-14 9:27 UTC
[PATCH] target/mips: Fix TX79 LQ/SQ opcodes
2023-09-14 9:04 UTC
[PATCH] target/mips: Fix MSA BZ/BNZ opcodes displacement
2023-09-14 8:58 UTC
[PATCH v3] hw/loongarch: Add virtio-mmio bus support
2023-09-14 8:49 UTC (3+ messages)
[QEMU PATCH v4 00/13] Support blob memory and venus on qemu
2023-09-14 8:29 UTC (14+ messages)
` [QEMU PATCH v4 10/13] virtio-gpu: Resource UUID
[PATCH v6 00/57] Add LoongArch LASX instructions
2023-09-14 8:25 UTC (38+ messages)
` [PATCH v6 01/57] target/loongarch: Renamed lsx*.c to vec* .c
` [PATCH v6 06/57] target/loongarch: Use gen_helper_gvec_3 for 3OP vector instructions
` [PATCH v6 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env "
` [PATCH v6 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP "
` [PATCH v6 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm "
` [PATCH v6 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)
` [PATCH v6 11/57] target/loongarch: Add LASX data support
` [PATCH v6 12/57] target/loongarch: check_vec support check LASX instructions
` [PATCH v6 13/57] target/loongarch: Add avail_LASX to "
` [PATCH v6 14/57] target/loongarch: Implement xvadd/xvsub
` [PATCH v6 15/57] target/loongarch: Implement xvreplgr2vr
` [PATCH v6 17/57] target/loongarch: Implement xvneg
` [PATCH v6 20/57] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v6 21/57] target/loongarch: Implement xavg/xvagr
` [PATCH v6 24/57] target/loongarch: Implement xvmax/xvmin
` [PATCH v6 25/57] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH v6 29/57] target/loongarch: Implement xvexth
` [PATCH v6 34/57] target/loongarch: Implement LASX logic instructions
` [PATCH v6 38/57] target/loongarch: Implement xvsrln xvsran
` [PATCH v6 39/57] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v6 43/57] target/loongarch: Implement xvpcnt
` [PATCH v6 44/57] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v6 46/57] target/loongarch: Implement LASX fpu arith instructions
` [PATCH v6 48/57] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH v6 49/57] target/loongarch: Implement xvfcmp
` [PATCH v6 50/57] target/loongarch: Implement xvbitsel xvset
` [PATCH v6 51/57] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH v6 52/57] target/loongarch: Implement xvreplve xvinsve0 xvpickve
` [PATCH v6 53/57] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v6 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i
` [PATCH v6 55/57] target/loongarch: Implement xvld xvst
` [PATCH v6 57/57] target/loongarch: CPUCFG support LASX
[PULL 00/17] Net patches
2023-09-14 8:13 UTC (10+ messages)
[PATCH v4 0/2] net: add initial support for AF_XDP network backend
2023-09-14 8:10 UTC (5+ messages)
` [PATCH v4 1/2] tests: bump libvirt-ci for libasan and libxdp
` [PATCH v4 2/2] net: add initial support for AF_XDP network backend
[RFC PATCH v2 0/2] hw/riscv: hart: allow other cpu instance
2023-09-14 8:07 UTC (3+ messages)
` [RFC PATCH v2 1/2] hw/riscv: hart: replace array access with qemu_get_cpu()
` [RFC PATCH v2 2/2] hw/riscv: hart: allow other cpu instance
[PATCH v2 00/20] q800: add support for booting MacOS Classic - part 2
2023-09-14 7:56 UTC (5+ messages)
` [PATCH v2 07/20] audio: add Apple Sound Chip (ASC) emulation
` [PATCH v2 08/20] asc: generate silence if FIFO empty but engine still running
[PATCH 0/5] elf2dmp: improve Win2022, Win11 and large dumps
2023-09-14 7:53 UTC (7+ messages)
` [PATCH 3/5] elf2dmp: introduce merging of physical memory runs
` [PATCH 4/5] elf2dmp: use Linux mmap with MAP_NORESERVE when possible
` [PATCH 5/5] elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining
[PATCH] vhost: Add a defensive check in vhost_commit against wrong deallocation
2023-09-14 7:45 UTC (3+ messages)
[PATCH v5 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
2023-09-14 7:42 UTC (5+ messages)
` [PATCH v5 3/3] hw/nvme: add "
[PATCH v4 00/21] Support smp.clusters for x86 in QEMU
2023-09-14 7:41 UTC (26+ messages)
` [PATCH v4 01/21] i386: Fix comment style in topology.h
` [PATCH v4 02/21] tests: Rename test-x86-cpuid.c to test-x86-topo.c
` [PATCH v4 03/21] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH v4 04/21] hw/cpu: Update the comments of nr_cores and nr_dies
` [PATCH v4 05/21] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v4 06/21] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v4 07/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v4 08/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v4 09/21] i386: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v4 10/21] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v4 11/21] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v4 12/21] i386: Expose module level in CPUID[0x1F]
` [PATCH v4 13/21] i386: Support module_id in X86CPUTopoIDs
` [PATCH v4 14/21] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v4 15/21] tests: Add test case of APIC ID for module level parsing
` [PATCH v4 16/21] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH v4 17/21] i386: Add cache topology info in CPUCacheInfo
` [PATCH v4 18/21] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v4 19/21] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v4 20/21] i386: Use CPUCacheInfo.share_level to encode "
` [PATCH v4 21/21] i386: Add new property to control L2 cache topo in CPUID.04H
[PATCH] hw/cxl: Fix out of bound array access
2023-09-14 7:06 UTC (2+ messages)
` [PATCH v3] "
[PATCH v11 0/9] rutabaga_gfx + gfxstream
2023-09-14 7:23 UTC (5+ messages)
` [PATCH v11 6/9] gfxstream + rutabaga: add initial support for gfxstream
[PATCH v3 0/5] block-backend: process I/O in the current AioContext
2023-09-14 6:44 UTC (3+ messages)
` [PATCH v3 1/5] block: remove AIOCBInfo->get_aio_context()
[PATCH 0/3] esp/scsi: minor fixes
2023-09-14 6:43 UTC (3+ messages)
` [PATCH 1/3] esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
[PATCH v2] target/i386: Export GDS_NO bit to guests
2023-09-14 6:22 UTC (3+ messages)
[PATCH] ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map
2023-09-14 5:56 UTC (2+ messages)
[PATCH v2 0/2] hw/mips/jazz: Rework the NIC init code
2023-09-14 5:51 UTC (2+ messages)
[RFC 0/7] vhost-vdpa: add support for iommufd
2023-09-14 5:44 UTC (3+ messages)
[PATCH 0/4] hw/cxl: Line length reduction and related
2023-09-14 5:44 UTC (3+ messages)
` [PATCH 3/4] hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
50% of all time spent in victim_tlb_hit() !? (or case when OVPSim beats QEMU hands down)
2023-09-14 5:09 UTC
[PATCH v13 0/9] rutabaga_gfx + gfxstream
2023-09-14 4:10 UTC (7+ messages)
[RFC PATCH v2 00/21] QEMU gmem implemention
2023-09-14 3:51 UTC (22+ messages)
` [RFC PATCH v2 01/21] *** HACK *** linux-headers: Update headers to pull in gmem APIs
` [RFC PATCH v2 02/21] RAMBlock: Add support of KVM private gmem
` [RFC PATCH v2 03/21] HostMem: Add private property and associate it with RAM_KVM_GMEM
` [RFC PATCH v2 04/21] memory: Introduce memory_region_has_gmem_fd()
` [RFC PATCH v2 05/21] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [RFC PATCH v2 06/21] i386: Add support for sw-protected-vm object
` [RFC PATCH v2 07/21] i386/pc: Drop pc_machine_kvm_type()
` [RFC PATCH v2 08/21] target/i386: Implement mc->kvm_type() to get VM type
` [RFC PATCH v2 09/21] target/i386: Introduce kvm_confidential_guest_init()
` [RFC PATCH v2 10/21] i386/kvm: Implement kvm_sw_protected_vm_init() for sw-protcted-vm specific functions
` [RFC PATCH v2 11/21] kvm: Introduce support for memory_attributes
` [RFC PATCH v2 12/21] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [RFC PATCH v2 13/21] i386/kvm: Set memory to default private for KVM_X86_SW_PROTECTED_VM
` [RFC PATCH v2 14/21] physmem: replace function name with __func__ in ram_block_discard_range()
` [RFC PATCH v2 15/21] physmem: extract ram_block_discard_range_fd() from ram_block_discard_range()
` [RFC PATCH v2 16/21] physmem: Introduce ram_block_convert_range()
` [RFC PATCH v2 17/21] kvm: handle KVM_EXIT_MEMORY_FAULT
` [RFC PATCH v2 18/21] trace/kvm: Add trace for page convertion between shared and private
` [RFC PATCH v2 19/21] pci-host/q35: Move PAM initialization above SMRAM initialization
` [RFC PATCH v2 20/21] q35: Introduce smm_ranges property for q35-pci-host
` [RFC PATCH v2 21/21] i386: Disable SMM mode for X86_SW_PROTECTED_VM
[PULL v2 00/45] riscv-to-apply queue
2023-09-14 3:08 UTC (3+ messages)
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).