qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-12 17:59:12 to 2020-08-13 10:36:14 UTC [more...]

[RFC 0/9] Support disable/enable CPU features for AArch64
 2020-08-13 10:26 UTC  (4+ messages)
` [RFC 1/9] target/arm: convert isar regs to array
` [RFC 4/9] target/arm: Allow ID registers to synchronize to KVM
` [RFC 5/9] target/arm: introduce CPU feature dependency mechanism

[PULL 0/9] Tracing patches
 2020-08-13 10:31 UTC  (11+ messages)
` [PULL 1/9] scripts/tracetool: Fix dtrace generation for macOS
` [PULL 2/9] scripts/tracetool: Use void pointer for vcpu
` [PULL 3/9] build: Don't make object files for dtrace on macOS
` [PULL 4/9] net/colo: Match is-enabled probe to tracepoint
` [PULL 5/9] softmmu: Add missing trace-events file
` [PULL 6/9] scripts/cleanup-trace-events: Fix for vcpu property
` [PULL 7/9] scripts/cleanup-trace-events: Emit files in alphabetical order
` [PULL 8/9] trace-events: Delete unused trace points
` [PULL 9/9] trace-events: Fix attribution of trace points to source

[PATCH v1 0/1] COLO: migrate dirty ram pages before colo checkpoint
 2020-08-13 10:27 UTC  (3+ messages)

virtio-vsock requires 'disable-legacy=on' in QEMU 5.1
 2020-08-13 10:24 UTC  (3+ messages)

[PATCH] docs: clarify absence of set_features in vhost-user
 2020-08-13  9:48 UTC 

[PATCH 0/2] target/arm: Implement an IMPDEF pauth algorithm
 2020-08-13  9:49 UTC  (8+ messages)
` [PATCH 1/2] target/arm: Add cpu property to control pauth

[PATCH 1/2] target/mips: Coding style update to fix checkpatch errors
 2020-08-13  9:41 UTC  (2+ messages)
` [PATCH 2/2] target/mips: Add definition of Loongson-3A3000 CPU

[PATCH 00/14] ppc/spapr: Error handling fixes and cleanups
 2020-08-13  7:14 UTC  (5+ messages)
` [PATCH 01/14] spapr: Simplify error handling in spapr_phb_realize()
` [PATCH 02/14] spapr/xive: Rework error handling of kvmppc_xive_cpu_connect()

[PATCH 00/11] trivial patchs for static code analyzer fixes
 2020-08-13  9:25 UTC  (17+ messages)
` [PATCH 01/11] hw/arm/virt-acpi-build:Remove dead assignment in build_madt()
` [PATCH 02/11] hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
` [PATCH 03/11] target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()
` [PATCH 04/11] target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_misc_fp16()
` [PATCH 05/11] hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
` [PATCH 06/11] hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()
` [PATCH 07/11] vfio/platform: Remove dead assignment in vfio_intp_interrupt()
` [PATCH 08/11] tcg/optimize: Remove redundant statement in tcg_optimize()
` [PATCH 09/11] usb/bus: Remove dead assignment in usb_get_fw_dev_path()
` [PATCH 10/11] hw/intc: Remove redundant statement in exynos4210_combiner_read()
` [PATCH 11/11] hw/display/vga:Remove redundant statement in vga_draw_graphic()

[PATCH 00/17] crypto/cipher: Class hierarchy cleanups
 2020-08-13  8:54 UTC  (27+ messages)
` [PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h
` [PATCH 02/17] crypto: Move QCryptoCipherDriver "
` [PATCH 03/17] crypto: Assume blocksize is a power of 2
` [PATCH 04/17] crypto: Rename cipher include files to .inc.c
` [PATCH 05/17] crypto: Remove redundant includes
` [PATCH 06/17] crypto/nettle: Fix xts_encrypt arguments
` [PATCH 07/17] crypto: Use the correct const type for driver
` [PATCH 08/17] crypto: Allocate QCryptoCipher with the subclass
` [PATCH 09/17] crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new
` [PATCH 10/17] crypto: Constify cipher data tables
` [PATCH 11/17] crypto/builtin: Remove odd-sized AES block handling
` [PATCH 12/17] crypto/builtin: Merge qcrypto_cipher_aes_{ecb, xts}_{en, de}crypt
` [PATCH 13/17] crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c
` [PATCH 14/17] crypto/builtin: Split and simplify AES_encrypt_cbc
` [PATCH 15/17] crypto/builtin: Split QCryptoCipherBuiltin into subclasses
` [PATCH 16/17] crypto/nettle: Split QCryptoCipherNettle "
` [PATCH 17/17] crypto/gcrypt: Split QCryptoCipherGcrypt "

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-08-13  8:19 UTC  (5+ messages)
` [for-5.2 v4 09/10] host trust limitation: Alter virtio default properties for protected guests

[Bug 1890545] [NEW] (ARM64) qemu-x86_64+schroot(Debian bullseye) can't run chrome and can't load HTML
 2020-08-13  7:41 UTC  (2+ messages)
` [Bug 1890545] "

[PULL 00/20] riscv-to-apply queue
 2020-08-13  7:53 UTC  (23+ messages)
` [PULL 01/20] target/riscv: Generate nanboxed results from fp helpers
` [PULL 02/20] target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s
` [PULL 03/20] target/riscv: Generate nanboxed results from trans_rvf.inc.c
` [PULL 04/20] target/riscv: Check nanboxed inputs to fp helpers
` [PULL 05/20] target/riscv: Check nanboxed inputs in trans_rvf.inc.c
` [PULL 06/20] target/riscv: Clean up fmv.w.x
` [PULL 07/20] target/riscv: check before allocating TCG temps
` [PULL 08/20] hw/riscv: sifive_u: Add a dummy L2 cache controller device
` [PULL 09/20] riscv: Fix bug in setting pmpcfg CSR for RISCV64
` [PULL 10/20] configure: Create symbolic links for pc-bios/*.elf files
` [PULL 11/20] roms/opensbi: Upgrade from v0.7 to v0.8
` [PULL 12/20] roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware
` [PULL 13/20] hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u
` [PULL 14/20] hw/riscv: spike: Change the default bios to use generic platform image
` [PULL 15/20] gitlab-ci/opensbi: Update GitLab CI to build generic platform
` [PULL 16/20] target/riscv: Fix the translation of physical address
` [PULL 17/20] target/riscv: Change the TLB page size depends on PMP entries
` [PULL 18/20] hw/intc: ibex_plic: Update the pending irqs
` [PULL 19/20] hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines
` [PULL 20/20] hw/intc: ibex_plic: Honour source priorities

[PATCH 0/3] Implement blfoat16 in softfloat
 2020-08-13  7:14 UTC  (4+ messages)
` [PATCH 1/3] fpu/softfloat: Define operations for bfloat16
` [PATCH 2/3] fpu/softfloat: Define convert "
` [PATCH 3/3] fpu/softfloat: Define misc "

[PATCH v2 0/2] spapr/nvram: Fix QEMU crash
 2020-08-13  6:43 UTC  (5+ messages)
` [PATCH v2 2/2] spapr/nvram: Error out if NVRAM cannot contain all -prom-env data

[PATCH v4 0/9] memory: assert and define MemoryRegionOps callbacks
 2020-08-13  6:36 UTC  (2+ messages)

[PULL 00/14] Linux user for 5.2 patches
 2020-08-13  6:49 UTC  (15+ messages)
` [PULL 01/14] linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
` [PULL 02/14] linux-user: Validate mmap/mprotect prot value
` [PULL 03/14] linux-user: Adjust guest page protection for the host
` [PULL 04/14] linux-user: Modify 'target_to_host/host_to_target_itimerspec()'
` [PULL 05/14] linux-user: Add support for a group of 2038 safe syscalls
` [PULL 06/14] linux-user: Add support for a group of btrfs ioctls used for subvolumes
` [PULL 07/14] linux-user: Add support for a group of btrfs ioctls used for snapshots
` [PULL 08/14] linux-user: Add support for btrfs ioctls used to manipulate with devices
` [PULL 09/14] linux-user: Add support for btrfs ioctls used to get/set features
` [PULL 10/14] linux-user: Add support for a group of btrfs inode ioctls
` [PULL 11/14] linux-user: Add support for two btrfs ioctls used for subvolume
` [PULL 12/14] linux-user: Add support for btrfs ioctls used to manage quota
` [PULL 13/14] linux-user: Add support for btrfs ioctls used to scrub a filesystem
` [PULL 14/14] linux-user: Fix 'utimensat()' implementation

[PATCH 1/2] hw/virtio-pci Added counter for pcie capabilities offsets
 2020-08-13  7:19 UTC  (2+ messages)
` [PATCH 2/2] hw/virtio-pci Added AER capability

device compatibility interface for live migration with assigned devices
 2020-08-13  4:24 UTC  (12+ messages)

[RFC PATCH v2 0/2] Add write-once and file-backed features to OTP
 2020-08-13  4:12 UTC  (4+ messages)
` [RFC PATCH v2 1/2] hw/riscv: sifive_u: Add file-backed OTP

[PATCH v6 0/4] Fix some PMP implementations
 2020-08-13  3:04 UTC  (4+ messages)
` [PATCH v6 4/4] target/riscv: Change the TLB page size depends on PMP entries

[PATCH v2] target/ppc: Integrate icount to purr, vtb, and tbu40
 2020-08-13  2:42 UTC  (4+ messages)

[PATCH v3 00/13] RISC-V: Update the Hypervisor spec to v0.6.1
 2020-08-13  2:26 UTC  (15+ messages)
` [PATCH v3 01/13] target/riscv: Allow setting a two-stage lookup in the virt status
` [PATCH v3 02/13] target/riscv: Allow generating hlv/hlvx/hsv instructions
` [PATCH v3 03/13] target/riscv: Do two-stage lookups on "
` [PATCH v3 04/13] target/riscv: Don't allow guest to write to htinst
` [PATCH v3 05/13] target/riscv: Convert MSTATUS MTL to GVA
` [PATCH v3 06/13] target/riscv: Fix the interrupt cause code
` [PATCH v3 07/13] target/riscv: Update the Hypervisor trap return/entry
` [PATCH v3 08/13] target/riscv: Update the CSRs to the v0.6 Hyp extension
` [PATCH v3 09/13] target/riscv: Only support a single VSXL length
` [PATCH v3 10/13] target/riscv: Only support little endian guests
` [PATCH v3 11/13] target/riscv: Support the v0.6 Hypervisor extension CRSs
` [PATCH v3 12/13] target/riscv: Return the exception from invalid CSR accesses
` [PATCH v3 13/13] target/riscv: Support the Virtual Instruction fault

[PATCH v1 0/2] Add timeout mechanism to qmp actions
 2020-08-13  1:51 UTC  (3+ messages)

[Bug 1891354] [NEW] Heap-use-after-free in usb_packet_unmap
 2020-08-13  1:26 UTC  (4+ messages)

[PATCH v3 0/8] Generalize start-powered-off property from ARM
 2020-08-13  1:25 UTC  (7+ messages)
` [RFC PATCH v3 8/8] target/s390x: Use start-powered-off CPUState property

[PATCH v9 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-08-13  0:31 UTC  (5+ messages)
` [PATCH v9 1/4] hw/net/can: "
` [PATCH v9 2/4] xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllers
` [PATCH v9 3/4] tests/qtest: Introduce tests for Xilinx ZynqMP CAN controller
` [PATCH v9 4/4] MAINTAINERS: Add maintainer entry "

[PATCH 0/3] Trapped instruction encoding support
 2020-08-12 23:16 UTC  (5+ messages)
` [PATCH 1/3] target/riscv: Optional feature to provide trapped instruction in CSRs
` [PATCH 3/3] target/riscv: Update MTINST/HTINST CSR in riscv_cpu_do_interrupt()

[PULL 00/24] target/xtensa updates for 5.2
 2020-08-12 23:24 UTC 

[PATCH] tcg: Fix tcg gen for vectorized absolute value
 2020-08-12 22:31 UTC 

[PATCH 0/1] qga: add command guest-get-disk
 2020-08-12 21:30 UTC  (5+ messages)
` [PATCH 1/1] qga: add command guest-get-disks

[RFC v2 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-08-12 21:12 UTC  (6+ messages)
` [RFC v3 "

[PATCH 0/3] target/arm: Complete ISS for MTE tag check fail
 2020-08-12 19:06 UTC  (6+ messages)

[PATCH 0/4] trace-events: Clean up
 2020-08-12 19:29 UTC  (2+ messages)

[PATCH] softmmu: Add missing trace-events file
 2020-08-12 19:28 UTC  (2+ messages)

[PATCH v2 0/3] hw/misc/unimp: Improve how offset/value are displayed
 2020-08-12 19:02 UTC  (4+ messages)
` [PATCH v2 1/3] hw/misc/unimp: Display value after offset
` [PATCH v2 2/3] hw/misc/unimp: Display the value with width of the access size
` [PATCH v2 3/3] hw/misc/unimp: Display the offset with width of the region size

[PATCH-for-5.2 0/3] hw/misc/unimp: Improve how offset/value are displayed
 2020-08-12 18:52 UTC  (4+ messages)
` [PATCH-for-5.2 3/3] hw/misc/unimp: Display the offset with width of the region size

[PATCH v4 00/14] block/nvme: Various cleanups required to use multiple queues
 2020-08-12 18:50 UTC  (15+ messages)
` [PATCH v4 01/14] block/nvme: Replace magic value by SCALE_MS definition
` [PATCH v4 02/14] block/nvme: Avoid further processing if trace event not enabled
` [PATCH v4 03/14] block/nvme: Let nvme_create_queue_pair() fail gracefully
` [PATCH v4 04/14] block/nvme: Define INDEX macros to ease code review
` [PATCH v4 05/14] block/nvme: Improve error message when IO queue creation failed
` [PATCH v4 06/14] block/nvme: Use common error path in nvme_add_io_queue()
` [PATCH v4 07/14] block/nvme: Rename local variable
` [PATCH v4 08/14] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
` [PATCH v4 09/14] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
` [PATCH v4 10/14] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
` [PATCH v4 11/14] block/nvme: Simplify nvme_init_queue() arguments
` [PATCH v4 12/14] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
` [PATCH v4 13/14] block/nvme: Simplify nvme_create_queue_pair() arguments
` [PATCH v4 14/14] block/nvme: Extract nvme_poll_queue()

[PATCH v1 0/3] hw/intc: A few fixes for the Ibex PLIC
 2020-08-12 18:56 UTC  (5+ messages)
` [PATCH v1 1/3] hw/intc: ibex_plic: Update the pending irqs
` [PATCH v1 3/3] hw/intc: ibex_plic: Honour source priorities

[PATCH v5 00/14] QEMU cpus.c refactoring part2
 2020-08-12 18:32 UTC  (15+ messages)
` [PATCH v5 01/14] cpu-timers, icount: new modules
` [PATCH v5 02/14] cpus: prepare new CpusAccel cpu accelerator interface
` [PATCH v5 03/14] cpus: extract out TCG-specific code to accel/tcg
` [PATCH v5 04/14] cpus: extract out qtest-specific code to accel/qtest
` [PATCH v5 05/14] cpus: extract out kvm-specific code to accel/kvm
` [PATCH v5 06/14] cpus: extract out hax-specific code to target/i386/
` [PATCH v5 07/14] cpus: extract out whpx-specific "
` [PATCH v5 08/14] cpus: extract out hvf-specific code to target/i386/hvf/
` [PATCH v5 09/14] cpus: cleanup now unneeded includes
` [PATCH v5 10/14] cpus: add handle_interrupt to the CpusAccel interface
` [PATCH v5 11/14] hvf: remove hvf specific functions from global includes
` [PATCH v5 12/14] whpx: remove whpx "
` [PATCH v5 13/14] hax: remove hax "
` [PATCH v5 14/14] kvm: remove kvm "


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