messages from 2022-05-19 09:53:50 to 2022-05-20 08:03:03 UTC [more...]
[PATCH v3] block/gluster: correctly set max_pdiscard
2022-05-20 7:59 UTC
[QEMU PATCH] x86: Set maximum APIC ID to KVM prior to vCPU creation
2022-05-20 7:56 UTC (2+ messages)
[PATCH] hw/net: Add LiteEth model
2022-05-20 7:13 UTC (2+ messages)
[PATCH 0/3] recover hardware corrupted page by virtio balloon
2022-05-20 7:06 UTC (4+ messages)
` [PATCH 1/3] memory-failure: Introduce memory failure notifier
` [PATCH 2/3] mm/memory-failure.c: support reset PTE during unpoison
` [PATCH 3/3] virtio_balloon: Introduce memory recover
[PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...)
2022-05-20 6:22 UTC (7+ messages)
[RFC] KVM / QEMU: Introduce Interface for Querying APICv Info
2022-05-20 5:51 UTC (3+ messages)
[PATCH] hw/pci/pcie.c: Fix invalid PCI_EXP_LNKCAP setting
2022-05-20 5:26 UTC (3+ messages)
` [External] "
[PATCH v5] qga: add guest-get-diskstats command for Linux guests
2022-05-20 2:19 UTC
[PATCH] util: optimise flush_idcache_range when the ppc host has coherent icache
2022-05-20 0:04 UTC (3+ messages)
[PATCH 0/5] machine.py fix for ppc64 tests + avocado changes
2022-05-19 23:18 UTC (3+ messages)
` [PATCH 2/5] machine.py: add default pseries params in machine.py
The fate of iotest 297
2022-05-19 22:15 UTC (6+ messages)
[PATCH v4] fcntl: Add 32bit filesystem mode
2022-05-19 21:01 UTC (3+ messages)
[PATCH] hw/riscv: virt: Avoid double FDT platform node
2022-05-19 20:45 UTC (3+ messages)
[PULL 00/22] target-arm queue
2022-05-19 20:29 UTC (24+ messages)
` [PULL 01/22] target/arm: Postpone interpretation of stage 2 descriptor attribute bits
` [PULL 02/22] target/arm: Factor out FWB=0 specific part of combine_cacheattrs()
` [PULL 03/22] target/arm: Implement FEAT_S2FWB
` [PULL 04/22] target/arm: Enable FEAT_S2FWB for -cpu max
` [PULL 05/22] target/arm: Implement FEAT_IDST
` [PULL 06/22] target/arm: Drop unsupported_encoding() macro
` [PULL 07/22] hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv3 parameters
` [PULL 08/22] hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1
` [PULL 09/22] hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant
` [PULL 10/22] hw/intc/arm_gicv3: Support configurable number of physical priority bits
` [PULL 11/22] hw/intc/arm_gicv3: Use correct number of priority bits for the CPU
` [PULL 12/22] hw/intc/arm_gicv3: Provide ich_num_aprs()
` [PULL 13/22] Fix aarch64 debug register names
` [PULL 14/22] hw/adc/zynq-xadc: Use qemu_irq typedef
` [PULL 15/22] target/arm/helper.c: Delete stray obsolete comment
` [PULL 16/22] target/arm: Make number of counters in PMCR follow the CPU
` [PULL 17/22] hw/arm/virt: Fix incorrect non-secure flash dtb node name
` [PULL 18/22] hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb node
` [PULL 19/22] ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY
` [PULL 20/22] target/arm: Fix PAuth keys access checks for disabled SEL2
` [PULL 21/22] target/arm: Enable FEAT_HCX for -cpu max
` [PULL 22/22] target/arm: Use FIELD definitions for CPACR, CPTR_ELx
[PATCH v2 00/12] Change helper declarations to use call flags
2022-05-19 20:18 UTC (13+ messages)
` [PATCH v2 01/12] target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWG_SE
` [PATCH v2 02/12] target/ppc: use TCG_CALL_NO_RWG in vector helpers without env
` [PATCH v2 03/12] target/ppc: use TCG_CALL_NO_RWG in BCD helpers
` [PATCH v2 04/12] target/ppc: use TCG_CALL_NO_RWG in VSX helpers without env
` [PATCH v2 05/12] target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper
` [PATCH v2 06/12] target/ppc: implement xscvspdpn with helper_todouble
` [PATCH v2 07/12] target/ppc: declare xvxsigsp helper with call flags
` [PATCH v2 08/12] target/ppc: declare xxextractuw and xxinsertw helpers "
` [PATCH v2 09/12] target/ppc: introduce do_va_helper
` [PATCH v2 10/12] target/ppc: declare vmsum[um]bm helpers with call flags
` [PATCH v2 11/12] target/ppc: declare vmsumuh[ms] helper "
` [PATCH v2 12/12] target/ppc: declare vmsumsh[ms] "
[RFC PATCH v8 00/21] Net Control VQ support with asid in vDPA SVQ
2022-05-19 19:13 UTC (22+ messages)
` [RFC PATCH v8 01/21] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v8 02/21] vhost: Add custom used buffer callback
` [RFC PATCH v8 03/21] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v8 04/21] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v8 05/21] vhost: Add vhost_iova_tree_find
` [RFC PATCH v8 06/21] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v8 07/21] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v8 08/21] vhost: Add SVQElement
` [RFC PATCH v8 09/21] vhost: Add svq copy desc mode
` [RFC PATCH v8 10/21] vhost: Add vhost_svq_inject
` [RFC PATCH v8 11/21] vhost: Update kernel headers
` [RFC PATCH v8 12/21] vdpa: delay set_vring_ready after DRIVER_OK
` [RFC PATCH v8 13/21] vhost: Add ShadowVirtQueueStart operation
` [RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group
` [RFC PATCH v8 15/21] vhost: add vhost_svq_poll
` [RFC PATCH v8 16/21] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v8 17/21] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v8 18/21] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v8 19/21] vhost: Add reference counting to vhost_iova_tree
` [RFC PATCH v8 20/21] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v8 21/21] vdpa: Add x-cvq-svq
Accelerating non-standard disk types
2022-05-19 18:39 UTC (5+ messages)
[RFC 0/3] Introduce a new Qemu machine for RISC-V
2022-05-19 18:16 UTC (13+ messages)
[PATCH 00/35] pc/q35: refactor ISA and SMBUS AML generation
2022-05-19 17:56 UTC (13+ messages)
` [PATCH 01/35] acpi: add interface to build device specific AML
` [PATCH 28/35] acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH 31/35] acpi: pc/q35: tpm-tis: fix TPM device scope
[PATCH] contrib/elf2dmp: add ELF dump header checking
2022-05-19 17:31 UTC (2+ messages)
[PATCH v3 00/15] Misc cleanups
2022-05-19 17:05 UTC (2+ messages)
[PATCH v2 0/7] target/arm: SME prep patches
2022-05-19 16:33 UTC (13+ messages)
` [PATCH v2 3/7] target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset
` [PATCH v2 5/7] target/arm: Use uint32_t instead of bitmap for sve vq's
` [PATCH v2 6/7] target/arm: Remove fp checks from sve_exception_el
` [PATCH v2 7/7] target/arm: Add el_is_in_host
[PATCH v3 0/3] ui: Remove deprecated sdl parameters and switch to QAPI parser
2022-05-19 15:56 UTC (4+ messages)
` [PATCH v3 1/3] ui: Remove deprecated parameters of the "-display sdl" option
` [PATCH v3 2/3] ui: Switch "-display sdl" to use the QAPI parser
` [PATCH v3 3/3] ui: Remove deprecated options "-sdl" and "-curses"
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-05-19 15:37 UTC (9+ messages)
` [PATCH v6 1/8] mm: Introduce memfile_notifier
` [PATCH v6 2/8] mm/shmem: Support memfile_notifier
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v6 5/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v6 6/8] KVM: Handle page fault for private memory
` [PATCH v6 7/8] KVM: Enable and expose KVM_MEM_PRIVATE
` [PATCH v6 8/8] memfd_create.2: Describe MFD_INACCESSIBLE flag
[PATCH v2 0/4] xlnx-zcu102: fix the display port
2022-05-19 15:38 UTC (5+ messages)
` [PATCH v2 1/4] xlnx_dp: fix the wrong register size
` [PATCH v2 2/4] xlnx_dp: Introduce a vblank signal
` [PATCH v2 3/4] xlnx_dp: Fix the interrupt disable logic
` [PATCH v2 4/4] xlnx-zynqmp: fix the irq mapping for the display port and its dma
[PATCH v5 0/6] QAPI support for device cold-plug
2022-05-19 15:34 UTC (7+ messages)
` [PATCH v5 1/6] machine: add phase_get() and document phase_check()/advance()
` [PATCH v5 2/6] machine&vl: introduce phase_until() to handle phase transitions
` [PATCH v5 3/6] vl: support machine-initialized target in phase_until()
` [PATCH v5 4/6] qapi/device_add: compute is_hotplug flag
` [PATCH v5 5/6] RFC qapi/device_add: handle the rom_order_override when cold-plugging
` [PATCH v5 6/6] qapi/device_add: Allow execution in machine initialized phase
[PATCH 0/4] ppc: improve some memory ordering issues
2022-05-19 15:34 UTC (8+ messages)
` [PATCH 1/4] target/ppc: Fix eieio memory ordering semantics
` [PATCH 2/4] tcg/ppc: ST_ST memory ordering is not provided with eieio
` [PATCH 3/4] tcg/ppc: Optimize memory ordering generation with lwsync
` [PATCH 4/4] target/ppc: Implement lwsync with weaker memory ordering
[PATCH v4 00/43] Add LoongArch softmmu support
2022-05-19 15:24 UTC (5+ messages)
` [PATCH v4 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
[PATCH] block: get rid of blk->guest_block_size
2022-05-19 15:20 UTC (3+ messages)
[PATCH v7 00/13] s390x: CPU Topology
2022-05-19 15:22 UTC (4+ messages)
` [PATCH v7 03/13] s390x: topology: CPU topology objects and structures
[PATCH v2 0/8] QEMU RISC-V nested virtualization fixes
2022-05-19 15:07 UTC (4+ messages)
` [PATCH v2 7/8] target/riscv: Force disable extensions if priv spec version does not match
[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
2022-05-19 14:48 UTC (11+ messages)
` [PATCH v3 01/10] block: Add a 'flags' param to bdrv_{pread, pwrite, pwrite_sync}()
` [PATCH v3 02/10] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH v3 03/10] block: Make bdrv_{pread, pwrite}() return 0 on success
` [PATCH v3 04/10] crypto: Make block callbacks "
` [PATCH v3 05/10] block: Make bdrv_co_pwrite() take a const buffer
` [PATCH v3 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper
` [PATCH v3 08/10] block: Add bdrv_co_pwrite_sync()
` [PATCH v3 09/10] block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn
` [PATCH v3 10/10] block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()
[PATCH v2 0/3] PIIX3-IDE XEN cleanup
2022-05-19 14:37 UTC (7+ messages)
` [PATCH v2 1/3] hw/ide/piix: Remove redundant "piix3-ide-xen" device class
` [PATCH v2 2/3] hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug()
` [PATCH v2 3/3] include/hw/ide: Unexport pci_piix3_xen_ide_unplug()
[PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event
2022-05-19 14:19 UTC (4+ messages)
` [PATCH 2/4] virtio: forward errors into qdev_report_runtime_error()
` [PATCH 3/4] vhost: add method vhost_set_vring_err
` [PATCH 4/4] vhost: forward vring errors into virtio device
[PATCH v4] qga: add guest-get-diskstats command for Linux guests
2022-05-19 13:57 UTC (3+ messages)
[PATCH 0/2] s390x: kvm: Honor storage keys during emulation
2022-05-19 13:53 UTC (4+ messages)
` [PATCH 2/2] target/s390x: "
[PATCH] hostmem: default the amount of prealloc-threads to smp-cpus
2022-05-19 13:50 UTC (7+ messages)
[PATCH] target/riscv: add zicsr/zifencei to isa_string
2022-05-19 13:46 UTC (2+ messages)
[PATCH] pc: q35: Bump max_cpus to 512
2022-05-19 13:43 UTC (6+ messages)
g_assert(cpu->halted) in mttcg_cpu_thread_fn()
2022-05-19 13:27 UTC
[PATCH 00/18] Make block-backend-io.h API more consistent
2022-05-19 13:25 UTC (5+ messages)
` [PATCH 06/18] block: Implement blk_{pread, pwrite}() using generated_co_wrapper
[PATCH] acpi/erst: fix fallthrough code upon validation failure
2022-05-19 13:05 UTC (3+ messages)
[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
2022-05-19 12:52 UTC (8+ messages)
[PATCH v5 0/6] Introduce CanoKey QEMU
2022-05-19 12:40 UTC (7+ messages)
` [PATCH v5 1/6] hw/usb: Add CanoKey Implementation
` [PATCH v5 2/6] hw/usb/canokey: Add trace events
` [PATCH v5 3/6] meson: Add CanoKey
` [PATCH v5 4/6] docs: Add CanoKey documentation
` [PATCH v5 5/6] docs/system/devices/usb: Add CanoKey to USB devices examples
` [PATCH v5 6/6] MAINTAINERS: add myself as CanoKey maintainer
[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
2022-05-19 12:35 UTC (11+ messages)
` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device
[PATCH v8 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
2022-05-19 12:14 UTC (4+ messages)
[PATCH] hw/nvme: clean up CC register write logic
2022-05-19 12:11 UTC (2+ messages)
[RFC PATCH 0/3] Allow Capstone 3.0.5 again and remove the submodule
2022-05-19 11:41 UTC (3+ messages)
` [PATCH 3/3] capstone: Remove the capstone submodule
[PATCH 0/2] linux-user/s390x: Fix unwinding from signal handlers
2022-05-19 11:34 UTC (3+ messages)
` [PATCH 2/2] tests/tcg/s390x: Test "
` PING: "
[PATCH v5 0/8] Support exporting BDSs via VDUSE
2022-05-19 11:28 UTC (7+ messages)
` [PATCH v5 8/8] libvduse: Add support for reconnecting
[PATCH v2 0/3] ui: Remove deprecated sdl parameters and switch to QAPI parser
2022-05-19 11:19 UTC (9+ messages)
` [PATCH v2 2/3] ui: Switch "-display sdl" to use the "
bios bits for QEMU acpi tests
2022-05-19 10:36 UTC
[PATCH] target/arm: Fix PAuth keys access checks for disabled SEL2
2022-05-19 10:23 UTC (2+ messages)
[PATCH v6 00/13] migration: Postcopy Preemption
2022-05-19 10:11 UTC (4+ messages)
` [PATCH v6 11/13] tests: Add postcopy tls migration test
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).