qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-17 15:59:25 to 2020-06-17 21:59:13 UTC [more...]

[PATCH v2 00/18] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-06-17 21:34 UTC  (16+ messages)
` [PATCH v2 01/18] hw/block/nvme: Move NvmeRequest has_sg field to a bit flag
` [PATCH v2 02/18] hw/block/nvme: Define 64 bit cqe.result
` [PATCH v2 03/18] hw/block/nvme: Clean up unused AER definitions
` [PATCH v2 05/18] hw/block/nvme: Introduce the Namespace Types definitions
` [PATCH v2 06/18] hw/block/nvme: Define trace events related to NS Types
` [PATCH v2 07/18] hw/block/nvme: Add support for Namespace Types
` [PATCH v2 08/18] hw/block/nvme: Make Zoned NS Command Set definitions
` [PATCH v2 09/18] hw/block/nvme: Define Zoned NS Command Set trace events
` [PATCH v2 10/18] hw/block/nvme: Support Zoned Namespace Command Set
` [PATCH v2 12/18] hw/block/nvme: Simulate Zone Active excursions
` [PATCH v2 13/18] hw/block/nvme: Set Finish/Reset Zone Recommended attributes
` [PATCH v2 14/18] hw/block/nvme: Generate zone AENs
` [PATCH v2 15/18] hw/block/nvme: Support Zone Descriptor Extensions
` [PATCH v2 16/18] hw/block/nvme: Add injection of Offline/Read-Only zones
` [PATCH v2 17/18] hw/block/nvme: Use zone metadata file for persistence

[Bug 1883984] [NEW] QEMU S/390x sqxbr (128-bit IEEE 754 square root) crashes qemu-system-s390x
 2020-06-17 21:50 UTC 

[PATCH v10 00/73] per-CPU locks
 2020-06-17 21:02 UTC  (74+ messages)
` [PATCH v10 01/73] cpu: rename cpu->work_mutex to cpu->lock
` [PATCH v10 02/73] cpu: introduce cpu_mutex_lock/unlock
` [PATCH v10 03/73] cpu: make qemu_work_cond per-cpu
` [PATCH v10 04/73] cpu: move run_on_cpu to cpus-common
` [PATCH v10 05/73] cpu: introduce process_queued_cpu_work_locked
` [PATCH v10 06/73] cpu: make per-CPU locks an alias of the BQL in TCG rr mode
` [PATCH v10 07/73] tcg-runtime: define helper_cpu_halted_set
` [PATCH v10 08/73] ppc: convert to helper_cpu_halted_set
` [PATCH v10 09/73] cris: "
` [PATCH v10 10/73] hppa: "
` [PATCH v10 11/73] m68k: "
` [PATCH v10 12/73] alpha: "
` [PATCH v10 13/73] microblaze: "
` [PATCH v10 14/73] cpu: define cpu_halted helpers
` [PATCH v10 15/73] tcg-runtime: convert to cpu_halted_set
` [PATCH v10 16/73] hw/semihosting: "
` [PATCH v10 17/73] arm: convert to cpu_halted
` [PATCH v10 18/73] ppc: "
` [PATCH v10 19/73] sh4: "
` [PATCH v10 20/73] i386: "
` [PATCH v10 21/73] lm32: "
` [PATCH v10 22/73] m68k: "
` [PATCH v10 23/73] mips: "
` [PATCH v10 24/73] riscv: "
` [PATCH v10 25/73] s390x: "
` [PATCH v10 26/73] sparc: "
` [PATCH v10 27/73] xtensa: "
` [PATCH v10 28/73] gdbstub: "
` [PATCH v10 29/73] openrisc: "
` [PATCH v10 30/73] cpu-exec: "
` [PATCH v10 31/73] cpu: "
` [PATCH v10 32/73] cpu: define cpu_interrupt_request helpers
` [PATCH v10 33/73] ppc: use cpu_reset_interrupt
` [PATCH v10 34/73] exec: "
` [PATCH v10 35/73] i386: "
` [PATCH v10 36/73] s390x: "
` [PATCH v10 37/73] openrisc: "
` [PATCH v10 38/73] arm: convert to cpu_interrupt_request
` [PATCH v10 39/73] i386: "
` [PATCH v10 40/73] i386/kvm: "
` [PATCH v10 41/73] i386/hax-all: "
` [PATCH v10 42/73] i386/whpx-all: "
` [PATCH v10 43/73] i386/hvf: convert to cpu_request_interrupt
` [PATCH v10 44/73] ppc: convert to cpu_interrupt_request
` [PATCH v10 45/73] sh4: "
` [PATCH v10 46/73] cris: "
` [PATCH v10 47/73] hppa: "
` [PATCH v10 48/73] lm32: "
` [PATCH v10 49/73] m68k: "
` [PATCH v10 50/73] mips: "
` [PATCH v10 51/73] nios: "
` [PATCH v10 52/73] s390x: "
` [PATCH v10 53/73] alpha: "
` [PATCH v10 54/73] moxie: "
` [PATCH v10 55/73] sparc: "
` [PATCH v10 56/73] openrisc: "
` [PATCH v10 57/73] unicore32: "
` [PATCH v10 58/73] microblaze: "
` [PATCH v10 59/73] accel/tcg: "
` [PATCH v10 60/73] cpu: convert to interrupt_request
` [PATCH v10 61/73] cpu: call .cpu_has_work with the CPU lock held
` [PATCH v10 62/73] cpu: introduce cpu_has_work_with_iothread_lock
` [PATCH v10 63/73] ppc: convert to cpu_has_work_with_iothread_lock
` [PATCH v10 64/73] mips: "
` [PATCH v10 65/73] s390x: "
` [PATCH v10 66/73] riscv: "
` [PATCH v10 67/73] sparc: "
` [PATCH v10 68/73] xtensa: "
` [PATCH v10 69/73] cpu: rename all_cpu_threads_idle to qemu_tcg_rr_all_cpu_threads_idle
` [PATCH v10 70/73] cpu: protect CPU state with cpu->lock instead of the BQL
` [PATCH v10 71/73] cpus-common: release BQL earlier in run_on_cpu
` [PATCH v10 72/73] cpu: add async_run_on_cpu_no_bql
` [PATCH v10 73/73] cputlb: queue async flush jobs without the BQL

Query Regarding Contribution
 2020-06-17 18:25 UTC 

[PATCH v4 0/6] Vs clang-10 and gcc-9 warnings
 2020-06-17 20:58 UTC  (8+ messages)
` [PATCH v4 1/6] fpu/softfloat: Silence 'bitwise negation of boolean expression' warning
` [PATCH v4 2/6] migration: fix xbzrle encoding rate calculation
` [PATCH v4 3/6] configure: Clean up warning flag lists
` [PATCH v4 4/6] configure: Disable -Wtautological-type-limit-compare
` [PATCH v4 5/6] configure: Add -Wno-psabi
` [PATCH v4 6/6] qht: Fix threshold rate calculation

[PATCH 0/7] python: create installable package
 2020-06-17 20:27 UTC  (3+ messages)

[PATCH] hw/audio/gus: Fix registers 32-bit access
 2020-06-17 20:23 UTC  (3+ messages)

[PATCH 00/78] Patch Round-up for stable 4.2.1, freeze on 2020-06-22
 2020-06-17 20:02 UTC  (2+ messages)

[PATCH rc1 00/15] hw: Renesas patches (SH4 and RX)
 2020-06-17 19:44 UTC  (17+ messages)
` [PATCH rc1 01/15] MAINTAINERS: Cover sh_intc files in the R2D/Shix machine sections
` [PATCH rc1 02/15] MAINTAINERS: Add an entry for common Renesas peripherals
` [PATCH rc1 03/15] hw/sh4: Use MemoryRegion typedef
` [PATCH rc1 04/15] hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'
` [PATCH rc1 05/15] hw/timer/sh_timer: Remove unused 'qemu/timer.h' include
` [PATCH rc1 06/15] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH rc1 07/15] hw/timer: RX62N 8-Bit timer (TMR)
` [PATCH rc1 08/15] hw/timer: RX62N compare match timer (CMT)
` [PATCH rc1 09/15] hw/char: RX62N serial communication interface (SCI)
` [PATCH rc1 10/15] hw/rx: RX62N microcontroller (MCU)
` [PATCH rc1 11/15] hw/rx: Honor -accel qtest
` [PATCH rc1 12/15] hw/rx: Register R5F562N7 and R5F562N8 MCUs
` [PATCH rc1 13/15] hw/rx: Add RX GDB simulator
` [PATCH rc1 14/15] BootLinuxConsoleTest: Test the "
` [PATCH rc1 15/15] docs: Document the RX target

[PATCH] block: Raise an error when backing file parameter is an empty string
 2020-06-17 19:11 UTC  (3+ messages)

[PULL 00/12] migration, HMP and virtiofs queue
 2020-06-17 19:09 UTC  (14+ messages)
` [PULL 01/12] virtiofsd: Whitelist fchmod
` [PULL 02/12] qom-hmp-cmds: fix a memleak in hmp_qom_get
` [PULL 03/12] hmp: Make json format optional for qom-set
` [PULL 04/12] tests/migration: mem leak fix
` [PULL 05/12] tests/migration: fix unreachable path in stress test
` [PULL 06/12] monitor/hmp-cmds: add units for migrate_parameters
` [PULL 07/12] monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' fails
` [PULL 08/12] monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()
` [PULL 09/12] monitor/hmp-cmds: add 'goto end' to reduce duplicate code
` [PULL 10/12] monitor/hmp-cmds: improvements for the 'info migrate'
` [PULL 11/12] docs/xbzrle: update 'cache miss rate' and 'encoding rate' to docs
` [PULL 12/12] migration: fix multifd_send_pages() next channel

CFP: KVM Forum 2020
 2020-06-17 19:05 UTC  (3+ messages)
` CFP: KVM Forum 2020 virtual experience

[PATCH v9 0/9] tests/vm: Add support for aarch64 VMs
 2020-06-17 18:44 UTC  (2+ messages)

[PATCH v2 0/4] Add support for SafeStack
 2020-06-17 18:43 UTC  (2+ messages)

[PATCH 0/3] Add Scripts for Finding Top 25 Executed Functions
 2020-06-17 18:21 UTC  (14+ messages)
` [PATCH 2/3] scripts/performance: Add callgrind_top_25.py script
` [PATCH 3/3] scripts/performance: Add perf_top_25.py script

Is roms/vgabios/config.mak still needed?
 2020-06-17 18:10 UTC  (2+ messages)

QEMU | Pipeline #157306656 has failed for master | 26bf4a29
 2020-06-17 17:42 UTC 

[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-17 17:59 UTC  (6+ messages)
` [PATCH v4 13/21] hmp: Handle virtio-mem when printing memory device info
` [PATCH v4 18/21] virtio-mem: Migration sanity checks

[PATCH 0/6] Add various undefined MMIO r/w functions
 2020-06-17 17:57 UTC  (6+ messages)

[PATCH 2/2] scripts/tracetool: Add plainlog backend
 2020-06-17 17:53 UTC  (3+ messages)

[PATCH] target/arm/kvm: Check supported feature per accelerator (not per vCPU)
 2020-06-17 17:37 UTC  (3+ messages)

[PATCH 0/8] ESCC2
 2020-06-17 17:29 UTC  (2+ messages)

[PATCH v2 0/3] hyperv: vmbus: ACPI various corrections
 2020-06-17 17:28 UTC  (6+ messages)
` [PATCH v2 1/3] hyperv: vmbus: Remove the 2nd IRQ
` [PATCH v2 2/3] i386: acpi: vmbus: Add _ADR definition
` [PATCH v2 3/3] acpi: i386: Move VMBus DSDT entry to SB

ovmf / PCI passthrough impaired due to very limiting PCI64 aperture
 2020-06-17 17:23 UTC  (26+ messages)

[PATCH v3 00/16] python: add mypy support to python/qemu
 2020-06-17 17:18 UTC  (3+ messages)

[PATCH 1/1] docs/s390x: fix vfio-ap device_del description
 2020-06-17 17:17 UTC  (4+ messages)

[PATCH v3 0/3] python/machine.py: refactor shutdown
 2020-06-17 17:15 UTC  (7+ messages)

[PATCH v2 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-06-17 16:43 UTC  (11+ messages)
` [PATCH v2 07/12] hw/arm: Load -bios image as a boot ROM for npcm7xx
` [PATCH v2 09/12] hw/mem: Stubbed out NPCM7xx Memory Controller model
` [PATCH v2 10/12] hw/ssi: NPCM7xx Flash Interface Unit device model
` [PATCH v2 11/12] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj
` [PATCH v2 12/12] docs/system: Add Nuvoton machine documentation

[PATCH v2] arm/virt: Add memory hot remove support
 2020-06-17 16:40 UTC  (3+ messages)

[PATCH v2 0/5] hw/riscv: sifive_u: Add Mode Select (MSEL[3:0]) support
 2020-06-17 16:30 UTC  (3+ messages)
` [PATCH v2 2/5] hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004

[PATCH v2] configure: prefer sphinx-build to sphinx-build-3
 2020-06-17 16:31 UTC  (3+ messages)

[PULL 0/2] Usb 20200617 patches
 2020-06-17 16:28 UTC  (2+ messages)

[PATCH] qom-hmp-cmds: fix a memleak in hmp_qom_get
 2020-06-17 16:23 UTC  (2+ messages)

Accessing the Metal graphics API with OSX as VM client
 2020-06-17 16:23 UTC  (3+ messages)

[RFC] ivshmem v2: Shared memory device specification
 2020-06-17 16:10 UTC  (3+ messages)


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