qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-05 14:41:26 to 2020-06-05 20:33:47 UTC [more...]

[PULL 00/19] Linux user for 5.1 patches
 2020-06-05 20:32 UTC  (4+ messages)

[PATCH v2 00/24] Fixes around device realization
 2020-06-05 20:30 UTC  (3+ messages)

another tst-arm-mte bug: qemu-system segfaults
 2020-06-05 20:26 UTC  (6+ messages)

[PATCH v4 00/12] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-06-05 20:19 UTC  (19+ messages)
` [PATCH v4 01/12] qcow2.py: python style fixes
` [PATCH v4 02/12] qcow2.py: move qcow2 format classes to separate module
` [PATCH v4 04/12] qcow2_format.py: use tuples instead of lists for fields
` [PATCH v4 06/12] qcow2_format.py: use strings to specify c-type of struct fields
` [PATCH v4 09/12] qcow2_format.py: QcowHeaderExtension: add dump method
` [PATCH v4 10/12] qcow2_format: refactor QcowHeaderExtension as a subclass of Qcow2Struct
` [PATCH v4 11/12] qcow2: QcowHeaderExtension print names for extension magics
` [PATCH v4 12/12] qcow2_format.py: dump bitmaps header extension

[PATCH 00/16] Crazy shit around -global (pardon my french)
 2020-06-05 20:11 UTC  (21+ messages)
` [PATCH 01/16] iotests/172: Include "info block" in test output
` [PATCH 02/16] iotests/172: Cover empty filename and multiple use of drives
` [PATCH 03/16] iotests/172: Cover -global floppy.drive=
` [PATCH 04/16] fdc: Reject clash between -drive if=floppy and -global isa-fdc
` [PATCH 05/16] fdc: Open-code fdctrl_init_isa()
` [PATCH 06/16] fdc: Deprecate configuring floppies with -global isa-fdc
` [PATCH 07/16] docs/qdev-device-use.txt: Update section "Default Devices"
` [PATCH 08/16] blockdev: Deprecate -drive with bogus interface type
` [PATCH 09/16] qdev: Eliminate get_pointer(), set_pointer()
` [PATCH 10/16] qdev: Improve netdev property override error a bit
` [PATCH 11/16] qdev: Reject drive property override
` [PATCH 12/16] qdev: Reject chardev "
` [PATCH 13/16] qdev: Make qdev_prop_set_drive() match the other helpers
` [PATCH 14/16] arm/aspeed: Drop aspeed_board_init_flashes() parameter @errp
` [PATCH 15/16] sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() error
` [PATCH 16/16] sd/milkymist-memcard: Fix error API violation

[PULL 00/29] target-arm queue
 2020-06-05 20:10 UTC  (31+ messages)
` [PULL 01/29] hw/ssi/imx_spi: changed while statement to prevent underflow
` [PULL 02/29] hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slave
` [PULL 03/29] hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
` [PULL 04/29] hw/arm/pxa2xx: Replace printf() call "
` [PULL 05/29] target/arm: Convert aes and sm4 to gvec helpers
` [PULL 06/29] target/arm: Convert rax1 "
` [PULL 07/29] target/arm: Convert sha512 and sm3 "
` [PULL 08/29] target/arm: Convert sha1 and sha256 "
` [PULL 09/29] target/arm: Split helper_crypto_sha1_3reg
` [PULL 10/29] target/arm: Split helper_crypto_sm3tt
` [PULL 11/29] hw/adc/stm32f2xx_adc: Correct memory region size and access size
` [PULL 12/29] tests/acceptance: Add a boot test for the xlnx-versal-virt machine
` [PULL 13/29] docs/system: Document Aspeed boards
` [PULL 14/29] raspi: add BCM2835 SOC MPHI emulation
` [PULL 15/29] dwc-hsotg (dwc2) USB host controller register definitions
` [PULL 16/29] dwc-hsotg (dwc2) USB host controller state definitions
` [PULL 17/29] dwc-hsotg (dwc2) USB host controller emulation
` [PULL 18/29] usb: add short-packet handling to usb-storage driver
` [PULL 19/29] wire in the dwc-hsotg (dwc2) USB host controller emulation
` [PULL 20/29] raspi2 acceptance test: add test for dwc-hsotg (dwc2) USB host
` [PULL 21/29] target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetree
` [PULL 22/29] target/arm: Convert Neon VSHR 2-reg-shift insns "
` [PULL 23/29] target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA "
` [PULL 24/29] target/arm: Convert VQSHLU, VQSHL "
` [PULL 25/29] target/arm: Convert Neon narrowing shifts with op==8 "
` [PULL 26/29] target/arm: Convert Neon narrowing shifts with op==9 "
` [PULL 27/29] target/arm: Convert Neon VSHLL, VMOVL "
` [PULL 28/29] target/arm: Convert VCVT fixed-point ops "
` [PULL 29/29] target/arm: Convert Neon one-register-and-immediate insns "

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-06-05 20:01 UTC  (11+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests

[PATCH 0/7] python: create installable package
 2020-06-05 19:23 UTC  (13+ messages)
` [PATCH 2/7] python/qemu: formalize as package
` [PATCH 3/7] python/qemu: add README.rst
` [PATCH 4/7] python/qemu: Add pipenv support

[PATCH 0/7] softfloat, target/i386: fprem, fprem1 fixes
 2020-06-05 19:02 UTC  (8+ messages)
` [PATCH 1/7] softfloat: merge floatx80_mod and floatx80_rem
` [PATCH 2/7] softfloat: fix floatx80 remainder pseudo-denormal check for zero
` [PATCH 3/7] softfloat: do not return pseudo-denormal from floatx80 remainder
` [PATCH 4/7] softfloat: do not set denominator high bit for "
` [PATCH 5/7] softfloat: return low bits of quotient from floatx80_modrem
` [PATCH 6/7] target/i386: reimplement fprem1 using floatx80 operations
` [PATCH 7/7] target/i386: reimplement fprem "

[PATCH v2] fuzz: add oss-fuzz build.sh script
 2020-06-05 18:58 UTC  (5+ messages)

[Qemu-devel] [Bug 1815263] [NEW] hvf accelerator crashes on quest boot
 2020-06-05 18:40 UTC  (2+ messages)
` [Bug 1815263] "

[Qemu-devel] [Bug 1827005] [NEW] hvf: ubuntu iso boot menu issue
 2020-06-05 18:38 UTC  (2+ messages)
` [Bug 1827005] "

[PATCH] fuzz: add oss-fuzz build.sh script
 2020-06-05 18:41 UTC  (4+ messages)

[PATCH] configure: Disable -Wtautological-type-limit-compare
 2020-06-05 18:26 UTC  (9+ messages)

[PULL v2 00/13] testing, tcg and plugin updates
 2020-06-05 18:26 UTC  (8+ messages)
` [PULL v2 05/13] accel/tcg: Relax va restrictions on 64-bit guests

[PATCH v1] nvme: allow cmb and pmr emulation on same device
 2020-06-05 18:10 UTC  (3+ messages)
` [PATCH v1 1/2] nvme: indicate CMB support through controller capabilities register
` [PATCH v1 2/2] nvme: allow cmb and pmr to be enabled on same device

[PATCH v7 00/11] accel: Allow targets to use Kconfig
 2020-06-05 17:58 UTC  (12+ messages)
` [PATCH v7 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v7 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v7 03/11] MAINTAINERS: Add an entry for the HAX accelerator
` [PATCH v7 04/11] rules.mak: Add strequal() and startswith() rules
` [PATCH v7 05/11] rules.mak: Add base-arch() rule
` [PATCH v7 06/11] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v7 07/11] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v7 08/11] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v7 09/11] accel/Kconfig: Add the TCG selector
` [PATCH v7 10/11] Makefile: Allow target-specific optional Kconfig
` [PATCH v7 11/11] accel/tcg: Add stub for probe_access()

[PATCH v2 00/17] RISC-V: Update the Hypervisor spec to v0.6.1
 2020-06-05 17:54 UTC  (9+ messages)
` [PATCH v2 01/17] target/riscv: Set access as data_load when validating stage-2 PTEs
` [PATCH v2 02/17] target/riscv: Report errors validating 2nd-stage PTEs
` [PATCH v2 03/17] target/riscv: Move the hfence instructions to the rvh decode
` [PATCH v2 04/17] target/riscv: Implement checks for hfence

[PATCH v1 00/14] various fixes for next PR (testing, vhost, guest_base fixes)
 2020-06-05 17:46 UTC  (20+ messages)
` [PATCH v1 01/14] qemu-plugin.h: add missing include <stddef.h> to define size_t
` [PATCH v1 02/14] scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header
` [PATCH v1 03/14] tests/plugin: correctly honour io_count
` [PATCH v1 04/14] exec: flush the whole TLB if a watchpoint crosses a page boundary
` [PATCH v1 05/14] .travis.yml: allow failure for unreliable hosts
` [PATCH v1 06/14] .shippable: temporaily disable some cross builds
` [PATCH v1 07/14] iotests: 194: wait migration completion on target too
` [PATCH v1 08/14] tests/docker: fix pre-requisite for debian-tricore-cross
` [PATCH v1 09/14] docker: update Ubuntu to 20.04
` [PATCH v1 10/14] hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE
` [PATCH v1 11/14] linux-user: provide fallback pgd_find_hole for bare chroots
` [PATCH v1 12/14] linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit
  ` [Bug 1880225] "
` [PATCH v1 13/14] tests/tcg: add simple commpage test case
` [PATCH v1 14/14] linux-user: detect overflow of MAP_FIXED mmap

[PATCH v2 00/13] Add Thread Sanitizer support to QEMU
 2020-06-05 17:34 UTC  (14+ messages)
` [PATCH v2 01/13] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
` [PATCH v2 02/13] cpu: convert queued work to a QSIMPLEQ
` [PATCH v2 03/13] thread: add qemu_spin_destroy
` [PATCH v2 04/13] cputlb: destroy CPUTLB with tlb_destroy
` [PATCH v2 05/13] qht: call qemu_spin_destroy for head buckets
` [PATCH v2 06/13] tcg: call qemu_spin_destroy for tb->jmp_lock
` [PATCH v2 07/13] translate-all: call qemu_spin_destroy for PageDesc
` [PATCH v2 08/13] thread: add tsan annotations to QemuSpin
` [PATCH v2 09/13] tests/docker: Added docker build support for TSan
` [PATCH v2 10/13] include/qemu: Added tsan.h for annotations
` [PATCH v2 11/13] util: Added tsan annotate for thread name
` [PATCH v2 12/13] docs: Added details on TSan to testing.rst
` [PATCH v2 13/13] tests: Disable select tests under TSan, which hit TSan issue

[PATCH 00/13] i386: hvf: Remove HVFX86EmulatorState
 2020-06-05 17:24 UTC  (7+ messages)
` [PATCH 02/13] i386: hvf: Drop useless declarations in sysemu
` [PATCH 12/13] i386: hvf: Move mmio_buf into CPUX86State

[PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
 2020-06-05 16:56 UTC 

[PATCH v3] numa: forbid '-numa node, mem' for 5.1 and newer machine types
 2020-06-05 16:47 UTC  (2+ messages)

[Question] Regarding PMU initialization within the QEMU for ARM VCPUs
 2020-06-05 16:38 UTC  (7+ messages)

[PATCH] MAINTAINERS: Cover pip requirements.txt
 2020-06-05 16:37 UTC 

[Qemu-devel] [PATCH v13 0/5] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2020-06-05 16:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH v13 1/5] i386: Add support for CPUID_8000_001E for AMD
  `  "

Reviewing QEMU OSS-Fuzz Integration PR
 2020-06-05 16:30 UTC 

[PATCH v2] exec: flush the whole TLB if a watchpoint crosses a page boundary
 2020-06-05 16:27 UTC  (4+ messages)

[PATCH 1/1] util/oslib: Returns real thread identifier on FreeBSD and NetBSD
 2020-06-05 16:24 UTC  (7+ messages)

[PATCH 00/10] Add RX hardware emulation
 2020-06-05 16:09 UTC  (7+ messages)
` [PATCH 01/10] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH 04/10] hw/char: Renesas SCI module
` [PATCH 05/10] hw/rx: RX MCU and target

[PULL 0/2] Vga 20200605 patches
 2020-06-05 16:05 UTC  (2+ messages)

[RFC 0/6] TPM-TIS bios-tables-test
 2020-06-05 15:47 UTC  (14+ messages)
` [RFC 2/6] tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-test
` [RFC 3/6] tests/acpi: Ignore TPM2.tis and DSDT.tis
` [RFC 4/6] tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS
` [RFC 5/6] bios-tables-test: Add Q35/TPM-TIS test

[PULL 00/10] s390x update
 2020-06-05 15:37 UTC  (11+ messages)
` [PULL 01/10] s390x/kvm: help valgrind in several places
` [PULL 02/10] s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name
` [PULL 03/10] docs/s390x: document the virtual css
` [PULL 04/10] docs/s390x: document 3270
` [PULL 05/10] vfio-ccw: allow non-prefetch ORBs
` [PULL 06/10] docs/s390x: document vfio-ccw
` [PULL 07/10] MAINTAINERS: add Thomas as additional s390x maintainer
` [PULL 08/10] target/s390x: Only compile decode_basedisp() on system-mode
` [PULL 09/10] target/s390x/helper: Clean ifdef'ry
` [PULL 10/10] target/s390x: Restrict system-mode declarations

[PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
 2020-06-05 15:30 UTC  (6+ messages)

[PATCH] hw/misc/imx6ul_ccm.c: Implement non writable bits in CCM registers
 2020-06-05 14:49 UTC  (2+ messages)

[PATCH v3 0/4] vTPM/aarch64 ACPI support
 2020-06-05 14:45 UTC  (3+ messages)
` [PATCH v3 4/4] arm/acpi: Add the TPM2.0 device under the DSDT

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-05 14:39 UTC  (11+ messages)

[Bug 1880225] [NEW] Emulation of some arm programs fail with "Assertion `have_guest_base' failed."
 2020-05-22 18:43 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).