messages from 2020-12-02 13:17:00 to 2020-12-03 10:36:10 UTC [more...]
[PATCH v4 0/2] hw/virtio-pci: AER capability
2020-12-03 11:07 UTC
[PATCH v1 1/1] hvf: arm: Properly sync guest time on migration
2020-12-03 10:29 UTC (10+ messages)
[PATCH] docs: set CONFDIR when running sphinx
2020-12-03 10:28 UTC (4+ messages)
[PATCH v2 0/4] vhost-user: avoid g_return_val_if() in get/set_config()
2020-12-03 10:26 UTC (15+ messages)
` [PATCH v2 1/4] contrib/vhost-user-blk: avoid g_return_val_if() input validation
` [PATCH v2 2/4] contrib/vhost-user-gpu: "
` [PATCH v2 3/4] contrib/vhost-user-input: "
` [PATCH v2 4/4] block/export: "
qemu:handle_cpu_signal received signal outside vCPU context
2020-12-03 10:25 UTC
[PULL 0/6] pc,vhost: fixes
2020-12-03 10:20 UTC (2+ messages)
[PATCH] arm/hvf: Optimize and simplify WFI handling
2020-12-03 10:12 UTC (4+ messages)
[PATCH-for-5.2? 0/1] Acceptance tests: bump Fedora to 32
2020-12-03 10:09 UTC (4+ messages)
` [PATCH-for-5.2? 1/1] "
[PATCH v1 0/9] virtio-mem: vfio support
2020-12-03 10:07 UTC (7+ messages)
` [PATCH v1 1/9] memory: Introduce RamDiscardMgr for RAM memory regions
` [PATCH v1 4/9] vfio: Support for RamDiscardMgr in the !vIOMMU case
[PATCH-for 5.2?] hw/core/ressetable: fix reset count decrement
2020-12-03 9:56 UTC (4+ messages)
[PATCH] scsi: allow user to set werror as report
2020-12-03 9:53 UTC (5+ messages)
[PATCH v12 00/19] Initial support for multi-process Qemu
2020-12-03 9:14 UTC (2+ messages)
[PATCH for-6.0 v2 0/3] spapr: Address the confusion between IPI numbers and vCPU ids
2020-12-03 9:51 UTC (7+ messages)
` [PATCH for-6.0 v2 1/3] spapr: Improve naming of some vCPU id related items
` [PATCH for-6.0 v2 2/3] spapr/xive: Fix size of END table and number of claimed IPIs
[PATCH] ide:atapi: check io_buffer_index in ide_atapi_cmd_reply_end
2020-12-03 9:48 UTC (10+ messages)
[PATCH] fuzz: Add more i386 configurations for fuzzing
2020-12-03 9:45 UTC (3+ messages)
[PATCH v1 0/1] security-process: update with mailing list details
2020-12-03 9:43 UTC (10+ messages)
` [PATCH v1 1/1] security-process: update process information
[PATCH 2/8] hvf: Move common code out
2020-12-03 9:41 UTC (11+ messages)
[PATCH] block: Don't inactivate bs if it is aleady inactive
2020-12-03 9:22 UTC (3+ messages)
[PATCH] hw/block: m25p80: Fix fast read for SST flashes
2020-12-03 8:38 UTC (5+ messages)
[DISCUSSION] How to set properties of non-pluggable devices?
2020-12-03 8:37 UTC (3+ messages)
[PATCH RFC] vfio: Move the saving of the config space to the right place in VFIO migration
2020-12-03 8:34 UTC (13+ messages)
[PATCH v2 0/4] Use lock guard macros in block
2020-12-03 7:50 UTC (5+ messages)
` [PATCH v2 1/4] block/accounting: Use lock guard macros
` [PATCH v2 2/4] block/curl: "
` [PATCH v2 3/4] block/throttle-groups: "
` [PATCH v2 4/4] block/iscsi: "
[Bug 1906608] [NEW] [Feature request]For some ehci controller, qemu should implement using portsc[26-27] to detect the speed of device
2020-12-03 7:08 UTC
[PATCH 0/4] Use lock guard macros in block
2020-12-03 7:04 UTC (4+ messages)
` [PATCH 4/4] block/iscsi.c: Use lock guard macros
[PATCH v2 00/12] Categorize some uncategorized devices
2020-12-03 6:53 UTC (4+ messages)
` [PATCH v2 01/12] pc-dimm: put it into the 'storage' category
[PATCH 00/18] qapi/qom: QAPIfy object-add
2020-12-03 6:46 UTC (18+ messages)
[PATCH] tests/acceptance: fix timeout for vm.wait
2020-12-03 6:29 UTC (6+ messages)
[PATCH v3 00/10] hvf: Implement Apple Silicon Support
2020-12-03 5:25 UTC (19+ messages)
` [PATCH v3 01/10] hvf: Add hypervisor entitlement to output binaries
` [PATCH v3 02/10] hvf: Move common code out
` [PATCH v3 03/10] hvf: Introduce hvf vcpu struct
` [PATCH v3 04/10] arm: Set PSCI to 0.2 for HVF
` [PATCH v3 05/10] hvf: arm: Mark CPU as dirty on reset
` [PATCH v3 06/10] hvf: Add Apple Silicon support
` [PATCH v3 07/10] arm: Add Hypervisor.framework build target
` [PATCH v3 08/10] arm/hvf: Add a WFI handler
` [PATCH v3 09/10] hvf: arm: Add support for GICv3
` [PATCH v3 10/10] hvf: arm: Implement -cpu host
[Bug 1906516] [NEW] [RISCV] sfence.vma need to end the translation block
2020-12-03 5:06 UTC (2+ messages)
` [Bug 1906516] "
[PATCH 0/9] target/mips: Simplify MSA TCG logic
2020-12-03 3:38 UTC (12+ messages)
` [PATCH 1/9] target/mips: Introduce ase_msa_available() helper
` [PATCH 2/9] target/mips: Simplify msa_reset()
` [PATCH 3/9] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PATCH 4/9] target/mips: Simplify MSA TCG logic
` [PATCH 5/9] target/mips: Remove now unused ASE_MSA definition
` [PATCH 6/9] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH 7/9] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PATCH 8/9] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PATCH 9/9] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
[PATCH v2] gitlab-ci.yml: Add openSUSE Leap 15.2 for gitlab CI/CD
2020-12-03 3:38 UTC (3+ messages)
[PATCH v3 0/6] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3E
2020-12-03 3:13 UTC (5+ messages)
` [PATCH v3 6/6] linux-user: Add support for "
[Call for Presentations] FOSDEM 2021: Virt & IaaS Devroom
2020-12-03 11:00 UTC (2+ messages)
[Bug 1906156] [NEW] Host OS Reboot Required, for Guest kext to Load (Fully)
2020-12-03 2:43 UTC (2+ messages)
` [Bug 1906156] "
[PATCH v10 0/9] pci_expander_brdige:acpi: Support pxb-pcie for ARM
2020-12-03 2:49 UTC (3+ messages)
[PATCH for-6.0] hw/ppc: Do not re-read the clock on pre_save if doing savevm
2020-12-03 2:31 UTC (2+ messages)
[PATCH] xive: Add more trace events
2020-12-03 2:40 UTC (2+ messages)
[PATCH v3 1/3] Revert "hvf: Actually set SIG_IPI mask"
2020-12-02 20:02 UTC (4+ messages)
` [PATCH v3 3/3] arm/hvf: Add a WFI handler
[PATCH v2 1/1] Fix to show vfio migration stat in migration status
2020-12-02 19:24 UTC (2+ messages)
[RFC PATCH] configure: add --without-default-features
2020-12-02 19:09 UTC (2+ messages)
[PATCH v13 00/10] Apply COR-filter to the block-stream permanently
2020-12-02 18:31 UTC (11+ messages)
` [PATCH v13 01/10] copy-on-read: support preadv/pwritev_part functions
` [PATCH v13 02/10] block: add API function to insert a node
` [PATCH v13 03/10] copy-on-read: add filter drop function
` [PATCH v13 04/10] qapi: add filter-node-name to block-stream
` [PATCH v13 05/10] qapi: create BlockdevOptionsCor structure for COR driver
` [PATCH v13 06/10] iotests: add #310 to test bottom node in "
` [PATCH v13 07/10] block: include supported_read_flags into BDS structure
` [PATCH v13 08/10] copy-on-read: skip non-guest reads if no copy needed
` [PATCH v13 09/10] stream: skip filters when writing backing file name to QCOW2 header
` [PATCH v13 10/10] block: apply COR-filter to block-stream jobs
[PATCH v12 00/14] Apply COR-filter to the block-stream permanently
2020-12-02 18:18 UTC (7+ messages)
` [PATCH v12 14/14] block: apply COR-filter to block-stream jobs
[Bug 1906463] [NEW] "-device help" does not report all devices
2020-12-02 17:55 UTC (5+ messages)
Plans to bring QMP 'x-blockdev-reopen' out of experimental?
2020-12-02 17:51 UTC (7+ messages)
[Bug 1906536] [NEW] Unable to set SVE VL to 1024 bits or above since 7b6a2198
2020-12-02 17:36 UTC (5+ messages)
` [Bug 1906536] "
[PATCH] linux-user/elfload: Fix handling of pure BSS segments
2020-12-02 17:44 UTC (7+ messages)
` "
[PATCH 1/6] migration: Add multi-thread compress method
2020-12-02 17:37 UTC (6+ messages)
[RFC] dbus-vmstate: Connect to the dbus only during the migration phase
2020-12-02 17:23 UTC (6+ messages)
[Bug 1888601] [NEW] QEMU v5.1.0-rc0/rc1 hang with nested virtualization
2020-12-02 16:50 UTC (3+ messages)
` [Bug 1888601] "
[PATCH] fuzz: avoid double-fetches by default
2020-12-02 16:42 UTC
[Bug 1906180] [NEW] Keyboard keys get stuck
2020-12-02 16:31 UTC (2+ messages)
` [Bug 1906180] "
[PATCH 00/10] vhost/qemu: thread per IO SCSI vq
2020-12-02 16:05 UTC (4+ messages)
` [PATCH 1/1] qemu vhost scsi: add VHOST_SET_VRING_ENABLE support
[raw] Guest stuck during live live-migration
2020-12-02 15:33 UTC (5+ messages)
[PATCH 0/4] vhost-user: avoid g_return_val_if() in get/set_config()
2020-12-02 15:09 UTC (3+ messages)
[RFC PATCH v2 00/37] cleanup qemu_init and make sense of command line processing
2020-12-02 15:08 UTC (9+ messages)
` [PATCH 24/29] migration, vl: start migration via qmp_migrate_incoming
[PATCH] hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definition
2020-12-02 15:05 UTC (2+ messages)
[PATCH v2 0/8] libvhost-user: make it a subproject (was: "lower dependency on QEMU headers")
2020-12-02 14:49 UTC (18+ messages)
` [PATCH v2 1/8] libvhost-user: replace qemu/bswap.h with glibc endian.h
` [PATCH v2 2/8] libvhost-user: replace qemu/memfd.h usage
` [PATCH v2 3/8] libvhost-user: remove qemu/compiler.h usage
` [PATCH v2 4/8] libvhost-user: drop qemu/osdep.h dependency
` [PATCH v2 5/8] libvhost-user: make it a meson subproject
` [PATCH v2 6/8] libvhost-user: check memfd API
` [PATCH v2 7/8] libvhost-user: add a simple link test without glib
` [PATCH v2 8/8] .gitlab-ci: add build-libvhost-user
[PATCH v2 1/2] hw/ssi: imx_spi: Use a macro for number of chip selects supported
2020-12-02 14:45 UTC (2+ messages)
` [PATCH v2 2/2] hw/ssi: imx_spi: Disable chip selects in imx_spi_reset()
[PATCH] hw/block: m25p80: Implement AAI-WP command support for SST flashes
2020-12-02 14:30 UTC
[PATCH] i386/cpu: Fix Icelake Server model number
2020-12-02 12:14 UTC
[RFC PATCH v2 0/5] eBPF RSS support for virtio-net
2020-12-02 14:18 UTC (3+ messages)
[PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option
2020-12-02 14:31 UTC (5+ messages)
check-tcg errors (build-user, build-user-plugins) again
2020-12-02 14:25 UTC (6+ messages)
virtiofsd-rs: A rust virtiofs daemon
2020-12-02 13:59 UTC (2+ 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).