qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-21 03:52:40 to 2020-05-21 14:08:05 UTC [more...]

[PATCH v1 00/10] testing and tcg tweaks
 2020-05-21 14:06 UTC  (8+ messages)
` [PATCH v1 01/10] tests/guest-debug: catch hanging guests
` [PATCH v1 04/10] linux-user: completely re-write init_guest_space
` [PATCH v1 10/10] translate-all: include guest address in out_asm output

[PATCH] target/i386: Fix OUTL debug output
 2020-05-21 14:06 UTC  (4+ messages)

[PATCH v3 0/3] various: Remove unnecessary casts
 2020-05-21 14:05 UTC  (7+ messages)

[PATCH v2] linux-user: limit check to HOST_LONG_BITS == 32
 2020-05-21 13:57 UTC 

[Bug 1879955] [NEW] target/i386/seg_helper.c: 16-bit TSS struct format wrong?
 2020-05-21 13:41 UTC 

[PATCH 0/2] aio-posix: fix fdmon-io_uring memory leak
 2020-05-21 13:49 UTC  (2+ messages)

[PULL v3 0/7] bitmaps patches for 2020-05-18
 2020-05-21 13:48 UTC  (2+ messages)

[PATCH] icount: fix shift=auto for record/replay
 2020-05-21 13:47 UTC  (2+ messages)

[PATCH 0/2] make -M memory-backend and -numa memdev mutually exclusive
 2020-05-21 13:46 UTC  (3+ messages)
` [PATCH 2/2] numa: prevent usage of -M memory-backend and -numa memdev at the same time

Assertion failure through virtio_blk_req_complete
 2020-05-21 13:44 UTC  (2+ messages)

[PATCH v5 0/5] qemu-img: Add convert --bitmaps
 2020-05-21 13:29 UTC  (10+ messages)
` [PATCH v5 1/5] iotests: Fix test 178
` [PATCH v5 2/5] qcow2: Expose bitmaps' size during measure

[PATCH V2] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-05-21 13:23 UTC  (14+ messages)

[PATCH] replay: synchronize on every virtual timer callback
 2020-05-21 13:22 UTC  (2+ messages)

[PATCH v8 00/62] target/riscv: support vector extension v0.7.1
 2020-05-21 13:12 UTC  (64+ messages)
` [PATCH v8 01/62] target/riscv: add vector extension field in CPURISCVState
` [PATCH v8 02/62] target/riscv: implementation-defined constant parameters
` [PATCH v8 03/62] target/riscv: support vector extension csr
` [PATCH v8 04/62] target/riscv: add vector configure instruction
` [PATCH v8 05/62] target/riscv: add an internals.h header
` [PATCH v8 06/62] target/riscv: add vector stride load and store instructions
` [PATCH v8 07/62] target/riscv: add vector index "
` [PATCH v8 08/62] target/riscv: add fault-only-first unit stride load
` [PATCH v8 09/62] target/riscv: add vector amo operations
` [PATCH v8 10/62] target/riscv: vector single-width integer add and subtract
` [PATCH v8 11/62] target/riscv: vector widening "
` [PATCH v8 12/62] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v8 13/62] target/riscv: vector bitwise logical instructions
` [PATCH v8 14/62] target/riscv: vector single-width bit shift instructions
` [PATCH v8 15/62] target/riscv: vector narrowing integer right "
` [PATCH v8 16/62] target/riscv: vector integer comparison instructions
` [PATCH v8 17/62] target/riscv: vector integer min/max instructions
` [PATCH v8 18/62] target/riscv: vector single-width integer multiply instructions
` [PATCH v8 19/62] target/riscv: vector integer divide instructions
` [PATCH v8 20/62] target/riscv: vector widening integer multiply instructions
` [PATCH v8 21/62] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v8 22/62] target/riscv: vector widening "
` [PATCH v8 23/62] target/riscv: vector integer merge and move instructions
` [PATCH v8 24/62] target/riscv: vector single-width saturating add and subtract
` [PATCH v8 25/62] target/riscv: vector single-width averaging "
` [PATCH v8 26/62] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v8 27/62] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v8 28/62] target/riscv: vector single-width scaling shift instructions
` [PATCH v8 29/62] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v8 30/62] target/riscv: Update fp_status when float rounding mode changes
` [PATCH v8 31/62] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v8 32/62] target/riscv: vector widening "
` [PATCH v8 33/62] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v8 34/62] target/riscv: vector widening floating-point multiply
` [PATCH v8 35/62] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v8 36/62] target/riscv: vector widening "
` [PATCH v8 37/62] target/riscv: vector floating-point square-root instruction
` [PATCH v8 38/62] target/riscv: vector floating-point min/max instructions
` [PATCH v8 39/62] target/riscv: vector floating-point sign-injection instructions
` [PATCH v8 40/62] target/riscv: vector floating-point compare instructions
` [PATCH v8 41/62] target/riscv: vector floating-point classify instructions
` [PATCH v8 42/62] target/riscv: vector floating-point merge instructions
` [PATCH v8 43/62] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v8 44/62] target/riscv: widening "
` [PATCH v8 45/62] target/riscv: narrowing "
` [PATCH v8 46/62] target/riscv: vector single-width integer reduction instructions
` [PATCH v8 47/62] target/riscv: vector wideing "
` [PATCH v8 48/62] target/riscv: vector single-width floating-point "
` [PATCH v8 49/62] target/riscv: vector widening "
` [PATCH v8 50/62] target/riscv: vector mask-register logical instructions
` [PATCH v8 51/62] target/riscv: vector mask population count vmpopc
` [PATCH v8 52/62] target/riscv: vmfirst find-first-set mask bit
` [PATCH v8 53/62] target/riscv: set-X-first "
` [PATCH v8 54/62] target/riscv: vector iota instruction
` [PATCH v8 55/62] target/riscv: vector element index instruction
` [PATCH v8 56/62] target/riscv: integer extract instruction
` [PATCH v8 57/62] target/riscv: integer scalar move instruction
` [PATCH v8 58/62] target/riscv: floating-point scalar move instructions
` [PATCH v8 59/62] target/riscv: vector slide instructions
` [PATCH v8 60/62] target/riscv: vector register gather instruction
` [PATCH v8 61/62] target/riscv: vector compress instruction
` [PATCH v8 62/62] target/riscv: configure and turn on vector extension from command line

[PULL 00/45] target-arm queue
 2020-05-21 13:11 UTC  (5+ messages)
` [PULL 17/45] target/arm: Vectorize SABA/UABA
` [PULL 26/45] ACPI: Record Generic Error Status Block(GESB) table

[PATCH v2 0/8] run-coverity-scan: misc improvements, especially for docker mode
 2020-05-21 12:55 UTC  (10+ messages)
` [PATCH v2 1/8] docker.py/build: support -t and -f arguments
` [PATCH v2 2/8] docker.py/build: support binary files in --extra-files
` [PATCH v2 3/8] run-coverity-scan: get Coverity token and email from special git config section
` [PATCH v2 4/8] run-coverity-scan: use docker.py
` [PATCH v2 5/8] run-coverity-scan: add --no-update-tools option
` [PATCH v2 6/8] run-coverity-scan: use --no-update-tools in docker run
` [PATCH v2 7/8] run-coverity-scan: download tools outside the container
` [PATCH v2 8/8] run-coverity-scan: support --update-tools-only --docker

[PATCH 0/4] memory: Add memory_region_msync() & make NVMe emulated device generic
 2020-05-21 12:46 UTC  (3+ messages)

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-21 12:45 UTC  (2+ messages)
` [Bug 1856335] "

[PATCH] scripts/tracetool: Update maintainer email address
 2020-05-21 12:44 UTC  (2+ messages)

[RFC v2 0/9] vDPA support in qemu
 2020-05-21 12:40 UTC  (3+ messages)
` [RFC v2 5/9] vhost-vdpa: implement vhost-vdpa backend

[PATCH] linux-user: limit check to HOST_LONG_BITS == 32
 2020-05-21 12:32 UTC  (3+ messages)

[PATCH QEMU v23 00/18] Add migration support for VFIO devices
 2020-05-21 12:12 UTC  (10+ messages)
` [PATCH QEMU v23 04/18] vfio: Add save and load functions for VFIO PCI devices
` [PATCH QEMU v23 05/18] vfio: Add migration region initialization and finalize function
` [PATCH QEMU v23 06/18] vfio: Add VM state change handler to know state of VM
` [PATCH QEMU v23 07/18] vfio: Add migration state change notifier

[PATCH 0/2] revert 9pfs reply truncation, wait for free room to reply
 2020-05-21 11:51 UTC  (4+ messages)
` [PATCH 2/2] xen/9pfs: yield when there isn't enough room on the ring

[PATCH 0/2] Update use_goto_tb() in hppa and rx targets
 2020-05-21 11:32 UTC  (3+ messages)

sharing intention for developing per-target, dynamically loadable accelerator modules
 2020-05-21 11:28 UTC  (4+ messages)

[PATCH v3 0/3] Add secret_keyring object
 2020-05-21 11:15 UTC  (7+ messages)
` [PATCH v3 1/3] crypto/secret: move main logic from 'secret' to 'secret_common'
` [PATCH v3 2/3] crypto/linux_keyring: add 'secret_keyring' secret object
` [PATCH v3 3/3] test-crypto-secret: add 'secret_keyring' object tests

[PATCH v3 0/5] fix & merge block_status_above and is_allocated_above
 2020-05-21 11:08 UTC  (4+ messages)
` [PATCH v3 5/5] iotests: add commit top->base cases to 274

[PATCH] virtiofsd: Use clone() and not unshare(), support non-root
 2020-05-21 10:43 UTC  (5+ messages)

[PATCH v3 00/22] microvm: add acpi support
 2020-05-21 10:36 UTC  (24+ messages)
` [PATCH v3 09/22] acpi: ged: rename event memory region
` [PATCH v3 10/22] acpi: ged: add control regs
` [PATCH v3 11/22] acpi: ged: add x86 device variant
` [PATCH v3 12/22] acpi: move acpi_dsdt_add_power_button() to ged
` [PATCH v3 14/22] microvm: use 2G split unconditionally
` [PATCH v3 16/22] microvm/acpi: add minimal acpi support
` [PATCH v3 17/22] microvm/acpi: add acpi_dsdt_add_virtio() for x86
` [PATCH v3 18/22] microvm/acpi: use GSI 16-23 for virtio
` [PATCH v3 19/22] microvm/acpi: use seabios with acpi=on
` [PATCH v3 21/22] [RfC] acpi: add per machine type acpi default
` [PATCH v3 22/22] [RfC] acpi: flip default to off for microvm

[Bug 1877716] [NEW] Win10 guest unsuable after a few minutes
 2020-05-21 10:27 UTC  (3+ messages)
` [Bug 1877716] Re: Win10 guest unusable "

[PULL 00/10] softfloat misc cleanups
 2020-05-21 10:10 UTC  (2+ messages)

[PATCH 0/2] avoid OOB access in SD card emulator
 2020-05-21 10:08 UTC  (5+ messages)
` [PATCH 2/2] sd: disable sdhci-pci device by default

[PATCH] crypto: add "none" random provider
 2020-05-21 10:07 UTC  (2+ messages)

[PATCH 0/4] Add support for SafeStack
 2020-05-21 10:00 UTC  (14+ messages)
` [PATCH 1/4] coroutine: support SafeStack in ucontext backend
` [PATCH 2/4] coroutine: Add check for SafeStack in sigalstack
` [PATCH 3/4] configure: add flag to enable SafeStack
` [PATCH 4/4] check-block: Enable iotests with SafeStack

cluster_size got from backup_calculate_cluster_size()
 2020-05-21  9:56 UTC 

[PATCH v4 0/5] modify CPU model info
 2020-05-21  9:44 UTC  (5+ messages)
` [PATCH v4 5/5] target/i386: remove Icelake-Client CPU model

[PATCH v8 02/62] target/riscv: implementation-defined constant parameters
 2020-05-21  9:40 UTC 

[PATCH v8 00/62] target/riscv: support vector extension v0.7.1
 2020-05-21  9:17 UTC  (2+ messages)
` [PATCH v8 01/62] target/riscv: add vector extension field in CPURISCVState

[PATCH 0/9] SMMUv3.2 Range-based TLB Invalidation Support
 2020-05-21  9:10 UTC  (10+ messages)
` [PATCH 1/9] hw/arm/smmu-common: Factorize some code in smmu_ptw_64()
` [PATCH 2/9] hw/arm/smmu-common: Add IOTLB helpers
` [PATCH 3/9] hw/arm/smmu: Simplify the IOTLB key format
` [PATCH 4/9] hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB value
` [PATCH 5/9] hw/arm/smmuv3: Store the starting level in SMMUTransTableInfo
` [PATCH 6/9] hw/arm/smmu-common: Manage IOTLB block entries
` [PATCH 7/9] hw/arm/smmuv3: Introduce smmuv3_s1_range_inval() helper
` [PATCH 8/9] hw/arm/smmuv3: Get prepared for range invalidation
` [PATCH 9/9] hw/arm/smmuv3: Advertise SMMUv3.2 "

[PATCH v2 1/2] spapr: Add associativity reference point count to machine info
 2020-05-21  9:00 UTC  (7+ messages)
` [PATCH v2 2/2] spapr: Add a new level of NUMA for GPUs

[PATCH 50/55] s390x/event-facility: Simplify creation of SCLP event devices
 2020-05-21  8:44 UTC  (2+ messages)

[PATCH] target-i386: do not force-expose WAITPKG if -overcommit cpu-pm=on
 2020-05-21  8:42 UTC 

kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed
 2020-05-21  8:10 UTC  (18+ messages)

[PATCH] arm/aspeed: Rework NIC attachment
 2020-05-21  7:36 UTC  (5+ messages)

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-21  7:32 UTC  (10+ messages)

Qemu Support for Virtio Video V4L2 driver
 2020-05-21  7:08 UTC  (11+ messages)
` [virtio-dev] Re: Fwd: "

[PATCH v4] target/i386: Add notes for versioned CPU models
 2020-05-21  6:37 UTC  (2+ messages)

[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-21  6:18 UTC  (4+ messages)
` [PATCH v2 8/8] s390: guest support for diagnose 0x318

[PATCH v2 0/9] pc-bios: s390x: Cleanup part 1
 2020-05-21  6:03 UTC  (14+ messages)
` [PATCH v2 4/9] pc-bios: s390x: Rename and use PSW_MASK_ZMODE constant
` [PATCH v2 5/9] pc-bios: s390x: Use PSW masks where possible
` [PATCH v2 6/9] pc-bios: s390x: Move panic() into header and add infinite loop
` [PATCH v2 7/9] pc-bios: s390x: Use ebcdic2ascii table
` [PATCH v2 8/9] pc-bios: s390x: Replace 0x00 with 0x0 or 0
` [PATCH v2 9/9] pc-bios: s390x: Make u32 ptr check explicit

[PATCH v4 00/10] vhost-user: Lift Max Ram Slots Limitation
 2020-05-21  5:00 UTC  (11+ messages)
` [PATCH v4 01/10] Add helper to populate vhost-user message regions
` [PATCH v4 02/10] Add vhost-user helper to get MemoryRegion data
` [PATCH v4 03/10] Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
` [PATCH v4 04/10] Transmit vhost-user memory regions individually
` [PATCH v4 05/10] Lift max memory slots limit imposed by vhost-user
` [PATCH v4 06/10] Refactor out libvhost-user fault generation logic
` [PATCH v4 07/10] Support ram slot configuration in libvhost-user
` [PATCH v4 08/10] Support adding individual regions "
` [PATCH v4 09/10] Support individual region unmap "
` [PATCH v4 10/10] Lift max ram slots limit "

[PATCH v8 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM
 2020-05-21  4:35 UTC  (3+ messages)

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-05-21  3:43 UTC  (9+ messages)
` [RFC v2 08/18] target/i386: sev: Remove redundant handle field
` [RFC v2 09/18] target/i386: sev: Unify SEVState and SevGuestState
` [RFC v2 13/18] guest memory protection: Move side effect out of machine_set_memory_encryption()
` [RFC v2 14/18] guest memory protection: Rework the "memory-encryption" property
` [RFC v2 15/18] guest memory protection: Decouple kvm_memcrypt_*() helpers from KVM
` [RFC v2 16/18] guest memory protection: Add Error ** to GuestMemoryProtection::kvm_init
` [RFC v2 17/18] spapr: Added PEF based guest memory protection
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests


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