qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-15 13:20:59 to 2020-05-15 22:17:29 UTC [more...]

[PATCH 00/10] target/arm: Convert 2-reg-shift and 1-reg-imm Neon insns to decodetree
 2020-05-15 22:16 UTC  (14+ messages)
` [PATCH 01/10] target/arm: Remove unused GEN_NEON_INTEGER_OP macro
` [PATCH 02/10] target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetree
` [PATCH 03/10] target/arm: Convert Neon VSHR 2-reg-shift insns "
` [PATCH 04/10] target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA "
` [PATCH 05/10] target/arm: Convert VQSHLU, VQSHL "
` [PATCH 06/10] target/arm: Convert Neon narrowing shifts with op==8 "
` [PATCH 07/10] target/arm: Convert Neon narrowing shifts with op==9 "
` [PATCH 08/10] target/arm: Convert Neon VSHLL, VMOVL "
` [PATCH 09/10] target/arm: Convert VCVT fixed-point ops "
` [PATCH 10/10] target/arm: Convert Neon one-register-and-immediate insns "

[PATCH Kernel v21 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-15 21:13 UTC  (9+ messages)
` [PATCH Kernel v21 1/8] vfio: UAPI for migration interface for device state
` [PATCH Kernel v21 2/8] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH Kernel v21 3/8] vfio iommu: Cache pgsize_bitmap in struct vfio_iommu
` [PATCH Kernel v21 4/8] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH Kernel v21 5/8] vfio iommu: Implementation of ioctl "
` [PATCH Kernel v21 6/8] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH Kernel v21 7/8] vfio iommu: Add migration capability to report supported features
` [PATCH Kernel v21 8/8] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PULL 0/4] softfloat patch queue
 2020-05-15 21:31 UTC  (6+ messages)
` [PULL 1/4] softfloat: silence sNaN for conversions to/from floatx80
` [PULL 2/4] softfloat: fix floatx80 pseudo-denormal addition / subtraction
` [PULL 3/4] softfloat: fix floatx80 pseudo-denormal comparisons
` [PULL 4/4] softfloat: fix floatx80 pseudo-denormal round to integer

[PATCH] target/arm: Allow user-mode code to write CPSR.E via MSR
 2020-05-15 21:26 UTC  (2+ messages)

[PATCH] linux-user/arm: Reset CPSR_E when entering a signal handler
 2020-05-15 21:25 UTC  (4+ messages)

[PATCH 0/2] target/i386: x87 exceptions fixes
 2020-05-15 21:21 UTC  (3+ messages)
` [PATCH 1/2] target/i386: fix fisttpl, fisttpll handling of out-of-range values
` [PATCH 2/2] target/i386: fix IEEE x87 floating-point exception raising

[PATCH v4 0/9] Rework iotests/check
 2020-05-15 21:15 UTC  (10+ messages)
` [PATCH v4 1/9] iotests/277: use dot slash for nbd-fault-injector.py running
` [PATCH v4 2/9] iotests: fix some whitespaces in test output files
` [PATCH v4 3/9] iotests/283: make executable
` [PATCH v4 4/9] iotests: define group in each iotest
` [PATCH v4 5/9] iotests: add findtests.py
` [PATCH v4 6/9] iotests: add testenv.py
` [PATCH v4 7/9] iotests: add testrunner.py
` [PATCH v4 8/9] iotests: rewrite check into python
` [PATCH v4 9/9] iotests: rename and move 169 and 199 tests

[PATCH v2 0/5] tests: Remove unused bison/flex packages
 2020-05-15 20:43 UTC  (8+ messages)
` [PATCH v2 1/5] tests/docker: Remove flex/bison packages
` [PATCH v2 2/5] tests/vm: "
` [PATCH v2 3/5] gitlab-ci: "
` [PATCH v2 4/5] cirrus-ci: "
` [PATCH v2 5/5] scripts/coverity-scan: "

[PULL 00/51] Block layer patches
 2020-05-15 20:30 UTC  (4+ messages)
` [PULL 50/51] hw/ide/ahci: Log lost IRQs

[PATCH v2 0/9] RISC-V Add the OpenTitan Machine
 2020-05-15 19:46 UTC  (9+ messages)
` [PATCH v2 2/9] target/riscv: Don't overwrite the reset vector
` [PATCH v2 5/9] hw/char: Initial commit of Ibex UART

[PATCH v1 0/8] plugins/next (cleanup, cpu_index and lockstep)
 2020-05-15 19:51 UTC  (3+ messages)
` [PATCH v1 7/8] tests/tcg: add new threadcount test

[PATCH v2 0/5] fix migration with bitmaps and mirror
 2020-05-15 19:49 UTC  (9+ messages)

[PATCH 00/10] softfloat: misc cleanups
 2020-05-15 19:01 UTC  (11+ messages)
` [PATCH 01/10] softfloat: Use post test for floatN_mul
` [PATCH 02/10] softfloat: Replace flag with bool
` [PATCH 03/10] softfloat: Change tininess_before_rounding to bool
` [PATCH 04/10] softfloat: Name rounding mode enum
` [PATCH 05/10] softfloat: Name compare relation enum
` [PATCH 06/10] softfloat: Inline float32 compare specializations
` [PATCH 07/10] softfloat: Inline float64 "
` [PATCH 08/10] softfloat: Inline float128 "
` [PATCH 09/10] softfloat: Inline floatx80 "
` [PATCH 10/10] softfloat: Return bool from all classification predicates

[PATCH v1 00/17] virtio-mem: Paravirtualized memory hot(un)plug
 2020-05-15 18:36 UTC  (26+ messages)
` [PATCH v1 01/17] exec: Introduce ram_block_discard_set_(unreliable|required)()
` [PATCH v1 06/17] target/i386: sev: Use ram_block_discard_set_broken()
` [PATCH v1 07/17] migration/rdma: "
` [PATCH v1 08/17] migration/colo: "
` [PATCH v1 10/17] virtio-mem: Paravirtualized memory hot(un)plug
` [PATCH v1 12/17] MAINTAINERS: Add myself as virtio-mem maintainer
` [PATCH v1 16/17] virtio-mem: Allow notifiers for size changes
` [PATCH v1 17/17] virtio-pci: Send qapi events when the virtio-mem "

[PATCH v6 0/9] tests/vm: Add support for aarch64 VMs
 2020-05-15 18:10 UTC  (7+ messages)
` [PATCH v6 1/9] tests/vm: Add configuration to basevm.py
` [PATCH v6 6/9] tests/vm: Added a new script for ubuntu.aarch64

Crash when detached thread exits with bionic and QEMU usermode
 2020-05-15 18:09 UTC 

[PATCH v2 0/5] block: Documentation improvment
 2020-05-15 17:43 UTC  (3+ messages)
` [PATCH v2 4/5] sysemu/block-backend: Document blk_read()/blk_pwrite()

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-15 17:34 UTC  (3+ messages)
` [Bug 1856335] "

[PATCH v4 0/3] qemu-sockets: add abstract UNIX domain socket support
 2020-05-15 17:37 UTC  (3+ messages)
` [PATCH v4 3/3] qemu-options: updates for abstract unix sockets

[PATCH v1 0/2] some fixes for genisoimage usage
 2020-05-15 17:36 UTC  (5+ messages)
` [PATCH v1 1/2] configure: add alternate binary for genisoimage
` [PATCH v1 2/2] tests/vm: pass --genisoimage to basevm script

[PATCH Kernel v20 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-15 17:35 UTC  (17+ messages)
` [PATCH Kernel v20 4/8] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH Kernel v20 5/8] vfio iommu: Implementation of ioctl "
` [PATCH Kernel v20 6/8] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap

[PATCH v2 0/1] qemu-nbd: Close inherited stderr
 2020-05-15 17:31 UTC  (4+ messages)

[PATCH V2] Add a new PIIX option to control global PCI hot-plugging
 2020-05-15 17:27 UTC  (2+ messages)

[PATCH v6 00/14] LUKS: encryption slot management using amend interface
 2020-05-15 17:24 UTC  (6+ messages)
` [PATCH v6 04/14] block/amend: separate amend and create options for qemu-img

[PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-05-15 17:08 UTC  (11+ messages)
` [PATCH v2 01/10] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v2 02/10] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v2 03/10] MAINTAINERS: Add an entry for the HAX accelerator
` [PATCH v2 04/10] accel/tcg: Add stub for probe_access()
` [PATCH v2 05/10] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v2 06/10] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v2 07/10] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v2 08/10] accel/Kconfig: Add the TCG selector
` [PATCH v2 09/10] Makefile: Allow target-specific optional Kconfig
` [PATCH v2 10/10] hw/semihosting: Make the feature depend of TCG, and allow to disable it

[PATCH] Add a new PIIX option to control global PCI hot-plugging
 2020-05-15 17:08 UTC  (4+ messages)

[PATCH v2 0/5] vhost-user reconnect issues during vhost initialization
 2020-05-15 16:54 UTC  (11+ messages)
` [PATCH v2 5/5] vhost: add device started check in migration set log

[PATCH] tests/acceptance: Add boot tests for sh4 QEMU advent calendar image
 2020-05-15 16:43 UTC 

[PATCH 0/6] tests/fuzz: Review notes
 2020-05-15 16:40 UTC  (3+ messages)

[PATCH v4 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-05-15 14:48 UTC  (7+ messages)
` [PATCH v4 1/4] hw/net/can: "
` [PATCH v4 2/4] xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllers
` [PATCH v4 4/4] MAINTAINERS: Add maintainer entry for Xilinx ZynqMP CAN controller

[RFC v4 0/6] hmp,qmp: Add some commands to introspect virtio devices
 2020-05-15 15:57 UTC  (6+ messages)
` [RFC v4 6/6] hmp: add x-debug-virtio commands

[PULL v2 00/13] testing, tcg and plugin updates
 2020-05-15 15:46 UTC  (15+ messages)
` [PULL v2 01/13] tests/guest-debug: catch hanging guests
` [PULL v2 02/13] travis.yml: Improve the --disable-tcg test on s390x
` [PULL v2 03/13] linux-user: completely re-write init_guest_space
` [PULL v2 04/13] exec/cpu-all: Use bool for have_guest_base
` [PULL v2 05/13] accel/tcg: Relax va restrictions on 64-bit guests
` [PULL v2 06/13] accel/tcg: don't disable exec_tb trace events
` [PULL v2 07/13] disas: include an optional note for the start of disassembly
` [PULL v2 08/13] disas: add optional note support to cap_disas
` [PULL v2 09/13] translate-all: include guest address in out_asm output
` [PULL v2 10/13] qemu/plugin: Trivial code movement
` [PULL v2 11/13] qemu/plugin: Move !CONFIG_PLUGIN stubs altogether
` [PULL v2 12/13] qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
` [PULL v2 13/13] MAINTAINERS: update the orphaned cpus-common.c file

[PATCH 0/3] virtio: add vhost-user-vsock device
 2020-05-15 15:21 UTC  (4+ messages)
` [PATCH 1/3] vhost-vsock: add vhost-vsock-common abstraction
` [PATCH 2/3] virtio: add vhost-user-vsock base device
` [PATCH 3/3] virtio: add vhost-user-vsock-pci device

[RFC v3 4/6] qmp: add QMP command x-debug-virtio-queue-status
 2020-05-15 15:16 UTC  (2+ messages)

[PATCH v2 0/3] s390x: improve documentation
 2020-05-15 15:15 UTC  (4+ messages)
` [PATCH v2 1/3] docs/s390x: document the virtual css
` [PATCH v2 2/3] docs/s390x: document 3270
` [PATCH v2 3/3] docs/s390x: document vfio-ccw

[PATCH v6 00/16] acpi: i386 tweaks
 2020-05-15 15:04 UTC  (17+ messages)
` [PATCH v6 01/16] qtest: allow DSDT acpi table changes
` [PATCH v6 02/16] acpi: move aml builder code for rtc device
` [PATCH v6 03/16] acpi: rtc: use a single crs range
` [PATCH v6 04/16] acpi: serial: don't use _STA method
` [PATCH v6 05/16] acpi: move aml builder code for serial device
` [PATCH v6 06/16] acpi: parallel: don't use _STA method
` [PATCH v6 07/16] acpi: move aml builder code for parallel device
` [PATCH v6 08/16] acpi: move aml builder code for floppy device
` [PATCH v6 09/16] floppy: make isa_fdc_get_drive_max_chs static
` [PATCH v6 10/16] floppy: move cmos_get_fd_drive_type() from pc
` [PATCH v6 11/16] acpi: move aml builder code for i8042 (kbd+mouse) device
` [PATCH v6 12/16] acpi: factor out fw_cfg_add_acpi_dsdt()
` [PATCH v6 13/16] acpi: simplify build_isa_devices_aml()
` [PATCH v6 14/16] acpi: drop serial/parallel enable bits from dsdt
` [PATCH v6 15/16] acpi: drop build_piix4_pm()
` [PATCH v6 16/16] acpi: q35: drop _SB.PCI0.ISA.LPCD opregion

[PATCH v2 00/13] audio: deprecate -soundhw
 2020-05-15 15:08 UTC  (15+ messages)
` [PATCH v2 01/13] stubs: add isa_create_simple
` [PATCH v2 02/13] stubs: add pci_create_simple
` [PATCH v2 03/13] audio: add deprecated_register_soundhw
` [PATCH v2 04/13] audio: deprecate -soundhw ac97
` [PATCH v2 05/13] audio: deprecate -soundhw es1370
` [PATCH v2 06/13] audio: deprecate -soundhw adlib
` [PATCH v2 07/13] audio: deprecate -soundhw cs4231a
` [PATCH v2 08/13] audio: deprecate -soundhw gus
` [PATCH v2 09/13] audio: deprecate -soundhw sb16
` [PATCH v2 10/13] audio: deprecate -soundhw hda
` [PATCH v2 11/13] audio: deprecate -soundhw pcspk
` [PATCH v2 12/13] audio: add soundhw deprecation notice
` [PATCH v2 13/13] [RFC] audio: try use onboard audiodev for pcspk

[PATCH v5 00/15] acpi: i386 tweaks
 2020-05-15 14:47 UTC  (4+ messages)
` [PATCH v5 08/15] acpi: move aml builder code for floppy device

[PULL 00/21] QOM patches for 2020-05-15
 2020-05-15 14:34 UTC  (2+ messages)

[PATCH] virtiofsd: remove symlink fallbacks
 2020-05-15 14:10 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH 0/5] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-05-15 13:45 UTC  (11+ messages)
` [PATCH 3/5] block/nbd.c: Add yank feature

[PATCH] linux-user/mmap.c: fix integer underflow in target_mremap
 2020-05-15 13:36 UTC  (3+ messages)

[Bug 1878915] [NEW] util/fdmon-io_uring.c:95: get_sqe: Assertion `ret > 1' failed
 2020-05-15 13:18 UTC 


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