QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-06 08:35:45 to 2020-07-06 17:01:01 UTC [more...]

[PULL 00/53] Misc patches for QEMU 5.1 soft freeze
 2020-07-06 16:41 UTC  (35+ messages)
` [PULL 01/53] tcg/svm: use host cr4 during NPT page table walk
` [PULL 02/53] tests: Inject test name also when the test fails
` [PULL 03/53] util/qemu-error: prepend guest name to error message to identify affected VM owner
` [PULL 04/53] qom: Introduce object_property_try_add_child()
` [PULL 05/53] tests/qmp-cmd-test: Add qmp/object-add-duplicate-id
` [PULL 06/53] tests/qmp-cmd-test: Add qmp/object-add-failure-modes
` [PULL 07/53] hw/core/null-machine: Do not initialize unused chardev backends
` [PULL 08/53] target/i386: set SSE FTZ in correct floating-point state
` [PULL 09/53] target/i386: fix IEEE SSE floating-point exception raising
` [PULL 10/53] KVM: add support for AMD nested live migration
` [PULL 11/53] coverity: provide Coverity-friendly MIN_CONST and MAX_CONST
` [PULL 12/53] i386: hvf: Set env->eip in macvm_set_rip()
` [PULL 13/53] i386: hvf: Move synchronize functions to sysemu
` [PULL 14/53] i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()
` [PULL 15/53] i386: hvf: Make long mode enter and exit clearer
` [PULL 16/53] i386: hvf: Move Guest LMA reset to macvm_set_cr0()
` [PULL 17/53] i386: hvf: Don't duplicate register reset
` [PULL 18/53] i386: hvf: Clean up synchronize functions
` [PULL 19/53] MAINTAINERS: Add Cameron as HVF co-maintainer
` [PULL 20/53] MAINTAINERS: Fix KVM path expansion glob
` [PULL 21/53] MAINTAINERS: Add an 'overall' entry for accelerators
` [PULL 22/53] MAINTAINERS: Cover the HAX accelerator stub
` [PULL 23/53] Makefile: Remove dangerous EOL trailing backslash
` [PULL 24/53] Makefile: Write MINIKCONF variables as one entry per line
` [PULL 25/53] accel/Kconfig: Extract accel selectors into their own config
` [PULL 30/53] target/i386: implement undocumented "smsw r32" behavior
` [PULL 31/53] KVM: x86: believe what KVM says about WAITPKG
` [PULL 33/53] target/i386: sev: fail query-sev-capabilities if QEMU cannot use SEV
` [PULL 37/53] checkpatch: Change occurences of 'kernel' to 'qemu' in user messages
` [PULL 40/53] pc: fix leak in pc_system_flash_cleanup_unused
` [PULL 42/53] cpu-throttle: new module, extracted from cpus.c
` [PULL 47/53] accel/kvm: Simplify kvm_check_extension_list()
` [PULL 48/53] target/i386/kvm: Simplify get_para_features()
` [PULL 53/53] scripts: improve message when TAP based tests fail

[PATCH v7 00/17] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-07-06 16:32 UTC  (17+ messages)
` [PATCH v7 02/17] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v7 05/17] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v7 06/17] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v7 09/17] hw/sd/sdcard: Special case the -ENOMEDIUM error
` [PATCH v7 11/17] hw/sd/sdcard: Update the SDState documentation
` [PATCH v7 12/17] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v7 14/17] hw/sd/sdcard: Make iolen unsigned

[PATCH v3 00/11] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-07-06 16:31 UTC  (3+ messages)

[PATCH v3 00/44] Less clumsy error checking
 2020-07-06 16:39 UTC  (25+ messages)
` [PATCH v3 01/44] error: Improve examples in error.h's big comment
` [PATCH v3 03/44] qdev: Use returned bool to check for qdev_realize() etc. failure
` [PATCH v3 04/44] macio: Tidy up error handling in macio_newworld_realize()
` [PATCH v3 06/44] qemu-option: Check return value instead of @err where convenient
` [PATCH v3 24/44] qom: Use return values to check for error where that's simpler
` [PATCH v3 25/44] qom: Put name parameter before value / visitor parameter
` [PATCH v3 26/44] qom: Make functions taking Error ** return bool, not void
` [PATCH v3 27/44] qom: Use returned bool to check for failure, Coccinelle part
` [PATCH v3 28/44] qom: Use returned bool to check for failure, manual part
` [PATCH v3 37/44] block/parallels: Simplify parallels_open() after previous commit
` [PATCH v3 42/44] qemu-img: Ignore Error objects where the return value suffices

[PATCH v5 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-07-06 16:39 UTC  (4+ messages)
` [PATCH v5 11/21] virtio-pci: Proxy for virtio-mem

[PATCH rc6 00/30] target/avr merger
 2020-07-06 16:36 UTC  (4+ messages)
` [PATCH rc6 22/30] target/avr: Register AVR support with the rest of QEMU

[PATCH] hw/net/can: Add missing fallthrough statements
 2020-07-06 16:35 UTC  (2+ messages)

[PATCH] trivial: Remove trailing whitespaces
 2020-07-06 16:31 UTC  (2+ messages)

[PATCH 0/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller
 2020-07-06 16:21 UTC  (9+ messages)
` [PATCH 1/4] hw/lm32/milkymist: Un-inline milkymist_memcard_create()
` [PATCH 2/4] hw/lm32/milkymist: Comment to remember some IRQs lines are left unwired
` [PATCH 3/4] hw/sd/milkymist: Create the SDBus at init()
` [PATCH 4/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller

[PATCH] trivial: Respect alphabetical order of .o files in Makefile.objs
 2020-07-06 16:31 UTC  (2+ messages)

[PATCH] intel_iommu: "aw-bits" error message still refers to "x-aw-bits"
 2020-07-06 16:26 UTC  (2+ messages)

[PATCH] hw/core/null-machine: Do not initialize unused chardev backends
 2020-07-06 16:24 UTC  (3+ messages)

[PATCH v4 00/10] hw/sd: convert legacy SDHCI devices to the SDBus API
 2020-07-06 16:13 UTC  (11+ messages)
` [PATCH v4 02/10] hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()
` [PATCH v4 05/10] hw/sd/pl181: Use named GPIOs
` [PATCH v4 06/10] hw/sd/pl181: Expose a SDBus and connect the SDCard to it
` [PATCH v4 07/10] hw/sd/pl181: Do not create SD card within the SDHCI controller
` [PATCH v4 08/10] hw/sd/pl181: Replace disabled fprintf()s by trace events

[PATCH 0/6] migration: bring savevm/loadvm/delvm over to QMP
 2020-07-06 16:21 UTC  (21+ messages)
` [PATCH 2/6] migration: introduce savevm, loadvm, delvm QMP commands
` [PATCH 5/6] migration: support excluding block devs in QMP snapshot commands

[PATCH v2 0/9] SMMUv3.2 Range-based TLB Invalidation Support
 2020-07-06 16:18 UTC  (10+ messages)
` [PATCH v2 1/9] hw/arm/smmu-common: Factorize some code in smmu_ptw_64()
` [PATCH v2 3/9] hw/arm/smmu: Introduce smmu_get_iotlb_key()
` [PATCH v2 4/9] hw/arm/smmu: Simplify the IOTLB key format
` [PATCH v2 9/9] hw/arm/smmuv3: Advertise SMMUv3.2 range invalidation

[PATCH v4 00/11] Add several Power ISA 3.1 32/64-bit vector instructions
 2020-07-06 16:14 UTC  (3+ messages)
` [PATCH v4 09/11] fix the prototype of muls64/mulu64

[PATCH 0/3] Add strace support for printing arguments for a group of selected syscalls
 2020-07-06 15:54 UTC  (3+ messages)
` [PATCH 3/3] linux-user: Add strace support for printing arguments of some clock and time functions

[PATCH 1/1] qga-win: Fix QGA VSS Provider service stop failure
 2020-07-06 15:50 UTC 

[PULL 00/10] Modules 20200702 patches
 2020-07-06 14:30 UTC  (11+ messages)
` [PULL 04/10] build: fix device module builds

DMA region abruptly removed from PCI device
 2020-07-06 14:20 UTC  (2+ messages)

[RFC PATCH v2 00/23] hw/qdev: Warn when using pre-qdev/QOM devices
 2020-07-06 14:18 UTC  (4+ messages)
` [RFC PATCH v2 08/23] hw/display/ramfb: Emit warning when old code is used

[PATCH v4 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-07-06 14:14 UTC  (5+ messages)
` [PATCH v4 1/5] virtio-pci: add virtio_pci_optimal_num_queues() helper

[PATCH v4 00/21] microvm: add acpi support
 2020-07-06 14:11 UTC  (6+ messages)
` [PATCH v4 08/21] microvm/acpi: add minimal "

[PATCH v3 0/9] Build fixes for Haiku
 2020-07-06 14:00 UTC  (4+ messages)
` [PATCH v3 2/9] util/qemu-openpty.c: Don't assume pty.h is glibc-only

[PATCH v5 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-07-06 13:56 UTC  (6+ messages)
` [PATCH v5 1/5] virtio-pci: add virtio_pci_optimal_num_queues() helper
` [PATCH v5 2/5] virtio-scsi: introduce a constant for fixed virtqueues
` [PATCH v5 3/5] virtio-scsi: default num_queues to -smp N
` [PATCH v5 4/5] virtio-blk: "
` [PATCH v5 5/5] vhost-user-blk: "

[PATCH v9 00/34] Add subcluster allocation to qcow2
 2020-07-06 13:57 UTC  (5+ messages)
` [PATCH v9 34/34] iotests: Add tests for qcow2 images with extended L2 entries

[Bug 1885827] [NEW] building plugin failed on Windows with mingw
 2020-07-06 13:48 UTC  (2+ messages)
` [Bug 1885827] "

[PATCH 0/2] block/block-backend: Let blk_attach_dev() provide helpful error
 2020-07-06 13:26 UTC  (3+ messages)
` [PATCH 1/2] block/block-backend: Trace blk_attach_dev()
` [RFC PATCH 2/2] block/block-backend: Let blk_attach_dev() provide helpful error

[PATCH] scripts: improve message when TAP based tests fail
 2020-07-06 13:17 UTC  (2+ messages)

[PATCH] softfloat,m68k: disable floatx80_invalid_encoding() for m68k
 2020-07-06 12:53 UTC  (2+ messages)

[PATCH v4 0/1] tricore: added triboard with tc27x_soc
 2020-07-06 12:40 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH v3 00/16] block/nvme: Various cleanups required to use multiple queues
 2020-07-06 12:30 UTC  (13+ messages)
` [PATCH v3 05/16] block/nvme: Improve error message when IO queue creation failed
` [PATCH v3 06/16] block/nvme: Use common error path in nvme_add_io_queue()
` [PATCH v3 14/16] block/nvme: Extract nvme_poll_queue()
` [PATCH v3 15/16] block/nvme: Move nvme_poll_cb() earlier
` [PATCH v3 16/16] block/nvme: Use per-queuepair IRQ notifier and AIO context

[PULL 00/37] qom-ify serial and remove QDEV_PROP_PTR
 2020-07-06 12:03 UTC  (6+ messages)
` [PULL 36/37] qdev: "

[PATCH v3] migration: Count new_dirty instead of real_dirty
 2020-07-06 11:53 UTC  (3+ messages)

[PATCH] hw/arm/bcm2836: Remove unused 'cpu_type' field
 2020-07-06 11:38 UTC  (2+ messages)

[PULL 00/14] s390x update
 2020-07-06 11:38 UTC  (6+ messages)
` [PULL 13/14] virtio-ccw: fix virtio_set_ind_atomic
` [PULL 14/14] s390x/pci: fix set_ind_atomic

[PATCH 0/2] linux-user: mmap/mprotect prot values
 2020-07-06 11:34 UTC  (5+ messages)
` [PATCH 1/2] linux-user: Validate mmap/mprotect prot value
` [PATCH 2/2] linux-user: Adjust guest page protection for the host

[PATCH v9 0/5] linux-user: User support for AArch64 BTI
 2020-07-06 11:26 UTC  (9+ messages)
` [PATCH v9 1/5] linux-user/aarch64: Reset btype for signals
` [PATCH v9 2/5] linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
` [PATCH v9 4/5] linux-user: Parse NT_GNU_PROPERTY_TYPE_0 notes
` [PATCH v9 5/5] tests/tcg/aarch64: Add bti smoke test

[PATCH 0/2] two atomic_cmpxchg() related fixes
 2020-07-06 11:19 UTC  (4+ messages)
` [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic

[PATCH] virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks
 2020-07-06 11:21 UTC 

[PULL 00/31] Block patches
 2020-07-06 10:31 UTC  (33+ messages)
` [PULL 01/31] block/block-copy: block_copy_dirty_clusters: fix failure check
` [PULL 02/31] qcow2: Fix preallocation on images with unaligned sizes
` [PULL 03/31] iotests: Make _filter_img_create more active
` [PULL 04/31] iotests: filter few more luks specific create options
` [PULL 05/31] iotests/common.rc: Add _require_working_luks
` [PULL 06/31] iotests.py: Add qemu_img_pipe_and_status()
` [PULL 07/31] iotests.py: Add (verify|has)_working_luks()
` [PULL 08/31] iotests: Check whether luks works
` [PULL 09/31] qcrypto/core: add generic infrastructure for crypto options amendment
` [PULL 10/31] qcrypto/luks: implement encryption key management
` [PULL 11/31] block/amend: add 'force' option
` [PULL 12/31] block/amend: separate amend and create options for qemu-img
` [PULL 13/31] block/amend: refactor qcow2 amend options
` [PULL 14/31] block/crypto: rename two functions
` [PULL 15/31] block/crypto: implement the encryption key management
` [PULL 16/31] block/qcow2: extend qemu-img amend interface with crypto options
` [PULL 17/31] iotests: qemu-img tests for luks key management
` [PULL 18/31] block/core: add generic infrastructure for x-blockdev-amend qmp command
` [PULL 19/31] block/crypto: implement blockdev-amend
` [PULL 20/31] block/qcow2: "
` [PULL 21/31] iotests: add tests for blockdev-amend
` [PULL 22/31] qemu-img: convert: don't use unallocated_blocks_are_zero
` [PULL 23/31] block: inline bdrv_unallocated_blocks_are_zero()
` [PULL 24/31] block/vdi: return ZERO block-status when appropriate
` [PULL 25/31] block/vpc: "
` [PULL 26/31] block/crypto: drop unallocated_blocks_are_zero
` [PULL 27/31] block/iscsi: "
` [PULL 28/31] block/file-posix: "
` [PULL 29/31] block/vhdx: "
` [PULL 30/31] block: "
` [PULL 31/31] qed: Simplify backing reads

[REPORT] [GSoC - TCG Continuous Benchmarking] [#3] QEMU 5.0 and 5.1-pre-soft-freeze Dissect Comparison
 2020-07-06 10:30 UTC 

[PATCH v2 0/7] virtio: enable VIRTIO_F_RING_PACKED for all devices
 2020-07-06 10:23 UTC  (7+ messages)
` [PATCH v2 3/7] docs: document non-net VHOST_USER_GET_FEATURES behavior
` [PATCH v2 4/7] vhost: involve device backends in feature negotiation

[PATCH] Fix MIPS add.s after 1ace099f2acb952eaaef0ba7725879949a7e4406
 2020-07-06 10:22 UTC  (3+ messages)

[PATCH v3 00/18] hw/block/nvme: bump to v1.3
 2020-07-06  9:50 UTC  (9+ messages)
` [PATCH v3 02/18] hw/block/nvme: fix missing endian conversion
` [PATCH v3 03/18] hw/block/nvme: additional tracing
` [PATCH v3 15/18] hw/block/nvme: reject invalid nsid values in active namespace id list
` [PATCH v3 17/18] hw/block/nvme: provide the mandatory subnqn field

[PATCH v1] target/riscv: fix pmp implementation
 2020-07-06  8:45 UTC 

[PATCH 0/2] Add new features for intel processor
 2020-07-06  9:25 UTC  (2+ messages)

[PATCH v3 00/10] drop unallocated_blocks_are_zero
 2020-07-06  9:17 UTC  (4+ messages)
` [PATCH v3 04/10] block/vpc: return ZERO block-status when appropriate

[PATCH v3 0/2] VMD endpoint passthrough support
 2020-07-06  9:16 UTC  (3+ messages)
` [PATCH v3 2/2] PCI: vmd: Use Shadow MEMBAR registers for QEMU/KVM guests

[PATCH 1/3] target/nios2: add DISAS_NORETURN case for nothing more to generate
 2020-07-06  8:55 UTC  (7+ messages)
` [PATCH 3/3] target/nios2: Use gen_io_start around wrctl instruction

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-07-06  8:54 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: Cover the firmware JSON schema
 2020-07-06  8:52 UTC  (2+ messages)

[PATCH v3 0/2] net: tap: check file descriptor can be used
 2020-07-06  8:47 UTC  (8+ messages)
` [PATCH v3 1/2] net: tap: check if the file descriptor is valid before using it
` [PATCH v3 2/2] net: detect errors from probing vnet hdr flag for TAP devices


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