messages from 2022-02-16 12:24:40 to 2022-02-17 06:10:07 UTC [more...]
[PATCH v2 0/8] AMX support in Qemu
2022-02-17 6:04 UTC (6+ messages)
` [PATCH v2 1/8] x86: Fix the 64-byte boundary enumeration for extended state
` [PATCH v2 2/8] x86: Add AMX XTILECFG and XTILEDATA components
` [PATCH v2 3/8] x86: Grant AMX permission for guest
` [PATCH v2 4/8] x86: Add XFD faulting bit for state components
` [PATCH v2 5/8] x86: Add AMX CPUIDs enumeration
[PATCH 00/31] vDPA shadow virtqueue
2022-02-17 6:02 UTC (7+ messages)
` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
[PATCH v4 0/2] riscv: Add support for Zicbo[m,z,p] instructions
2022-02-17 3:59 UTC (5+ messages)
` [PATCH v4 1/2] accel/tcg: Add probe_access_range_flags interface
` [PATCH v4 2/2] target/riscv: Enable Zicbo[m,z,p] instructions
[PATCH] tcg: Remove dh_alias indirection for dh_typecode
2022-02-17 3:47 UTC
[PATCH v16 0/7] support dirty restraint on vCPU
2022-02-17 3:17 UTC (8+ messages)
` [PATCH v16 1/7] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PATCH v16 2/7] cpus: Introduce cpu_list_generation_id
` [PATCH v16 3/7] migration/dirtyrate: Refactor dirty page rate calculation
` [PATCH v16 4/7] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PATCH v16 5/7] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PATCH v16 6/7] softmmu/dirtylimit: Implement virtual CPU throttle
` [PATCH v16 7/7] softmmu/dirtylimit: Implement dirty page rate limit
[PATCH v3 0/7] malta: Fix PCI IRQ levels to be preserved during migration, cleanup
2022-02-17 2:22 UTC (13+ messages)
` [PATCH v3 1/7] hw/mips/gt64xxx_pci: Fix PCI IRQ levels to be preserved during migration
` [PATCH v3 2/7] malta: Move PCI interrupt handling from gt64xxx_pci to piix4
` [PATCH v3 3/7] hw/isa/piix4: Resolve redundant i8259[] attribute
` [PATCH v3 4/7] hw/isa/piix4: Pass PIIX4State as opaque parameter for piix4_set_irq()
` [PATCH v3 5/7] hw/isa/piix4: Resolve global instance variable
` [PATCH v3 6/7] hw/isa/piix4: Replace some magic IRQ constants
` [PATCH v3 7/7] hw/mips/gt64xxx_pci: Resolve gt64120_register()
[PATCH] hw/arm/virt: Fix CPU's default NUMA node ID
2022-02-17 2:14 UTC (3+ messages)
[PATCH v2 1/3] target/ppc: Fix POWER9 DD2.0 PVR, add DD2.1
2022-02-17 0:19 UTC (5+ messages)
` [PATCH v2 2/3] spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall
` [PATCH v2 3/3] target/ppc/kvm: Use KVM_CAP_PPC_AIL_MODE_3 to determine cap-ail-mode-3 support
[PATCH 00/27] target/ppc: SPR registration cleanups
2022-02-16 23:41 UTC (9+ messages)
` [PATCH 22/27] target/ppc: cpu_init: Rename register_ne_601_sprs
` [PATCH 26/27] target/ppc: cpu_init: Move check_pow and QOM macros to a header
[PATCH v2 00/27] target/ppc: SPR registration cleanups
2022-02-16 23:35 UTC (30+ messages)
` [PATCH v2 01/27] target/ppc: cpu_init: Remove not implemented comments
` [PATCH v2 02/27] target/ppc: cpu_init: Remove G2LE init code
` [PATCH v2 03/27] target/ppc: cpu_init: Group registration of generic SPRs
` [PATCH v2 04/27] target/ppc: cpu_init: Move Timebase registration into the common function
` [PATCH v2 05/27] target/ppc: cpu_init: Avoid nested SPR register functions
` [PATCH v2 06/27] target/ppc: cpu_init: Move 405 SPRs into register_405_sprs
` [PATCH v2 07/27] target/ppc: cpu_init: Move G2 SPRs into register_G2_sprs
` [PATCH v2 08/27] target/ppc: cpu_init: Decouple G2 SPR registration from 755
` [PATCH v2 09/27] target/ppc: cpu_init: Decouple 74xx SPR registration from 7xx
` [PATCH v2 10/27] target/ppc: cpu_init: Deduplicate 440 SPR registration
` [PATCH v2 11/27] target/ppc: cpu_init: Deduplicate 603 "
` [PATCH v2 12/27] target/ppc: cpu_init: Deduplicate 604 "
` [PATCH v2 13/27] target/ppc: cpu_init: Deduplicate 745/755 "
` [PATCH v2 14/27] target/ppc: cpu_init: Deduplicate 7xx "
` [PATCH v2 15/27] target/ppc: cpu_init: Move 755 L2 cache SPRs into a function
` [PATCH v2 16/27] target/ppc: cpu_init: Move e300 SPR registration "
` [PATCH v2 17/27] target/ppc: cpu_init: Move 604e "
` [PATCH v2 18/27] target/ppc: cpu_init: Reuse init_proc_603 for the e300
` [PATCH v2 19/27] target/ppc: cpu_init: Reuse init_proc_604 for the 604e
` [PATCH v2 20/27] target/ppc: cpu_init: Reuse init_proc_745 for the 755
` [PATCH v2 21/27] target/ppc: cpu_init: Rename register_ne_601_sprs
` [PATCH v2 22/27] target/ppc: cpu_init: Remove register_usprg3_sprs
` [PATCH v2 23/27] target/ppc: Rename spr_tcg.h to spr_common.h
` [PATCH v2 24/27] target/ppc: cpu_init: Expose some SPR registration helpers
` [PATCH v2 25/27] target/ppc: cpu_init: Move SPR registration macros to a header
` [PATCH v2 26/27] target/ppc: cpu_init: Move check_pow and QOM "
` [PATCH v2 27/27] target/ppc: Move common SPR functions out of cpu_init
qemu crash 100% CPU with Ubuntu10.04 guest (solved)
2022-02-17 1:07 UTC
Adding a handshake to qemu-guest-agent
2022-02-16 20:51 UTC (5+ messages)
[PATCH v3] Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
2022-02-16 22:52 UTC (2+ messages)
Portable inline asm to get address of TLS variable
2022-02-16 22:28 UTC (7+ messages)
[PATCH] ppc/spapr: Advertise StoreEOI for POWER10 compat guests
2022-02-16 22:17 UTC (2+ messages)
[PULL v2 00/35] riscv-to-apply queue
2022-02-16 22:14 UTC (5+ messages)
` [PULL v2 07/35] target/riscv: access cfg structure through DisasContext
[PATCH] tcg: Add 'signed' bit to typecodes
2022-02-16 21:48 UTC (3+ messages)
[PATCH] tests/tcg/s390x: Build tests with debian11
2022-02-16 21:46 UTC (3+ messages)
[PATCH 0/6] hw/nvme: enhanced protection information (64-bit guard)
2022-02-16 21:26 UTC (4+ messages)
` [PATCH 6/6] hw/nvme: 64-bit pi support
[PATCH v2] tests/qemu-iotests: Rework the checks and spots using GNU sed
2022-02-16 21:13 UTC (3+ messages)
[PULL 00/30] Misc mostly build system patches for 2022-02-15
2022-02-16 21:06 UTC (5+ messages)
[PULL 00/12] virtiofs queue
2022-02-16 21:05 UTC (15+ messages)
` [PULL 01/12] virtiofsd: Do not support blocking flock
` [PULL 02/12] virtiofsd: Fix breakage due to fuse_init_in size change
` [PULL 03/12] linux-headers: Update headers to v5.17-rc1
` [PULL 04/12] virtiofsd: Parse extended "struct fuse_init_in"
` [PULL 05/12] virtiofsd: Extend size of fuse_conn_info->capable and ->want fields
` [PULL 06/12] virtiofsd, fuse_lowlevel.c: Add capability to parse security context
` [PULL 07/12] virtiofsd: Move core file creation code in separate function
` [PULL 08/12] virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreate
` [PULL 09/12] virtiofsd: Create new file with security context
` [PULL 10/12] virtiofsd: Create new file using O_TMPFILE and set "
` [PULL 11/12] virtiofsd: Add an option to enable/disable security label
` [PULL 12/12] virtiofsd: Add basic support for FUSE_SYNCFS request
` [Virtio-fs] [PULL 00/12] virtiofs queue
[PATCH v5 0/3] s390x: Add partial z15 support and tests
2022-02-16 20:34 UTC (4+ messages)
` [PATCH v5 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
` [PATCH v5 2/3] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
` [PATCH v5 3/3] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
[PATCH v4 0/3] s390x: Add partial z15 support and tests
2022-02-16 20:20 UTC (9+ messages)
` [PATCH v4 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
` [PATCH v4 2/3] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
` [PATCH v4 3/3] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
[PATCH v4 00/18] Make image fleecing more usable
2022-02-16 19:46 UTC (19+ messages)
` [PATCH v4 01/18] block/block-copy: move copy_bitmap initialization to block_copy_state_new()
` [PATCH v4 02/18] block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return value
` [PATCH v4 03/18] block/block-copy: block_copy_state_new(): add bitmap parameter
` [PATCH v4 04/18] block/copy-before-write: add bitmap open parameter
` [PATCH v4 05/18] block/block-copy: add block_copy_reset()
` [PATCH v4 06/18] block: intoduce reqlist
` [PATCH v4 07/18] block/reqlist: reqlist_find_conflict(): use ranges_overlap()
` [PATCH v4 08/18] block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()
` [PATCH v4 09/18] block/reqlist: add reqlist_wait_all()
` [PATCH v4 10/18] block/io: introduce block driver snapshot-access API
` [PATCH v4 11/18] block: introduce snapshot-access filter
` [PATCH v4 12/18] block: copy-before-write: realize snapshot-access API
` [PATCH v4 13/18] iotests/image-fleecing: add test-case for fleecing format node
` [PATCH v4 14/18] iotests.py: add qemu_io_pipe_and_status()
` [PATCH v4 15/18] iotests/image-fleecing: add test case with bitmap
` [PATCH v4 16/18] block: blk_root(): return non-const pointer
` [PATCH v4 17/18] qapi: backup: add immutable-source parameter
` [PATCH v4 18/18] iotests/image-fleecing: test push backup with fleecing
QEMU's Haiku CI image
2022-02-16 19:21 UTC (6+ messages)
[PATCH v2] docs: Add measurement calculation details to amd-memory-encryption.txt
2022-02-16 19:01 UTC (4+ messages)
[PATCH 00/20] migration: Postcopy Preemption
2022-02-16 19:00 UTC (7+ messages)
` [PATCH 01/20] migration: Dump sub-cmd name in loadvm_process_command tp
` [PATCH 02/20] migration: Finer grained tracepoints for POSTCOPY_LISTEN
` [PATCH 03/20] migration: Tracepoint change in postcopy-run bottom half
[PATCH 0/6] aspeed extensions
2022-02-16 18:27 UTC (8+ messages)
` [PATCH 1/6] arm: Remove swift-bmc machine
` [PATCH 2/6] ast2600: Add Secure Boot Controller model
` [PATCH 3/6] aspeed: rainier: Add i2c LED devices
[PATCH v5] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
2022-02-16 18:18 UTC
[PATCH v2 00/15] target/arm: Implement LVA, LPA, LPA2 features
2022-02-16 17:51 UTC (4+ messages)
` [PATCH v2 15/15] target/arm: Implement FEAT_LPA2
[PATCH] tests/vm: Update haiku test vm to R1/Beta3
2022-02-16 18:12 UTC (3+ messages)
[PATCH 0/3] x86: Switch over to q35 as the default machine type
2022-02-16 17:57 UTC (9+ messages)
` [PATCH 3/3] x86: Switch "
[qemu-web PATCH] Announce Outreachy 2022 May-August
2022-02-16 17:38 UTC (2+ messages)
[PATCH v3 1/2] hvf: arm: Use macros for sysreg shift/masking
2022-02-16 17:35 UTC (4+ messages)
` [PATCH v3 2/2] hvf: arm: Handle unknown ID registers as RES0
[PATCH v3] tests/qtest: add qtests for npcm7xx sdhci
2022-02-16 17:30 UTC (2+ messages)
[PATCH v2] nbd/server: Allow MULTI_CONN for shared writable exports
2022-02-16 17:36 UTC (9+ messages)
[PATCH v2 0/8] buildsys: More fixes to use GCC on macOS
2022-02-16 17:19 UTC (7+ messages)
` [PATCH v2 4/8] configure: Disable out-of-line atomic operations on Aarch64
[PATCH] MAINTAINERS: Adding myself as a reviewer of some components
2022-02-16 17:22 UTC (2+ messages)
[PATCH 0/6] ui/dbus: Share one listener for a console
2022-02-16 17:05 UTC (7+ messages)
[PATCH 0/4] iotests: add detailed tracebacks to qemu_img() failures
2022-02-16 16:54 UTC (7+ messages)
` [PATCH 1/4] python/utils: add enboxify() text decoration utility
[PATCH 1/1] numa: check mem or memdev in numa configuration
2022-02-16 16:36 UTC
[PULL 0/5] 9p queue 2022-02-10
2022-02-16 16:20 UTC (8+ messages)
[PATCH] tests/qemu-iotests: Rework the checks and spots using GNU sed
2022-02-16 15:19 UTC (4+ messages)
Fwd: Undelivered Mail Returned to Sender
2022-02-16 15:17 UTC (2+ messages)
` "
[PATCH v4 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
2022-02-16 15:11 UTC (3+ messages)
[PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
2022-02-16 14:27 UTC (4+ messages)
[PATCH v3] Check and report for incomplete 'global' option format
2022-02-16 13:55 UTC (2+ messages)
[PATCH v3] target/riscv: Enable Zicbo[m,z,p] instructions
2022-02-16 13:51 UTC (3+ messages)
[PATCH v15 0/7] support dirty restraint on vCPU
2022-02-16 13:49 UTC (3+ messages)
` [PATCH v15 7/7] softmmu/dirtylimit: Implement dirty page rate limit
[PATCH RFCv2 0/4] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-02-16 12:32 UTC (10+ messages)
` [PATCH RFCv2 2/4] i386/pc: relocate 4g start to 1T where applicable
[PATCH v2 0/9] ppc: nested KVM HV for spapr virtual hypervisor
2022-02-16 12:30 UTC (5+ messages)
` [PATCH v2 9/9] spapr: implement nested-hv capability for the "
[PATCH v2 0/5] Misc OHCI clean ups
2022-02-16 12:27 UTC (3+ messages)
[RFC 0/8] ioregionfd introduction
2022-02-16 12:19 UTC (3+ messages)
` [RFC 1/8] ioregionfd: introduce a syscall and memory API
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).