qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-17 14:26:36 to 2020-06-17 21:09:05 UTC [more...]

[PATCH v10 00/73] per-CPU locks
 2020-06-17 21:01 UTC  (12+ 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 10/73] hppa: convert to helper_cpu_halted_set
` [PATCH v10 14/73] cpu: define cpu_halted helpers
` [PATCH v10 19/73] sh4: convert to cpu_halted
` [PATCH v10 20/73] i386: "

[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  (4+ 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  (8+ 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  (12+ messages)
          ` applying mailing list review tags (was: Re: [PATCH v3 00/16] python: add mypy support to python/qemu)

[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  (12+ 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)

[PATCH 00/19] Add Thread Sanitizer support to QEMU
 2020-06-17 15:56 UTC  (4+ messages)
` [PATCH 01/19] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext

[PULL 00/43] Block layer patches
 2020-06-17 15:48 UTC  (45+ messages)
` [PULL 01/43] hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
` [PULL 02/43] icount: make dma reads deterministic
` [PULL 03/43] virtio-blk: Refactor the code that processes queued requests
` [PULL 04/43] virtio-blk: On restart, process queued requests in the proper context
` [PULL 05/43] block: Refactor subdirectory recursion during make
` [PULL 06/43] qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_size
` [PULL 07/43] hw/block/nvme: fix pci doorbell size calculation
` [PULL 08/43] hw/block/nvme: rename trace events to pci_nvme
` [PULL 09/43] hw/block/nvme: remove superfluous breaks
` [PULL 10/43] hw/block/nvme: move device parameters to separate struct
` [PULL 11/43] hw/block/nvme: use constants in identify
` [PULL 12/43] hw/block/nvme: refactor nvme_addr_read
` [PULL 13/43] hw/block/nvme: fix pin-based interrupt behavior
` [PULL 14/43] hw/block/nvme: add max_ioqpairs device parameter
` [PULL 15/43] hw/block/nvme: remove redundant cmbloc/cmbsz members
` [PULL 16/43] hw/block/nvme: factor out property/constraint checks
` [PULL 17/43] hw/block/nvme: factor out device state setup
` [PULL 18/43] hw/block/nvme: factor out block backend setup
` [PULL 19/43] hw/block/nvme: add namespace helpers
` [PULL 20/43] hw/block/nvme: factor out namespace setup
` [PULL 21/43] hw/block/nvme: factor out pci setup
` [PULL 22/43] hw/block/nvme: factor out cmb setup
` [PULL 23/43] hw/block/nvme: factor out pmr setup
` [PULL 24/43] hw/block/nvme: do cmb/pmr init as part of pci init
` [PULL 25/43] hw/block/nvme: factor out controller identify setup
` [PULL 26/43] hw/block/nvme: Verify msix_vector_use() returned value
` [PULL 27/43] hw/block/nvme: add msix_qsize parameter
` [PULL 28/43] hw/block/nvme: verify msix_init_exclusive_bar() return value
` [PULL 29/43] .gitignore: Ignore storage-daemon files
` [PULL 30/43] virtio-blk: store opt_io_size with correct size
` [PULL 31/43] block: consolidate blocksize properties consistency checks
` [PULL 32/43] qdev-properties: blocksize: use same limits in code and description
` [PULL 33/43] qdev-properties: add size32 property type
` [PULL 34/43] qdev-properties: make blocksize accept size suffixes
` [PULL 35/43] block: make BlockConf size props 32bit and "
` [PULL 36/43] qdev-properties: add getter for size32 and blocksize
` [PULL 37/43] block: lift blocksize property limit to 2 MiB
` [PULL 38/43] iotests.py: Add skip_for_formats() decorator
` [PULL 39/43] iotests/041: Skip test_small_target for qed
` [PULL 40/43] iotests/292: data_file is unsupported
` [PULL 41/43] iotests/229: "
` [PULL 42/43] iotests/{190,291}: compat=0.10 "
` [PULL 43/43] iotests: Add copyright line in qcow2.py

[Bug 1880507] [NEW] VMM from Ubuntu 20.04 does not show the memory consumption
 2020-06-17 15:24 UTC  (4+ messages)
` [Bug 1880507] "

[PATCH v2] trace/simple: Fix unauthorized enable
 2020-06-17 15:26 UTC  (2+ messages)

[PATCH v2] qcow2: Fix preallocation on images with unaligned sizes
 2020-06-17 15:14 UTC  (3+ messages)

[PATCH 0/6] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-06-17 15:24 UTC  (7+ messages)
` [PATCH 5/6] hw/arm: Add NPCM730 and NPCM750 SoC models

[PATCH v4 0/4] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-06-17 15:12 UTC  (7+ messages)
` [PATCH v4 1/4] Introduce yank feature
` [PATCH v4 2/4] block/nbd.c: Add "

[Bug 1882241] [NEW] file transfer over cifs to 64bit guest corrupts large files
 2020-06-17 14:55 UTC  (2+ messages)
` [Bug 1882241] "

[PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts
 2020-06-17 14:50 UTC  (7+ messages)
` [PATCH v4 4/8] tpm: Split TPM_TIS_IRQ into TPM_TIS_ISA_IRQ and TPM_TIS_SYSBUS_IRQ
` [PATCH v4 5/8] acpi: Enable TPM IRQ
` [PATCH v4 6/8] tests: Add updated DSDT
` [PATCH v4 8/8] tpm: Disable interrupt support for TIS on sysbus

[PATCH 1/2] .gitignore: Ignore generated srorage-daemon files for in-tree builds
 2020-06-17 14:44 UTC  (2+ messages)

[PATCH v2 0/4] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-06-17 14:39 UTC  (6+ messages)
` [PATCH v2 1/4] Introduce yank feature


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