QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-29 15:13:28 to 2021-01-31 02:42:20 UTC [more...]

[Bug 1913919] [NEW] Heap-buffer-overflow in sdhci_write_dataport
 2021-01-31  2:33 UTC 

[Bug 1913915] [NEW] aarc64-virt: Null-ptr dereference through virtio_write_config
 2021-01-31  2:23 UTC  (2+ messages)
` [Bug 1913915] "

[Bug 1913917] [NEW] aarch64-virt: heap-use-after-free in gic_dist_writeb
 2021-01-31  2:22 UTC 

[Bug 1913916] [NEW] aarch64-virt: heap-buffer-overflow in address_space_lookup_region
 2021-01-31  2:19 UTC 

[Bug 1913914] [NEW] arm_gic: Abort in gic_clear_pending_sgi
 2021-01-31  2:14 UTC 

[Bug 1913873] Re: QEMU: net: vmxnet: integer overflow may crash guest
 2021-01-31  1:08 UTC  (2+ messages)

[Bug 1913913] [NEW] i386-linux-user returns -1 in sigcontext->trapno
 2021-01-31  0:11 UTC 

Question: Adding emulated machine support for Apple M1 mac
 2021-01-30 19:04 UTC 

[PATCH v14 00/22] i386 cleanup PART 2
 2021-01-30 19:01 UTC  (15+ messages)
` [PATCH v14 15/22] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
` [PATCH v14 18/22] accel: introduce AccelCPUClass extending CPUClass

[PATCH v5 00/11] Support disabling TCG on ARM (part 2)
 2021-01-30 18:54 UTC  (16+ messages)
` [PATCH v5 01/11] exec: Restrict TCG specific headers
` [PATCH v5 02/11] default-configs: Remove unnecessary SEMIHOSTING selection
` [PATCH v5 03/11] target/arm: Restrict ARMv4 cpus to TCG accel
` [PATCH v5 04/11] target/arm: Restrict ARMv5 "
` [PATCH v5 05/11] target/arm: Restrict ARMv6 "
` [PATCH v5 06/11] target/arm: Restrict ARMv7 R-profile "
` [PATCH v5 07/11] target/arm: Restrict ARMv7 M-profile "
` [PATCH v5 08/11] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
` [PATCH v5 09/11] target/arm: Reorder meson.build rules
` [PATCH v5 10/11] target/arm: Do not build TCG objects when TCG is off
` [PATCH v5 11/11] .travis.yml: Add a KVM-only Aarch64 job

Detecting Faulting Instructions From Plugins
 2021-01-30 18:55 UTC  (2+ messages)

[PATCH] hw/char/exynos4210_uart: Fix missing call to report ready for input
 2021-01-30 18:40 UTC 

[PATCH] chardev/char-io: Fix polling by not removing polls when buffers are full
 2021-01-30 17:55 UTC  (4+ messages)

[PATCH] MAINTAINERS: update bsd-user maintainers
 2021-01-30 16:46 UTC 

[PATCH] MAINTAINERS: add my github tree URL
 2021-01-30 14:39 UTC 

[PATCH] fdc: check drive block device before usage (CVE-2021-20196)
 2021-01-30 13:35 UTC  (2+ messages)

[PATCH] net: vmxnet3: validate configuration values during activate (CVE-2021-20203)
 2021-01-30 13:16 UTC 

[PULL 00/36] Misc patches (buildsys, i386, fuzzing) for 2021-01-29
 2021-01-30 11:14 UTC  (5+ messages)

[PATCH] hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode
 2021-01-30 10:20 UTC  (3+ messages)

[PATCH v3 00/24] tcg: backend constraints cleanup
 2021-01-30  8:55 UTC  (37+ messages)
` [PATCH v3 01/24] tcg/tci: Drop L and S constraints
` [PATCH v3 02/24] tcg/tci: Remove TCG_TARGET_HAS_* ifdefs
` [PATCH v3 03/24] tcg/i386: Move constraint type check to tcg_target_const_match
` [PATCH v3 04/24] tcg/i386: Tidy register constraint definitions
` [PATCH v3 05/24] tcg/i386: Split out target constraints to tcg-target-con-str.h
` [PATCH v3 06/24] tcg/arm: "
` [PATCH v3 07/24] tcg/aarch64: "
` [PATCH v3 08/24] tcg/ppc: "
` [PATCH v3 09/24] tcg/tci: "
` [PATCH v3 10/24] tcg/mips: "
` [PATCH v3 11/24] tcg/riscv: "
` [PATCH v3 12/24] tcg/s390: "
` [PATCH v3 13/24] tcg/sparc: "
` [PATCH v3 14/24] tcg: Remove TCG_TARGET_CON_STR_H
` [PATCH v3 15/24] tcg/i386: Split out constraint sets to tcg-target-con-set.h
` [PATCH v3 16/24] tcg/aarch64: "
` [PATCH v3 17/24] tcg/arm: "
` [PATCH v3 18/24] tcg/mips: "
` [PATCH v3 19/24] tcg/ppc: "
` [PATCH v3 20/24] tcg/riscv: "
` [PATCH v3 21/24] tcg/s390: "
` [PATCH v3 22/24] tcg/sparc: "
` [PATCH v3 23/24] tcg/tci: "
` [PATCH v3 24/24] tcg: Remove TCG_TARGET_CON_SET_H

[PATCH] vfio/migrate: Move switch of dirty tracking into vfio_memory_listener
 2021-01-30  6:30 UTC  (7+ messages)

[PATCH v3] tcg: Fix execution on Apple Silicon
 2021-01-30  5:27 UTC  (5+ messages)

[PATCH v2] hw/arm/smmuv3: Fix addr_mask for range-based invalidation
 2021-01-30  4:32 UTC 

[PATCH 0/3] hw/arm: Misc trivial fixes/cleanups
 2021-01-30  1:55 UTC  (4+ messages)
` [PATCH 1/3] hw/arm/Kconfig: Add missing dependency STM32F405 -> OR_IRQ
` [PATCH 2/3] hw/arm/Kconfig: Add missing dependency EXYNOS4210 "
` [PATCH 3/3] hw/arm: Display CPU type in machine description

[PATCH v7 00/35] Hexagon patch series
 2021-01-29 23:15 UTC  (6+ messages)
` [PATCH v7 12/35] Hexagon (target/hexagon) instruction attributes

[PULL 00/13] Misc patches
 2021-01-29 23:04 UTC  (16+ messages)
` [PULL 01/13] crypto: Fix some code style problems, add spaces around operator
` [PULL 02/13] crypto: Move USER_CREATABLE to secret_common base class
` [PULL 03/13] crypto: Forbid broken unloading of secrets
` [PULL 04/13] crypto: Fix memory leaks in set_loaded for tls-*
` [PULL 05/13] os: deprecate the -enable-fips option and QEMU's FIPS enforcement
` [PULL 06/13] Prefer 'on' | 'off' over 'yes' | 'no' for bool options
` [PULL 07/13] docs: simplify and clarify the platform support rules
` [PULL 08/13] docs: fix missing backslash in certtool shell example
` [PULL 09/13] configure: replace --enable/disable-git-update with --with-git-submodules
` [PULL 10/13] crypto: Add spaces around operator
` [PULL 11/13] ui: update keycodemapdb submodule commit
` [PULL 12/13] tests: Fix runtime error in test-authz-pam
` [PULL 13/13] tests: Replace deprecated ASN1 code

[PATCH v2 0/2] pci: add romsize property
 2021-01-29 22:18 UTC  (8+ messages)
` [PATCH v2 1/2] pci: reject too large ROMs
` [PATCH v2 2/2] pci: add romsize property

[RFC 00/10] vDPA shadow virtqueue - notifications forwarding
 2021-01-29 20:54 UTC  (11+ messages)
` [RFC 01/10] virtio: Add virtqueue_set_handler
` [RFC 02/10] virtio: Add set_vq_handler
` [RFC 03/10] virtio: Add virtio_queue_get_idx
` [RFC 04/10] virtio: Add virtio_queue_host_notifier_status
` [RFC 05/10] vhost: Add vhost_dev_from_virtio
` [RFC 06/10] vhost: Save masked_notifier state
` [RFC 07/10] vhost: Add VhostShadowVirtqueue
` [RFC 08/10] vhost: Add x-vhost-enable-shadow-vq qmp
` [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue
` [RFC 10/10] vhost: Route host->guest "

[RFC PATCH 0/4] hw/xen: Fixes to only build the XEN_PV machine
 2021-01-29 20:01 UTC  (8+ messages)
` [RFC PATCH 1/4] hw/ide/Kconfig: IDE_ISA requires ISA_BUS
` [RFC PATCH 2/4] hw/ide/Kconfig: IDE_PIIX requires IDE_ISA
` [RFC PATCH 3/4] hw/xen/Kconfig: Introduce XEN_PV config
` [RFC PATCH 4/4] hw/xen: Have the xenpv machine select 9pfs

[PULL v2 00/46] target-arm queue
 2021-01-29 19:42 UTC  (2+ messages)

[PATCH] tests/acceptance: Re-enable the microblaze test
 2021-01-29 19:19 UTC  (4+ messages)

[PATCH v4 00/12] Support disabling TCG on ARM (part 2)
 2021-01-29 18:53 UTC  (4+ messages)
` [PATCH v4 09/12] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M

[PULL 00/21] target-arm queue
 2021-01-29 18:23 UTC  (5+ messages)
` [PULL 17/21] hw/adc: Add an ADC module for NPCM7XX

[PATCH] docs/system: document an example booting the versatilepb machine
 2021-01-29 18:13 UTC 

[PATCH] iotests/testrunner: fix recognition of python tests
 2021-01-29 17:58 UTC  (2+ messages)

[PATCH] iotests/297: pylint: ignore too many statements
 2021-01-29 17:57 UTC  (4+ messages)

[PATCH v2] iotests/297: pylint: ignore too many statements
 2021-01-29 17:53 UTC  (2+ messages)

[PATCH v6 0/6] Qemu SEV-ES guest support
 2021-01-29 17:46 UTC  (13+ messages)
` [PATCH v6 1/6] sev/i386: Add initial support for SEV-ES
` [PATCH v6 2/6] sev/i386: Require in-kernel irqchip support for SEV-ES guests
` [PATCH v6 3/6] sev/i386: Allow AP booting under SEV-ES
` [PATCH v6 4/6] sev/i386: Don't allow a system reset under an SEV-ES guest
` [PATCH v6 5/6] kvm/i386: Use a per-VM check for SMM capability
` [PATCH v6 6/6] sev/i386: Enable an SEV-ES guest based on SEV policy

[PULL 0/2] block: Fix iotests to respect configured Python binary
 2021-01-29 17:22 UTC  (4+ messages)

[PATCH 0/7] qcow2: compressed write cache
 2021-01-29 17:30 UTC  (9+ messages)
` [PATCH 1/7] qemu/queue: add some useful QLIST_ and QTAILQ_ macros
` [PATCH 2/7] block/qcow2: introduce cache for compressed writes
` [PATCH 3/7] block/qcow2: use compressed write cache
` [PATCH 4/7] simplebench: bench_one(): add slow_limit argument
` [PATCH 5/7] simplebench: bench_one(): support count=1
` [PATCH 6/7] simplebench/bench-backup: add --compressed option
` [PATCH 7/7] simplebench/bench-backup: add target-cache argument

[PULL 00/46] target-arm queue
 2021-01-29 17:00 UTC  (4+ messages)
` [PULL 21/46] tests/qtest: add a test case for pvpanic-pci

[PATCH v21 00/20] Initial support for multi-process Qemu
 2021-01-29 16:46 UTC  (21+ messages)
` [PATCH v21 01/20] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v21 02/20] multi-process: add configure and usage information
` [PATCH v21 03/20] memory: alloc RAM from file at offset
` [PATCH v21 04/20] multi-process: Add config option for multi-process QEMU
` [PATCH v21 05/20] multi-process: setup PCI host bridge for remote device
` [PATCH v21 06/20] multi-process: setup a machine object for remote device process
` [PATCH v21 07/20] io: add qio_channel_writev_full_all helper
` [PATCH v21 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [PATCH v21 09/20] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v21 10/20] multi-process: Initialize message handler in remote device
` [PATCH v21 11/20] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v21 12/20] multi-process: setup memory manager for remote device
` [PATCH v21 13/20] multi-process: introduce proxy object
` [PATCH v21 14/20] multi-process: add proxy communication functions
` [PATCH v21 15/20] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v21 16/20] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v21 17/20] multi-process: Synchronize remote memory
` [PATCH v21 18/20] multi-process: create IOHUB object to handle irq
` [PATCH v21 19/20] multi-process: Retrieve PCI info from remote process
` [PATCH v21 20/20] multi-process: perform device reset in the "

[PATCH] virtiofsd: vu_dispatch locking should never fail
 2021-01-29 15:53 UTC 

[PATCH v2 0/8] testing/next (docker, binfmt, gdb version)
 2021-01-29 15:49 UTC  (6+ messages)
` [PATCH v2 5/8] tests/docker: alias docker-help target for consistency
` [PATCH v2 7/8] configure: make version_ge more tolerant of shady version input

[PATCH] tests/tcg: Replace /bin/true by true (required on macOS)
 2021-01-29 15:45 UTC  (2+ messages)

[PATCH RFC] pvrdma: wean code off pvrdma_ring.h kernel header
 2021-01-29 15:27 UTC  (2+ messages)

[PATCH v2] spice: delay starting until display are initialized
 2021-01-29 15:23 UTC 

[PATCH] accel/tcg: Add URL of clang bug to comment about our workaround
 2021-01-29 15:19 UTC  (2+ messages)

[Bug 1913505] [NEW] Windows XP slow on Apple M1
 2021-01-29 15:08 UTC  (3+ messages)
` [Bug 1913505] "

[RFC PATCH 0/6] vhost-user: Shutdown/Flush slave channel properly
 2021-01-29 15:11 UTC  (5+ messages)
` [PATCH 4/6] qemu, vhost-user: Extend protocol to start/stop/flush slave channel


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 read-only IMAP folder(s) and NNTP newsgroup(s).