qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-30 10:34:31 to 2019-10-01 07:55:49 UTC [more...]

[Qemu-devel] [PATCH] migration: check length directly to make sure the range is aligned
 2019-10-01  7:54 UTC  (5+ messages)

[PATCH v2 00/33] spapr: IRQ subsystem cleanup
 2019-10-01  7:41 UTC  (16+ messages)
` [PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController
` [PATCH v2 29/33] spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate

[PULL 00/28] testing updates (docker,podman,tcg,alpha)
 2019-10-01  7:36 UTC  (3+ messages)
` [PULL 09/28] tests/docker: add sanitizers back to clang build

[PATCH v3 0/7] s390x/mmu: DAT translation rewrite
 2019-10-01  7:29 UTC  (4+ messages)
` [PATCH v3 6/7] s390x/mmu: DAT table definition overhaul

[PATCH v4 0/9] target/arm/kvm: enable SVE in guests
 2019-10-01  6:53 UTC  (3+ messages)
` [PATCH v4 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve

[PATCH v2 0/2] qapi: Add detection for the 'savevm' fix for blockdev
 2019-10-01  6:40 UTC  (4+ messages)
` [PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection

[PATCH v4 00/24] Audio: Mixeng-free 5.1/7.1 audio support
 2019-10-01  6:23 UTC  (7+ messages)
` [PATCH v4 15/24] audio: add mixing-engine option (documentation)

bitmap migration bug with -drive while block mirror runs
 2019-10-01  4:28 UTC  (2+ messages)

[Qemu-devel] [Bug 1618265] [NEW] Loading virtio-input-host-pci drivers before boot? To allow using passthrough devices in grub and other preboot menus?
 2019-10-01  3:47 UTC  (2+ messages)
` [Bug 1618265] "

[Qemu-devel] [Bug 1623998] [NEW] pulseaudio Invalid argument error
 2019-10-01  3:50 UTC  (2+ messages)
` [Bug 1623998] "

[Bug 1845580] [NEW] issue with QEMU on Raspberry Pi failing to access CDROM
 2019-10-01  3:43 UTC  (3+ messages)
` [Bug 1845580] "

[PATCH 00/20] spapr: IRQ subsystem cleanups
 2019-10-01  1:45 UTC  (9+ messages)
` [PATCH 06/20] xics: Create sPAPR specific ICS subtype

About the idle driver for calling MWAIT in QEMU/KVM Guest without VM exits
 2019-10-01  1:43 UTC 

[RFC] cpu_map: Remove pconfig from Icelake-Server CPU model
 2019-10-01  0:51 UTC  (5+ messages)

[PATCH] x86: Add CPUID KVM support for new instruction WBNOINVD
 2019-10-01  0:45 UTC  (3+ messages)

Qemu Dirty Bitmap backup to encrypted target
 2019-10-01  0:24 UTC  (2+ messages)

Minor regression with ramfb+gvt-g+edk2 with qemu 4.1
 2019-10-01  0:19 UTC  (2+ messages)

[PATCH 0/1] RFC: implement reopen for nbd driver
 2019-09-30 22:38 UTC  (3+ messages)
` [PATCH 1/1] nbd: add empty .bdrv_reopen_prepare

Is kexec supported in QEMU for ARM64 (qemu-system-aarch64) with arm-trusted-firmware, optee, and u-boot
 2019-09-30 22:27 UTC  (3+ messages)

[PATCH v5 00/10] Audio: Mixeng-free 5.1/7.1 audio support
 2019-09-30 21:55 UTC  (12+ messages)
` [PATCH v5 01/10] audio: add mixing-engine option (documentation)
` [PATCH v5 02/10] audio: make mixeng optional
` [PATCH v5 03/10] paaudio: get/put_buffer functions
` [PATCH v5 04/10] audio: support more than two channels in volume setting
` [PATCH v5 05/10] audio: replace shift in audio_pcm_info with bytes_per_frame
` [PATCH v5 06/10] audio: basic support for multichannel audio
` [PATCH v5 07/10] usb-audio: do not count on avail bytes actually available
` [PATCH v5 08/10] usb-audio: support more than two channels of audio
` [PATCH v5 09/10] usbaudio: change playback counters to 64 bit
` [PATCH v5 10/10] paaudio: fix channel order for usb-audio 5.1 and 7.1 streams

[PATCH v7 00/22] tcg/ppc: Add vector opcodes
 2019-09-30 21:46 UTC  (24+ messages)
` [PATCH v7 01/22] tcg/ppc: Introduce Altivec registers
` [PATCH v7 02/22] tcg/ppc: Introduce macro VX4()
` [PATCH v7 03/22] tcg/ppc: Introduce macros VRT(), VRA(), VRB(), VRC()
` [PATCH v7 04/22] tcg/ppc: Create TCGPowerISA and have_isa
` [PATCH v7 05/22] tcg/ppc: Replace HAVE_ISA_2_06
` [PATCH v7 06/22] tcg/ppc: Replace HAVE_ISEL macro with a variable
` [PATCH v7 07/22] tcg/ppc: Enable tcg backend vector compilation
` [PATCH v7 08/22] tcg/ppc: Add support for load/store/logic/comparison
` [PATCH v7 09/22] tcg/ppc: Add support for vector maximum/minimum
` [PATCH v7 10/22] tcg/ppc: Add support for vector add/subtract
` [PATCH v7 11/22] tcg/ppc: Add support for vector saturated add/subtract
` [PATCH v7 12/22] tcg/ppc: Support vector shift by immediate
` [PATCH v7 13/22] tcg/ppc: Support vector multiply
` [PATCH v7 14/22] tcg/ppc: Support vector dup2
` [PATCH v7 15/22] tcg/ppc: Enable Altivec detection
` [PATCH v7 16/22] tcg/ppc: Update vector support for VSX
` [PATCH v7 17/22] tcg/ppc: Update vector support for v2.07 Altivec
` [PATCH v7 18/22] tcg/ppc: Update vector support for v2.07 VSX
` [PATCH v7 19/22] tcg/ppc: Update vector support for v2.07 FP
` [PATCH v7 20/22] tcg/ppc: Update vector support for v3.00 Altivec
` [PATCH v7 21/22] tcg/ppc: Update vector support for v3.00 load/store
` [PATCH v7 22/22] tcg/ppc: Update vector support for v3.00 dup/dupi

Arch info lost in "info cpus"
 2019-09-30 21:05 UTC  (6+ messages)

[PATCH] user-exec: Do not filter the signal on si_code
 2019-09-30 21:01 UTC  (3+ messages)

Lockup with --accel tcg,thread=single
 2019-09-30 20:40 UTC  (6+ messages)

Thoughts on VM fence infrastructure
 2019-09-30 20:24 UTC  (11+ messages)

[Qemu-devel] [PATCH v5 0/4] colo: Add support for continuous replication
 2019-09-30 20:13 UTC  (13+ messages)
` [Qemu-devel] [PATCH v5 2/4] tests/test-replication.c: Add test for ignoring requests after failover
  `  "
` [Qemu-devel] [PATCH v5 3/4] net/filter.c: Add Options to insert filters anywhere in the filter list
  `  "
` [Qemu-devel] [PATCH v5 4/4] colo: Update Documentation for continuous replication
  `  "

[PATCH v2 0/7] RISC-V: Add more machine memory
 2019-09-30 18:04 UTC  (4+ messages)
` [PATCH v2 4/7] riscv/sifive_u: Add the start-in-flash property

[PATCH] hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c
 2019-09-30 17:19 UTC  (2+ messages)

[PATCH v3 00/18] target/s390: Use tcg unwinding for ilen
 2019-09-30 17:13 UTC  (9+ messages)
` [PATCH v3 02/18] target/s390x: Add ilen to unwind data

[Qemu-devel] [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface
 2019-09-30 17:11 UTC  (3+ messages)

[PATCH] target/sparc: Remove old TODO file
 2019-09-30 17:10 UTC 

[PATCH v3 00/25] error: auto propagated local_err
 2019-09-30 16:39 UTC  (7+ messages)
` [PATCH v3 04/25] "

gdbstub and gbd segfaults on different instructions in user space emulation
 2019-09-30 16:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 0/9] linux-user: strace improvements
 2019-09-30 15:44 UTC  (2+ messages)
`  "

[PATCH v4 00/18] target/s390: Use tcg unwinding for ilen
 2019-09-30 15:45 UTC  (7+ messages)
` [PATCH v4 01/18] target/s390x: Add ilen to unwind data
` [PATCH v4 09/18] target/s390x: Return exception from mmu_translate
` [PATCH v4 18/18] target/s390x: Remove ILEN_UNWIND

[PATCH 00/10] Further bitmaps improvements
 2019-09-30 15:15 UTC  (11+ messages)
` [PATCH 01/10] hbitmap: introduce HBITMAP_MAX_ORIG_SIZE
` [PATCH 02/10] hbitmap: move hbitmap_iter_next_word to hbitmap.c
` [PATCH 03/10] hbitmap: unpublish hbitmap_iter_skip_words
` [PATCH 04/10] hbitmap: drop meta bitmaps as they are unused
` [PATCH 05/10] block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
` [PATCH 06/10] block/dirty-bitmap: add _next_dirty API
` [PATCH 07/10] block/dirty-bitmap: improve _next_dirty_area API
` [PATCH 08/10] nbd/server: introduce NBDExtentArray
` [PATCH 09/10] nbd/server: use bdrv_dirty_bitmap_next_dirty_area
` [PATCH 10/10] block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty

[Qemu-devel] [PATCH v3 00/22] Add virtual device fuzzing support
 2019-09-30 15:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 17/22] fuzz: add support for fork-based fuzzing
  `  "

[PATCH 00/18] iotests: Allow ./check -o data_file
 2019-09-30 15:06 UTC  (40+ messages)
` [PATCH 01/18] iotests: Filter refcount_order in 036
` [PATCH 02/18] iotests: Replace IMGOPTS by _unsupported_imgopts
` [PATCH 07/18] iotests: Replace IMGOPTS= by -o
` [PATCH 09/18] iotests: Drop IMGOPTS use in 267
` [PATCH 13/18] iotests: Make 091 work with data_file
` [PATCH 14/18] iotests: Make 110 "
` [PATCH 15/18] iotests: Make 137 "
` [PATCH 18/18] iotests: Allow check -o data_file

[RFC 0/4] POC: Generating realistic block errors
 2019-09-30 14:54 UTC  (6+ messages)

target/ppc: bug in optimised vsl/vsr implementation?
 2019-09-30 14:53 UTC  (6+ messages)
    `  "

[PATCH 0/5] TriCore fixes and gdbstub
 2019-09-30 14:38 UTC  (7+ messages)
` [PATCH 1/5] target/tricore: Don't save pc in generate_qemu_excp
` [PATCH 2/5] target/tricore: Move translate feature check to ctx
` [PATCH 3/5] target/tricore: Raise EXCP_DEBUG in gen_goto_tb() for singlestep
` [PATCH 4/5] target/tricore: Implement tricore_cpu_get_phys_page_debug
` [PATCH 5/5] target/tricore: Implement gdbstub

[Qemu-devel] [PATCH 0/2] q35: mch: allow to lock down 128K RAM at default SMBASE address
 2019-09-30 14:22 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM "
    ` [edk2-devel] "

[PATCH v2] Disallow colons in the parameter of "-accel"
 2019-09-30 13:36 UTC  (2+ messages)

[PULL 00/12] s390x qemu updates 20190930
 2019-09-30 13:19 UTC  (13+ messages)
` [PULL 01/12] MAINTAINERS: Update S390 PCI Maintainer
` [PULL 02/12] s390: PCI: fix IOMMU region init
` [PULL 03/12] s390x: sclp: refactor invalid command check
` [PULL 04/12] s390x: sclp: boundary check
` [PULL 05/12] s390x: sclp: fix error handling for oversize control blocks
` [PULL 06/12] s390x: sclp: Report insufficient SCCB length
` [PULL 07/12] configure: Remove s390 (31-bit mode) from the list of supported CPUs
` [PULL 08/12] kvm: extract kvm_log_clear_one_slot
` [PULL 09/12] kvm: clear dirty bitmaps from all overlapping memslots
` [PULL 10/12] kvm: split too big memory section on several memslots
` [PULL 11/12] s390: do not call memory_region_allocate_system_memory() multiple times
` [PULL 12/12] s390/kvm: split kvm mem slots at 4TB

[RFC PATCH 00/12] Add SDEI support for arm64
 2019-09-30 13:19 UTC  (4+ messages)
` [RFC PATCH 07/12] arm/sdei: override qemu_irq handler when binding interrupt

Lockup with --accel tcg,thread=single
 2019-09-30 13:12 UTC 

[Qemu-devel] more automated/public CI for QEMU pullreqs
 2019-09-30 12:53 UTC  (3+ messages)
  `  "

[RFC PATCH] configure: deprecate 32 bit build hosts
 2019-09-30 11:41 UTC  (6+ messages)

[PATCH v12 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-09-30 11:25 UTC  (3+ messages)
` [PATCH v12 05/11] numa: Extend CLI to provide initiator information for numa nodes

[Qemu-devel] [Bug 1633508] [NEW] libvirt cannot hot insert interfaces to qemu
 2019-09-30 10:58 UTC  (2+ messages)
` [Bug 1633508] "

[PATCH v4 0/3] Add virtio-fs
 2019-09-30 11:06 UTC  (5+ messages)
` [PATCH v4 1/3] virtio: Add virtio_fs linux headers
` [PATCH v4 2/3] virtio: add vhost-user-fs base device
` [PATCH v4 3/3] virtio: add vhost-user-fs-pci device

[PATCH v7 0/4] s390: stop abusing memory_region_allocate_system_memory()
 2019-09-30 11:00 UTC  (12+ messages)
` [PATCH v7 4/4] s390: do not call memory_region_allocate_system_memory() multiple times

[PULL 00/27] QAPI patches for 2019-09-28
 2019-09-30 10:48 UTC  (2+ messages)

[PULL 0/9] target-arm queue
 2019-09-30 10:45 UTC  (2+ messages)

[PATCH v5 0/9] qcow2-bitmaps: rewrite reopening logic
 2019-09-30 10:32 UTC  (3+ messages)


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