messages from 2021-07-06 04:36:58 to 2021-07-06 12:12:44 UTC [more...]
[PULL 00/40] Misc patches for 2021-07-06
2021-07-06 12:10 UTC (42+ messages)
` [PULL 01/40] Makefile: Remove /usr/bin/env wrapper from the SHELL variable
` [PULL 02/40] softmmu/vl: Remove obsolete comment about the "frame" parameter
` [PULL 03/40] ui: Fix the "-display sdl,window_close=..." parameter
` [PULL 04/40] ui: Mark the '-no-quit' option as deprecated
` [PULL 05/40] qemu-options: Improve the documentation of the -display options
` [PULL 06/40] coverity-scan: Remove lm32 / unicore32 targets
` [PULL 07/40] coverity-scan: switch to vpath build
` [PULL 08/40] target/i386: Declare constants for XSAVE offsets
` [PULL 09/40] target/i386: Consolidate the X86XSaveArea offset checks
` [PULL 10/40] target/i386: Clarify the padding requirements of X86XSaveArea
` [PULL 11/40] target/i386: Pass buffer and length to XSAVE helper
` [PULL 12/40] target/i386: Make x86_ext_save_areas visible outside cpu.c
` [PULL 13/40] target/i386: Observe XSAVE state area offsets
` [PULL 14/40] target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
` [PULL 15/40] target/i386: Move X86XSaveArea into TCG
` [PULL 16/40] configure: drop vte-2.90 check
` [PULL 17/40] configure, meson: convert vte detection to meson
` [PULL 18/40] configure, meson: convert virgl "
` [PULL 19/40] configure, meson: convert libdaxctl "
` [PULL 20/40] configure, meson: convert libpmem "
` [PULL 21/40] configure, meson: convert liburing "
` [PULL 22/40] configure, meson: convert libxml2 "
` [PULL 23/40] meson: sort existing compiler tests
` [PULL 24/40] meson: store dependency('threads') in a variable
` [PULL 25/40] configure, meson: move CONFIG_IVSHMEM to meson
` [PULL 26/40] configure: convert HAVE_BROKEN_SIZE_MAX "
` [PULL 27/40] configure: convert compiler tests to meson, part 1
` [PULL 28/40] configure: convert compiler tests to meson, part 2
` [PULL 29/40] configure: convert compiler tests to meson, part 3
` [PULL 30/40] configure: convert compiler tests to meson, part 4
` [PULL 31/40] configure: convert compiler tests to meson, part 5
` [PULL 32/40] configure: convert compiler tests to meson, part 6
` [PULL 33/40] qom: export more functions for use with non-UserCreatable objects
` [PULL 34/40] keyval: introduce keyval_merge
` [PULL 35/40] keyval: introduce keyval_parse_into
` [PULL 36/40] vl: switch -M parsing to keyval
` [PULL 37/40] machine: add smp compound property
` [PULL 38/40] qemu-option: remove now-dead code
` [PULL 39/40] Set icon for QEMU binary on Mac OS
` [PULL 40/40] config-host.mak: remove unused compiler-related lines
[PATCH]: /hw/nvme/ctrl error handling if descriptors are greater than 1024
2021-07-06 11:29 UTC (2+ messages)
[PATCH v1 0/2] Enable support for H_RPT_INVALIDATE hcall
2021-07-06 11:24 UTC (3+ messages)
` [PATCH v1 1/2] linux-headers: Update
` [PATCH v1 2/2] target/ppc: Support for H_RPT_INVALIDATE hcall
[PATCH v5 0/6] Make blockdev-reopen stable
2021-07-06 11:23 UTC (7+ messages)
` [PATCH v5 1/6] qcow2: Fix dangling pointer after reopen for 'file'
` [PATCH v5 2/6] block: Add bdrv_reopen_queue_free()
` [PATCH v5 3/6] block: Acquire AioContexts during bdrv_reopen_multiple()
` [PATCH v5 4/6] block: Support multiple reopening with x-blockdev-reopen
` [PATCH v5 5/6] iotests: Test reopening multiple devices at the same time
` [PATCH v5 6/6] block: Make blockdev-reopen stable API
[PATCH v1 0/5] custom device configs (split from larger series)
2021-07-06 11:04 UTC (7+ messages)
` [PATCH v1 1/5] meson: Introduce target-specific Kconfig
` [PATCH v1 2/5] hw/arm: add dependency on OR_IRQ for XLNX_VERSAL
` [PATCH v1 3/5] hw/arm: move CONFIG_V7M out of default-devices
[PATCH 0/2] Auto exit source QEMU process after a successful migration
2021-07-06 10:27 UTC (5+ messages)
` [PATCH 1/2] qapi/run-state: Add a new shutdown cause 'migration-completed'
[PATCH] hw/riscv: sifive_u: Correct the CLINT timebase frequency
2021-07-06 10:26 UTC
[PATCH] target/xtensa/xtensa-semi: Fix compilation problem on Haiku
2021-07-06 10:16 UTC (3+ messages)
[PATCH v5 00/10] GICv3 LPI and ITS feature implementation
2021-07-06 10:07 UTC (17+ messages)
` [PATCH v5 01/10] hw/intc: GICv3 ITS initial framework
` [PATCH v5 02/10] hw/intc: GICv3 ITS register definitions added
` [PATCH v5 03/10] hw/intc: GICv3 ITS command queue framework
` [PATCH v5 04/10] hw/intc: GICv3 ITS Command processing
[PATCH] migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
2021-07-06 10:05 UTC (10+ messages)
[PATCH v2] hw/virtio: Document *_should_notify() are called within rcu_read_lock()
2021-07-06 10:04 UTC (3+ messages)
[PATCH 00/18] crypto: misc cleanup and introduce gnutls backend driver
2021-07-06 9:59 UTC (19+ messages)
` [PATCH 01/18] crypto: remove conditional around 3DES crypto test cases
` [PATCH 02/18] crypto: remove obsolete crypto test condition
` [PATCH 03/18] crypto: skip essiv ivgen tests if AES+ECB isn't available
` [PATCH 04/18] crypto: use &error_fatal in crypto tests
` [PATCH 05/18] crypto: fix gcrypt min version 1.8 regression
` [PATCH 06/18] crypto: drop gcrypt thread initialization code
` [PATCH 07/18] crypto: drop custom XTS support in gcrypt driver
` [PATCH 08/18] crypto: add crypto tests for single block DES-ECB and DES-CBC
` [PATCH 09/18] crypto: delete built-in DES implementation
` [PATCH 10/18] crypto: delete built-in XTS cipher mode support
` [PATCH 11/18] crypto: rename des-rfb cipher to just des
` [PATCH 12/18] crypto: flip priority of backends to prefer gcrypt
` [PATCH 13/18] crypto: introduce build system for gnutls crypto backend
` [PATCH 14/18] crypto: add gnutls cipher provider
` [PATCH 15/18] crypto: add gnutls hash provider
` [PATCH 16/18] crypto: add gnutls hmac provider
` [PATCH 17/18] crypto: add gnutls pbkdf provider
` [PATCH 18/18] crypto: prefer gnutls as the crypto backend if new enough
[RFC PATCH] hw/display/virtio-gpu: Fix memory leak (CID 1453811)
2021-07-06 10:01 UTC (4+ messages)
[PATCH] misc: Remove redundant new line in perror()
2021-07-06 9:55 UTC (2+ messages)
[PATCH 00/10] python/iotests: Run iotest linters during Python CI
2021-07-06 9:49 UTC (15+ messages)
` [PATCH 01/10] iotests/297: modify is_python_file to work from any CWD
` [PATCH 02/10] iotests/297: Add get_files() function
` [PATCH 03/10] iotests/297: Don't rely on distro-specific linter binaries
` [PATCH 04/10] iotests/297: Create main() function
` [PATCH 05/10] iotests/297: Separate environment setup from test execution
` [PATCH 06/10] iotests/297: Add 'directory' argument to run_linters
` [PATCH 07/10] iotests/297: return error code from run_linters()
[PATCH v4 0/4] s390x: Fix IRB sense data
2021-07-06 9:39 UTC (3+ messages)
` [PATCH v4 1/4] s390x/css: Introduce an ESW struct
[PATCH] docs/system: riscv: Update Microchip Icicle Kit for direct kernel boot
2021-07-06 9:50 UTC
[PATCH 0/4] hw/nvme: fix controller hotplugging
2021-07-06 9:33 UTC (5+ messages)
` [PATCH 1/4] hw/nvme: remove NvmeCtrl parameter from ns setup/check functions
` [PATCH 2/4] hw/nvme: mark nvme-subsys non-hotpluggable
` [PATCH 3/4] hw/nvme: unregister controller with subsystem at exit
` [PATCH 4/4] hw/nvme: fix controller hot unplugging
[PATCH v6 0/2] target/s390x: Fix SIGILL and SIGFPE psw.addr reporting
2021-07-06 9:30 UTC (3+ messages)
` [PATCH v6 1/2] "
[RFC v6 00/13] s390x cleanup
2021-07-06 9:19 UTC (8+ messages)
` [RFC v6 08/13] target/s390x: split cpu-dump from helper.c
[PATCH v5 0/2] target/s390x: Fix SIGILL/SIGFPE/SIGTRAP psw.addr reporting
2021-07-06 9:15 UTC (7+ messages)
` [PATCH v5 1/2] "
[PATCH] hw/net: Discard overly fragmented packets
2021-07-06 9:09 UTC (3+ messages)
[PATCH] hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
2021-07-06 8:37 UTC (3+ messages)
[PATCH 00/18] vhost-vDPA multiqueue
2021-07-06 8:28 UTC (10+ messages)
` [PATCH 07/18] vhost-vdpa: tweak the error label in vhost_vdpa_add()
` [PATCH 18/18] vhost-vdpa: multiqueue support
[PATCH V2 00/18] vhost-vDPA multiqueue
2021-07-06 8:27 UTC (19+ messages)
` [PATCH V2 01/18] vhost_net: remove the meaningless assignment in vhost_net_start_one()
` [PATCH V2 02/18] vhost: use unsigned int for nvqs
` [PATCH V2 03/18] vhost_net: do not assume nvqs is always 2
` [PATCH V2 04/18] vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()
` [PATCH V2 05/18] vhost-vdpa: don't cleanup twice "
` [PATCH V2 06/18] vhost-vdpa: fix leaking of vhost_net "
` [PATCH V2 07/18] vhost-vdpa: tweak the error label "
` [PATCH V2 08/18] vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()
` [PATCH V2 09/18] vhost-vdpa: remove the unncessary queue_index assignment
` [PATCH V2 10/18] vhost-vdpa: open device fd in net_init_vhost_vdpa()
` [PATCH V2 11/18] vhost-vdpa: classify one time request
` [PATCH V2 12/18] vhost-vdpa: prepare for the multiqueue support
` [PATCH V2 13/18] vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *
` [PATCH V2 14/18] net: introduce control client
` [PATCH V2 15/18] vhost-net: control virtqueue support
` [PATCH V2 16/18] virito-net: use "qps" instead of "queues" when possible
` [PATCH V2 17/18] virtio-net: vhost control virtqueue support
` [PATCH V2 18/18] vhost-vdpa: multiqueue support
[PATCH v4 00/22] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
2021-07-06 8:20 UTC (6+ messages)
` [PATCH v4 11/22] tests/docker: expand centos8 package list
[question] Shall we flush ITS tables into guest RAM when shutdown the VM?
2021-07-06 8:18 UTC (5+ messages)
[PATCH v3] Set icon for QEMU binary on Mac OS
2021-07-06 8:15 UTC
[PATCH] config-host.mak: remove unused compiler-related lines
2021-07-06 8:09 UTC (3+ messages)
[PATCH 1/2] roms/u-boot: Bump ppce500 u-boot to v2021.07 to add eTSEC support
2021-07-06 7:51 UTC (4+ messages)
` [PATCH 2/2] docs/system: ppc: Update ppce500 documentation with "
[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
2021-07-06 7:38 UTC (6+ messages)
` [PATCH v4 1/8] hw/intc: GICv3 ITS initial framework
[PATCH] configure: Remove the OBJCC variable from config-host.mak
2021-07-06 7:32 UTC (3+ messages)
[PATCH v8 0/9] vhost-vdpa: add support for configure interrupt
2021-07-06 7:20 UTC (10+ messages)
` [PATCH v8 1/9] virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
` [PATCH v8 2/9] virtio-pci:decouple virtqueue from interrupt setting process
` [PATCH v8 3/9] vhost: add new call back function for config interrupt
` [PATCH v8 4/9] vhost-vdpa: add support for config interrupt call back
` [PATCH v8 5/9] vhost-net:add support for configure interrupt
` [PATCH v8 6/9] virtio-mmio: add "
` [PATCH v8 7/9] virtio-pci: decouple notifier from interrupt process
` [PATCH v8 8/9] virtio-pci:decouple the single vector from the "
` [PATCH v8 9/9] virtio-pci: add support for configure interrupt
[PATCH v4 0/4] avocado-qemu: New SMMUv3 and intel IOMMU tests
2021-07-06 7:06 UTC (8+ messages)
[PATCH 1/2 v3] Configure script for Haiku
2021-07-06 6:35 UTC (5+ messages)
[PATCH v3] linux-user/elfload: Implement ELF_HWCAP for RISC-V
2021-07-06 5:51 UTC (3+ messages)
[PATCH] target/ppc: mtmsrd is an illegal instruction on BookE
2021-07-06 5:13 UTC
[PATCH v1 0/3] Updates to the OpenTitan machine
2021-07-06 4:49 UTC (4+ messages)
` [PATCH v1 3/3] hw/riscv: opentitan: Add the flash alias
[Bug 1863601] [NEW] unable to type "|" character in french keyboard
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1863601] "
[PATCH v2 0/6] More record/replay acceptance tests
2021-07-06 4:27 UTC (4+ messages)
` [PATCH v2 2/6] tests/acceptance: add replay kernel test for ppc64
[Bug 1865626] [NEW] qemu hang when ipl boot from a mdev dasd
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1865626] Re: s390x guest "
[Bug 1865348] [NEW] virsh domfsinfo testdom crashes the guest agent
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1865348] "
[Bug 1864536] [NEW] Support for XSAVES intel instructions in QEMU
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1864536] "
[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1867786] "
[Bug 1865350] [NEW] fstrim not working with image mounted to path?
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1865350] "
[Bug 1863710] [NEW] qemu 4.2 does not process discard(trim) commands
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1863710] "
[Bug 1868617] [NEW] multiseat: route different spice tablet events to distinct vdagents
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1868617] "
[Bug 1866792] [NEW] formating vdi-disk over nbd fails
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1866792] "
[Bug 1865099] [NEW] cannot run x64 based system on x64 host with Intel Haxm
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1865099] "
[Bug 1871267] [NEW] Multiple (Repeating) Keystrokes in macOS
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1871267] "
[Bug 1872644] [NEW] MacOS host qemu-system-x86_64 -cpu host not working
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1872644] "
[Bug 1865188] [NEW] Switching from the monitor to the emulated machine with a French keyboard (AZERTY)
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1865188] "
[Bug 1864984] [NEW] "nr_entries is too big" when using virgl
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1864984] "
[Bug 1871270] [NEW] [Feature Request] add usbredir device reset blacklist options support to allow macOS guest to iOS device usbredir
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1871270] "
[Bug 1874486] [NEW] Bug in qemu-img when converting to streamOptimized vmdk images
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1874486] "
[Bug 1870477] [NEW] qemu-arm hangs when golang running test
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1870477] "
[Bug 1866577] [NEW] powerpc-none-eabi-gdb.exe GDB 9.1 with QEMU 4.2 gdb-stub comes with Reply contains invalid hex digit 79
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1866577] "
[Bug 1874904] [NEW] qemu windows with gtk and french keypad not working as expected
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1874904] "
[Bug 1881645] [NEW] qemu-system-x86_64 --help (or --version) gives no output
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1881645] "
[Bug 1879590] [NEW] Using qemu-system-sparc64 no network interface seems to exist
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1879590] "
[Bug 1868055] [NEW] cannot run golang app with docker, version 17.09.1-ce, disabling core 0 and qemu-arm, version 2.7
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1868055] "
[Bug 1877052] [NEW] KVM Win 10 guest pauses after kernel upgrade
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1877052] "
[Bug 1881506] [NEW] TCG doesn't support a lot of features that should be supported
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1881506] "
[Bug 1880722] [NEW] Changing executable page permissions with mmap causes user-mode failures
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1880722] Re: Problems related to checking page crossing in use_goto_tb()
[Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout"
2021-07-06 4:17 UTC (2+ messages)
` [Bug 1869782] "
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).