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

[PULL 00/20] riscv-to-apply queue
 2020-08-12 22:30 UTC  (11+ 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 15/20] gitlab-ci/opensbi: Update GitLab CI to build generic platform
` [PULL 16/20] target/riscv: Fix the translation of physical address
` [PULL 19/20] hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines

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

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

[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  (9+ messages)
` [PATCH 1/3] target/arm: Export merge_syn_data_abort from tlb_helper.c
` [PATCH 2/3] target/arm: Pass the entire mte descriptor to mte_check_fail
` [PATCH 3/3] target/arm: Merge ISS for data abort from tag check fail

[PATCH v3 00/13] RISC-V: Update the Hypervisor spec to v0.6.1
 2020-08-12 19:13 UTC  (14+ 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 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/2] spapr/nvram: Fix QEMU crash
 2020-08-12 19:06 UTC  (6+ messages)
` [PATCH v2 1/2] nvram: Add dry_run argument to chrp_nvram_create_system_partition()
` [PATCH v2 2/2] spapr/nvram: Error out if NVRAM cannot contain all -prom-env data

[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  (8+ messages)
` [PATCH-for-5.2 1/3] hw/misc/unimp: Display value after offset
` [PATCH-for-5.2 2/3] hw/misc/unimp: Display the value with width of the access size
` [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  (6+ 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 "

[PATCH-for-5.2 0/2] hw/core/sysbus: Trivial cleanup patches
 2020-08-12 17:48 UTC  (5+ messages)
` [PATCH-for-5.2 1/2] hw/core/sysbus: Fix a typo
` [PATCH-for-5.2 2/2] hw/core/sysbus: Assert memory region index is in range

[PATCH-for-5.2 0/4] hw/char/serial: Use the Clock API to feed the UART reference clock
 2020-08-12 17:46 UTC  (9+ messages)
` [PATCH-for-5.2 1/4] hw/char/serial: Replace commented DPRINTF() by trace event
` [PATCH-for-5.2 2/4] hw/char/serial: Remove old DEBUG_SERIAL commented code
` [PATCH-for-5.2 3/4] hw/char/serial: Let SerialState have an 'id' field
` [PATCH-for-5.2 4/4] hw/char/serial: Use the Clock API to feed the UART reference clock

[PATCH-for-5.2 0/3] hw/clock: Only propagate clock changes if the clock is changed
 2020-08-12 17:40 UTC  (7+ messages)
` [PATCH-for-5.2 1/3] hw/clock: Remove unused clock_init*() functions
` [PATCH-for-5.2 2/3] hw/clock: Let clock_set() return boolean value
` [PATCH-for-5.2 3/3] hw/clock: Only propagate clock changes if the clock is changed

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

[Bug 1891354] [NEW] Heap-use-after-free in usb_packet_unmap
 2020-08-12 16:55 UTC  (4+ messages)

[PATCH 000/147] Meson integration for 5.2
 2020-08-12 16:48 UTC  (7+ messages)
` [PATCH 007/147] tests/vm: do not pollute configure with --efi-aarch64

[PATCH 0/3] virtiofsd xattr name mappings
 2020-08-12 16:43 UTC  (4+ messages)
` [PATCH 1/3] tools/virtiofsd: xattr name mappings: Add option

[PATCH 0/3] float16 APIs and alternative sNaN handling
 2020-08-12 16:30 UTC  (3+ messages)
` [PATCH 1/3] softfloat: target/riscv: implement full set fp16 comparision

[Qemu-devel] [Bug 1213196] [NEW] -serial tcp should hang up when DTR goes low
 2020-08-12 16:23 UTC  (2+ messages)
` [Bug 1213196] "

[PULL 0/3] Fixes 20200724 patches
 2020-08-12 16:26 UTC  (3+ messages)
` [PULL 3/3] configure: Allow to build tools without pixman

[PATCH 2/2] hw: ehci: check return value of 'usb_packet_map'
 2020-08-12 16:17 UTC 

[PATCH 0/2] hw: ehci: fix two minor issues
 2020-08-12 16:16 UTC 

[PATCH 1/2] hw: ehci: destroy sglist in error path
 2020-08-12 16:17 UTC 

[RFC v4 00/14] QEMU cpus.c refactoring part2
 2020-08-12 16:12 UTC  (8+ messages)
` [RFC v4 03/14] cpus: extract out TCG-specific code to accel/tcg
` [RFC v4 05/14] cpus: extract out kvm-specific code to accel/kvm
` [RFC v4 11/14] hvf: remove hvf specific functions from global includes

[RFC v2] checkpatch: detect missing changes to trace-events
 2020-08-12 16:08 UTC  (3+ messages)

[PATCH] docs/system/target-avr: Improve the AVR docs and add to MAINTAINERS
 2020-08-12 15:53 UTC 

[Bug 1891341] [NEW] Heap-use-after-free in usb_packet_copy through iov_to_buf
 2020-08-12 15:48 UTC  (3+ messages)
` [Bug 1891341] "

hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore
 2020-08-12 15:46 UTC  (3+ messages)

[PATCH] linux-user: Fix 'semop()' and 'semtimedop()' implementation
 2020-08-12 15:45 UTC  (2+ messages)

[PATCH] mailmap: Add entry for Greg Kurz
 2020-08-12 15:41 UTC  (2+ messages)

[PATCH] hw: xhci: check return value of 'usb_packet_map'
 2020-08-12 15:31 UTC 

[PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu
 2020-08-12 15:21 UTC 

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

[PATCH v3] block/nbd: use non-blocking connect: fix vm hang on connect()
 2020-08-12 14:52 UTC 

[PATCH for-5.2 v3 0/3] migration: Add block-bitmap-mapping parameter
 2020-08-12 14:38 UTC  (5+ messages)
` [PATCH for-5.2 v3 1/3] "

[PATCH RFC 00/10] fix some comment spelling errors
 2020-08-12 14:16 UTC  (16+ messages)
` [PATCH RFC 01/10] qemu/: "
` [PATCH RFC 02/10] migration/: "
` [PATCH RFC 03/10] docs/: "
` [PATCH RFC 04/10] scripts/: "
` [PATCH RFC 05/10] util/: "
` [PATCH RFC 06/10] linux-user/: "
` [PATCH RFC 07/10] block/: "
` [PATCH RFC 08/10] disas/: "
` [PATCH RFC 09/10] qapi/: "
` [PATCH RFC 10/10] contrib/: "

KVM call for agenda for 2020-08-25
 2020-08-12 14:13 UTC 

[PATCH 0/2] linux-user: Adding support for a group of 4 time64 syscalls
 2020-08-12 13:57 UTC  (3+ messages)
` [PATCH 1/2] linux-user: Add support for 'ppoll_time64()' and 'pselect6_time64()'
` [PATCH 2/2] linux-user: Add support for 'utimensat_time64()' and 'semtimedop_time64()'

[PATCH v2 for 5.2 0/3] block: add logging facility for long standing IO requests
 2020-08-12 14:00 UTC  (2+ messages)

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

[PULL 0/2] Acceptance testing patches for 2020-08-12
 2020-08-12 13:18 UTC  (3+ messages)
` [PULL 1/2] tests/acceptance/boot_linux: Extract common URL from xlnx-versal test
` [PULL 2/2] acceptance: use stable URLs for the Debian and Ubuntu installer

[Qemu-devel] [Bug 1813165] [NEW] KVM internal error. Suberror: 1 emulation failure
 2020-08-12 12:51 UTC  (2+ messages)
` [Bug 1813165] "

[Qemu-devel] [Bug 1723927] [NEW] Linux or windows guest boot failed by uefi on CPU of Intel Xeon X5675
 2020-08-12 12:45 UTC  (2+ messages)
` [Bug 1723927] "

[Qemu-devel] [Bug 1778350] [NEW] Android-x86 4.4-r5 won't boot on QEMU since v2.11.0-rc2
 2020-08-12 12:46 UTC  (2+ messages)
` [Bug 1778350] "

[Qemu-devel] [Bug 1217339] [NEW] SIGQUIT to send ACPI-shutdown to Guest
 2020-08-12 12:41 UTC  (2+ messages)
` [Bug 1217339] "

[Qemu-devel] [Bug 1529449] [NEW] serial is required for -device nvme
 2020-08-12 12:43 UTC  (2+ messages)
` [Bug 1529449] "

[PULL 0/7] 9p performance fix for 5.2 2020-08-12
 2020-08-12 10:06 UTC  (8+ messages)
` [PULL 1/7] tests/virtio-9p: added split readdir tests
` [PULL 2/7] 9pfs: make v9fs_readdir_response_size() public
` [PULL 3/7] 9pfs: split out fs driver core of v9fs_co_readdir()
` [PULL 4/7] 9pfs: add new function v9fs_co_readdir_many()
` [PULL 5/7] 9pfs: T_readdir latency optimization
` [PULL 6/7] 9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L
` [PULL 7/7] 9pfs: clarify latency of v9fs_co_run_in_worker()

[Bug 893208] Re: qemu on ARM hosts can't boot i386 image
 2020-08-12 12:35 UTC 

[PATCH v2 0/5] hw/arm/virt: Introduce kvm-steal-time
 2020-08-12 12:41 UTC  (6+ messages)
` [PATCH v2 4/5] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
` [PATCH v2 5/5] hw/arm/virt: Implement kvm-steal-time

[Bug 1886602] [NEW] Windows 10 very slow with OVMF
 2020-08-12 12:30 UTC  (3+ messages)
` [Bug 1886602] "

[Bug 1858814] [NEW] 'make -C roms efi' does not update edk2 submodules
 2020-08-12 12:07 UTC  (3+ messages)
` [Bug 1858814] "

Acceptance Test BootLinuxAarch64.test_virt_tcg execution times
 2020-08-12 12:19 UTC  (2+ messages)

[PATCH] plugins: new syscalls plugin
 2020-08-12 11:58 UTC 

[PATCH for-5.1 v2] acceptance: use stable URLs for the Debian and Ubuntu installer
 2020-08-12 12:16 UTC  (2+ messages)

[PATCH v2 0/2] acceptance: update asset urls for the Bionic aarch64 installer
 2020-08-12 12:16 UTC  (2+ messages)

[Qemu-devel] [Bug 1658634] [NEW] Can't get correct display with latest QEMU and OVMF BIOS
 2020-08-12 11:58 UTC  (2+ messages)
` [Bug 1658634] "

[Qemu-devel] [Bug 1826200] [NEW] RFE: populate "OEM Strings" (type 11) SMBIOS table strings from regular files
 2020-08-12 11:51 UTC  (2+ messages)
` [Bug 1826200] "

[Qemu-devel] [Bug 1717708] [NEW] QEMU aarch64 can't run Windows ARM64 iso's
 2020-08-12 11:54 UTC  (2+ messages)
` [Bug 1717708] "

[Bug 1846427] [NEW] 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
 2020-08-12 11:49 UTC  (2+ messages)
` [Bug 1846427] "

[Bug 1847793] [NEW] qemu 4.1.0 - Corrupt guest filesystem after new vm install
 2020-08-12 11:47 UTC  (2+ messages)
` [Bug 1847793] "

[Bug 1888971] [NEW] SMI trigger causes hang with multiple cores
 2020-08-12 11:35 UTC  (2+ messages)
` [Bug 1888971] "

[PATCH] target/arm: Clarify HCR_EL2 ARMCPRegInfo type
 2020-08-12 11:12 UTC 

[Bug 1890360] [NEW] Assertion failure in address_space_unmap through virtio-blk
 2020-08-12 11:04 UTC  (2+ messages)
` [Bug 1890360] "

[PATCH 0/3] virtio: restore elem->in/out_sg after iov_discard_front/back()
 2020-08-12 10:49 UTC  (4+ messages)
` [PATCH 1/3] util/iov: add iov_discard_undo()
` [PATCH 2/3] virtio-blk: undo destructive iov_discard_*() operations
` [PATCH 3/3] virtio-crypto: don't modify elem->in/out_sg


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