qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-18 12:57:38 to 2022-05-19 14:55:03 UTC [more...]

[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-05-19 14:48 UTC  (5+ 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 05/10] block: Make bdrv_co_pwrite() take a const buffer
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper

[PATCH v4] fcntl: Add 32bit filesystem mode
 2022-05-19 14:23 UTC  (2+ messages)

[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] util: optimise flush_idcache_range when the ppc host has coherent icache
 2022-05-19 14:11 UTC 

[PATCH] block: get rid of blk->guest_block_size
 2022-05-19 14:10 UTC  (3+ messages)

[PATCH 0/4] ppc: improve some memory ordering issues
 2022-05-19 13:59 UTC  (5+ 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] 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  (11+ 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  (10+ messages)
` [PATCH 01/18] block: Make blk_{pread,pwrite}() return 0 on success
` [PATCH 03/18] block: Change blk_{pread,pwrite}() param order
` [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)

[PATCH v4 00/43] Add LoongArch softmmu support
 2022-05-19 13:04 UTC  (11+ messages)
` [PATCH v4 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v4 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v4 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v4 39/43] hw/loongarch: Add LoongArch load elf function

[PATCH 00/35] pc/q35: refactor ISA and SMBUS AML generation
 2022-05-19 12:55 UTC  (12+ 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

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-05-19 12:52 UTC  (10+ 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 v2 0/7] target/arm: SME prep patches
 2022-05-19 12:11 UTC  (10+ 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] hw/nvme: clean up CC register write logic
 2022-05-19 12:11 UTC  (2+ messages)

[PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...)
 2022-05-19 11:55 UTC  (6+ 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  (24+ messages)
` [PATCH v5 1/8] block: Support passing NULL ops to blk_set_dev_ops()
` [PATCH v5 2/8] block-backend: Introduce blk_get_guest_block_size()
` [PATCH v5 3/8] block/export: Abstract out the logic of virtio-blk I/O process
` [PATCH v5 4/8] linux-headers: Add vduse.h
` [PATCH v5 5/8] libvduse: Add VDUSE (vDPA Device in Userspace) library
` [PATCH v5 6/8] vduse-blk: Implement vduse-blk export
` [PATCH v5 7/8] vduse-blk: Add vduse-blk resize support
` [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  (19+ messages)
` [PATCH v2 1/3] ui: Remove deprecated parameters of the "-display sdl" option
` [PATCH v2 2/3] ui: Switch "-display sdl" to use the QAPI parser
` [PATCH v2 3/3] ui: Remove deprecated options "-sdl" and "-curses"

[PATCH v7 00/13] s390x: CPU Topology
 2022-05-19 10:45 UTC  (3+ messages)
` [PATCH v7 03/13] s390x: topology: CPU topology objects and structures

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  (15+ messages)
` [PATCH v6 07/13] migration: Add helpers to detect TLS capability
` [PATCH v6 08/13] migration: Export tls-[creds|hostname|authz] params to cmdline too
` [PATCH v6 09/13] migration: Enable TLS for preempt channel
` [PATCH v6 11/13] tests: Add postcopy tls migration test
` [PATCH v6 12/13] tests: Add postcopy tls recovery "
` [PATCH v6 13/13] tests: Add postcopy preempt tests

[RFC 0/2] Introduce virtio-vhost-user device
 2022-05-19  9:43 UTC  (3+ messages)
` [RFC 1/2] vhost-user: share the vhost-user protocol related structures
` [RFC 2/2] virtio-vhost-user: add virtio-vhost-user device

hang in migration-test (s390 host)
 2022-05-19  9:34 UTC  (5+ messages)

Attaching qcow2 images to containers
 2022-05-19  8:41 UTC  (2+ messages)

The fate of iotest 297
 2022-05-19  8:25 UTC  (5+ messages)

[PATCH 0/6] hw/acpi/viot: generate stable VIOT ACPI tables
 2022-05-19  7:50 UTC  (9+ messages)
` [PATCH 1/6] hw/acpi/viot: rename build_pci_range_node() to pci_host_bridges()
` [PATCH 4/6] tests/acpi: virt: allow VIOT acpi table changes
` [PATCH 5/6] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bus min_bus

[PATCH v14 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-05-19  6:30 UTC  (4+ messages)
` [PATCH v14 5/8] qmp: decode feature & status bits in virtio-status

[PATCH] whpx: Added support for saving/restoring VM state
 2022-05-19  4:26 UTC  (5+ messages)

[PATCH v24 0/8] support dirty restraint on vCPU
 2022-05-19  3:36 UTC  (9+ messages)
` [PATCH v24 1/8] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PATCH v24 2/8] cpus: Introduce cpu_list_generation_id
` [PATCH v24 3/8] migration/dirtyrate: Refactor dirty page rate calculation
` [PATCH v24 4/8] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PATCH v24 5/8] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PATCH v24 6/8] softmmu/dirtylimit: Implement virtual CPU throttle
` [PATCH v24 7/8] softmmu/dirtylimit: Implement dirty page rate limit
` [PATCH v24 8/8] tests: Add dirty page rate limit test

[PATCH v23 0/8] support dirty restraint on vCPU
 2022-05-19  3:28 UTC  (10+ messages)
` [PATCH v23 1/8] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PATCH v23 2/8] cpus: Introduce cpu_list_generation_id
` [PATCH v23 3/8] migration/dirtyrate: Refactor dirty page rate calculation
` [PATCH v23 4/8] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PATCH v23 5/8] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PATCH v23 6/8] softmmu/dirtylimit: Implement virtual CPU throttle
` [PATCH v23 7/8] softmmu/dirtylimit: Implement dirty page rate limit
` [PATCH v23 8/8] tests: Add dirty page rate limit test

[RFC 0/6] migration: introduce dirtylimit capability
 2022-05-19  3:05 UTC  (8+ messages)
` [RFC 1/6] qapi/migration: Introduce vcpu-dirtylimit-period parameters
` [RFC 2/6] qapi/migration: Introduce vcpu-dirtylimit parameters
` [RFC 4/6] migration: Introduce dirtylimit capability

[PATCH V2 0/4] COLO net and runstate bugfix/optimization
 2022-05-19  2:18 UTC  (8+ messages)
` [PATCH V2 1/4] softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH

[PULL 00/11] Series short description
 2022-05-19  1:31 UTC  (5+ messages)
` [PULL 07/11] sysemu: tpm: Add a stub function for TPM_IS_CRB

[PATCH] target/arm: Make number of counters in PMCR follow the CPU
 2022-05-18 23:33 UTC  (4+ messages)

[PATCH 0/2] target/m68k: Enable halt insn for 68060
 2022-05-18 21:57 UTC  (3+ messages)
` [PATCH 1/2] target/m68k: Clear mach in m68k_cpu_disas_set_info

[PULL 0/7] Artist cursor fix final patches
 2022-05-18 20:03 UTC  (9+ messages)
` [PULL 1/7] seabios-hppa: Update SeaBIOS-hppa to VERSION 5
` [PULL 2/7] artist: Introduce constant for max cursor size
` [PULL 3/7] artist: Use human-readable variable names instead of reg_xxx
` [PULL 4/7] artist: Fix vertical X11 cursor position in HP-UX
` [PULL 5/7] artist: Allow to turn cursor on or off
` [PULL 6/7] artist: Emulate screen blanking
` [PULL 7/7] artist: Fix X cursor position calculation in X11

[PATCH 0/9] vfio/migration: Implement VFIO migration protocol v2
 2022-05-18 17:01 UTC  (20+ messages)
` [PATCH 4/9] vfio/migration: Skip pre-copy if dirty page tracking is not supported
` [PATCH 5/9] migration/qemu-file: Add qemu_file_get_to_fd()

[PATCH] hw/tpm/tpm_tis_common.c: Assert that locty is in range
 2022-05-18 16:45 UTC  (3+ messages)

[PATCH 0/3] hw/acpi/aml-build: Fix {socket, cluster, core} IDs in PPTT
 2022-05-18 15:42 UTC  (2+ messages)

[PATCH v4 0/3] block/dirty-bitmaps: fix and improve bitmap merge
 2022-05-18 15:32 UTC  (4+ messages)
` [PATCH v4 2/3] block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap

[PATCH] hw/gpio/aspeed_gpio: Fix QOM pin property
 2022-05-18 15:08 UTC  (3+ messages)

[PATCH v2 00/26] block: fix coroutine_fn annotations
 2022-05-18 14:50 UTC  (5+ messages)
` [PATCH v2 09/26] iscsi: add missing "
` [PATCH v2 10/26] nbd: "

[PATCH v2 00/11] scsi: add quirks and features to support m68k Macs
 2022-05-18 14:16 UTC  (2+ messages)

[PULL 0/8] Net patches
 2022-05-18 14:10 UTC  (2+ messages)

QEMU cpu socket allocation
 2022-05-18 14:09 UTC  (4+ messages)

[RFC 00/18] vfio: Adopt iommufd
 2022-05-18 14:00 UTC  (16+ messages)

TCG performance on PPC64
 2022-05-18 13:51 UTC 

[PATCH v22 0/7] Add vmnet.framework based network backend
 2022-05-18  3:00 UTC  (3+ messages)
` [PATCH v22 3/7] net/vmnet: implement shared mode (vmnet-shared)

About restoring the state in vhost-vdpa device
 2022-05-18 12:51 UTC  (10+ messages)

[PATCH v2 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-05-18 12:48 UTC  (5+ messages)
` [PATCH v2 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t


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