qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-31 06:24:05 to 2020-01-31 16:29:45 UTC [more...]

[PATCH v2 00/12] testing/next (with build fixes!)
 2020-01-31 16:14 UTC  (20+ messages)
` [PATCH v2 01/12] tests/docker: move most cross compilers to buster base
` [PATCH v2 02/12] tests/docker: better handle symlinked libs
` [PATCH v2 04/12] travis.yml: Install genisoimage package
` [PATCH v2 05/12] .shippable: --disable-docs for cross-compile tests
` [PATCH v2 08/12] .travis.yml: Add description to each job
` [PATCH v2 09/12] .travis.yml: build documents under bionic
` [PATCH v2 10/12] .travis.yml: move cache flushing to early common phase
` [PATCH v2 12/12] .travis.yml: limit the arm64 target list

Making QEMU easier for management tools and applications
 2020-01-31 16:28 UTC  (19+ messages)
                  ` Improving QOM documentation [Was: Re: Making QEMU easier for management tools and applications]

[PATCH v4 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-31 16:28 UTC  (83+ messages)
` [PATCH v4 01/80] numa: remove deprecated -mem-path fallback to anonymous RAM
` [PATCH v4 02/80] machine: introduce memory-backend property
` [PATCH v4 03/80] machine: alias -mem-path and -mem-prealloc into memory-foo backend
` [PATCH v4 04/80] machine: introduce convenience MachineState::ram
` [PATCH v4 05/80] initialize MachineState::ram in NUMA case
` [PATCH v4 06/80] vl.c: move -m parsing after memory backends has been processed
` [PATCH v4 07/80] vl.c: ensure that ram_size matches size of machine.memory-backend
` [PATCH v4 08/80] alpha/dp264: use memdev for RAM
` [PATCH v4 09/80] arm/aspeed: actually check RAM size
` [PATCH v4 10/80] arm/aspeed: use memdev for RAM
` [PATCH v4 11/80] arm/collie: "
` [PATCH v4 12/80] arm/cubieboard: "
` [PATCH v4 13/80] arm/digic_boards: "
` [PATCH v4 14/80] arm/highbank: "
` [PATCH v4 15/80] arm/imx25_pdk: drop RAM size fixup
` [PATCH v4 16/80] arm/imx25_pdk: use memdev for RAM
` [PATCH v4 17/80] arm/integratorcp: "
` [PATCH v4 18/80] arm/kzm: drop RAM size fixup
` [PATCH v4 19/80] arm/kzm: use memdev for RAM
` [PATCH v4 20/80] arm/mcimx6ul-evk: "
` [PATCH v4 21/80] arm/mcimx7d-sabre: "
` [PATCH v4 22/80] arm/mps2-tz: "
` [PATCH v4 23/80] arm/mps2: "
` [PATCH v4 24/80] arm/musicpal: "
` [PATCH v4 25/80] arm/nseries: "
` [PATCH v4 26/80] arm/omap_sx1: "
` [PATCH v4 27/80] arm/palm: "
` [PATCH v4 28/80] arm/raspi: "
` [PATCH v4 29/80] arm/sabrelite: "
` [PATCH v4 30/80] arm/sbsa-ref: "
` [PATCH v4 31/80] arm/versatilepb: "
` [PATCH v4 32/80] arm/vexpress: "
` [PATCH v4 33/80] arm/virt: "
` [PATCH v4 34/80] arm/xilinx_zynq: drop RAM size fixup
` [PATCH v4 35/80] arm/xilinx_zynq: use memdev for RAM
` [PATCH v4 36/80] arm/xlnx-versal-virt: "
` [PATCH v4 37/80] arm/xlnx-zcu102: "
` [PATCH v4 38/80] s390x/s390-virtio-ccw: "
` [PATCH v4 39/80] null-machine: "
` [PATCH v4 40/80] cris/axis_dev88: "
` [PATCH v4 41/80] hppa: "
` [PATCH v4 42/80] x86/microvm: "
` [PATCH v4 43/80] x86/pc: "
` [PATCH v4 44/80] lm32/lm32_boards: "
` [PATCH v4 45/80] lm32/milkymist: "
` [PATCH v4 46/80] m68k/an5206: "
` [PATCH v4 47/80] m68k/q800: "
` [PATCH v4 48/80] m68k/mcf5208: "
` [PATCH v4 49/80] m68k/next-cube: "
` [PATCH v4 50/80] mips/boston: "
` [PATCH v4 51/80] mips/mips_fulong2e: drop RAM size fixup
` [PATCH v4 52/80] mips/mips_fulong2e: use memdev for RAM
` [PATCH v4 53/80] mips/mips_jazz: "
` [PATCH v4 54/80] mips/mips_malta: "
` [PATCH v4 55/80] mips/mips_mipssim: "
` [PATCH v4 56/80] mips/mips_r4k: "
` [PATCH v4 57/80] ppc/e500: drop RAM size fixup
` [PATCH v4 58/80] ppc/e500: use memdev for RAM
` [PATCH v4 59/80] ppc/mac_newworld: "
` [PATCH v4 60/80] ppc/mac_oldworld: "
` [PATCH v4 61/80] ppc/pnv: "
` [PATCH v4 62/80] ppc/ppc405_boards: add RAM size checks
` [PATCH v4 63/80] ppc/ppc405_boards: use memdev for RAM
` [PATCH v4 64/80] ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
` [PATCH v4 65/80] ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
` [PATCH v4 66/80] ppc/prep: "
` [PATCH v4 67/80] ppc/spapr: "
` [PATCH v4 68/80] ppc/virtex_ml507: remove unused arguments
` [PATCH v4 69/80] ppc/virtex_ml507: use memdev for RAM
` [PATCH v4 70/80] sparc/leon3: "
` [PATCH v4 71/80] sparc/sun4m: "
` [PATCH v4 72/80] sparc/niagara: "
` [PATCH v4 73/80] remove no longer used memory_region_allocate_system_memory()
` [PATCH v4 74/80] exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()
` [PATCH v4 75/80] exec: drop bogus mem_path from qemu_ram_alloc_from_fd()
` [PATCH v4 76/80] make mem_path local variable
` [PATCH v4 77/80] hostmem: introduce "prealloc-threads" property
` [PATCH v4 78/80] hostmem: fix strict bind policy
` [PATCH v4 79/80] tests/numa-test: make top level args dynamic and g_autofree(cli) cleanups
` [PATCH v4 80/80] tests:numa-test: use explicit memdev to specify node RAM

[PATCH] target/arm: fix TCG leak for fcvt half->double
 2020-01-31 15:34 UTC 

[PATCH] virtio: add the queue number check
 2020-01-31 16:22 UTC  (10+ messages)

[PULL 0/5] Tracing patches
 2020-01-31 15:25 UTC  (5+ messages)

[PATCH v2 0/8] qemu-img, qemu-trace-stap, virtfs-proxy-helper: convert to rST
 2020-01-31 15:20 UTC  (10+ messages)
` [PATCH v2 1/8] Makefile: Ensure we don't run Sphinx in parallel for manpages
` [PATCH v2 5/8] qemu-img: Convert invocation documentation to rST
` [PATCH v2 6/8] qemu-img-cmds.hx: Remove texinfo document fragments
` [PATCH v2 7/8] scripts/qemu-trace-stap: Convert documentation to rST

[PATCH 0/6] tests/boot_linux_console: add extra boot acceptance tests
 2020-01-31 15:18 UTC  (10+ messages)
` [PATCH 5/6] tests/boot_linux_console: add extract_from_rpm method
` [PATCH 6/6] tests/boot_linux_console: add PVH acceptance tests

[PATCH v2] Implement the Screamer sound chip for the mac99 machine type
 2020-01-31 15:55 UTC  (12+ messages)
        ` [RFC] coreaudio: fix coreaudio_test.diff

[Qemu-devel] [Bug 1823790] [NEW] QEMU forces systemd into tight loop
 2020-01-31 15:40 UTC  (2+ messages)
` [Bug 1823790] Re: QEMU mishandling of SO_PEERSEC "

[Bug 1859310] [NEW] libvirt probing fails due to assertion failure with KVM and 'none' machine type
 2020-01-31 14:52 UTC  (2+ messages)
` [Bug 1859310] "

[PATCH rc4 00/29] target/avr merger
 2020-01-31 14:52 UTC  (20+ messages)
` [PATCH rc4 24/29] hw/avr: Add some ATmega microcontrollers
` [PATCH 0/2] !fixup target/avr merger-rc4
  ` [PATCH 1/2] !fixup "hw/misc: Add limited support for AVR power device"
  ` [PATCH 2/2] !fixup "hw/timer: Add limited support for AVR 16-bit timer peripheral"

[PATCH v11 0/2] docs: qcow2: introduce compression type feature
 2020-01-31 14:46 UTC  (5+ messages)
` [PATCH v11 1/2] docs: improve qcow2 spec about extending image header
` [PATCH v11 2/2] docs: qcow2: introduce compression type feature

[Bug 1851972] [NEW] pc-q35-4.1 and AMD Navi 5700/XT incompatible
 2020-01-31 14:39 UTC  (2+ messages)
` [Bug 1851972] "

[PATCH v5 0/6] Enable more iotests during "make check-block"
 2020-01-31 14:34 UTC  (5+ messages)
` [PATCH v5 5/6] iotests: Skip Python-based tests if QEMU does not support virtio-blk

[PATCH v10 0/2] qcow2: add zstd cluster compression
 2020-01-31 14:05 UTC  (6+ messages)
` [PATCH v10 1/2] docs: improve qcow2 spec about extending image header

[PATCH v2 00/29] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
 2020-01-31 13:46 UTC  (12+ messages)
` [PATCH v2 06/29] python/qemu: Add binutils::binary_get_arch()
` [PATCH v2 07/29] tests/acceptance: Use the 'arch' tag to verify QEMU binary target
` [PATCH v2 08/29] python/qemu: Add binutils::binary_get_machines()
` [PATCH v2 09/29] tests/acceptance: Use 'machine' tag to check if available in QEMU binary
` [PATCH v2 29/29] MAINTAINERS: Add Acceptance tests reviewers

[PATCH v7 00/11] error: auto propagated local_err part I
 2020-01-31 13:32 UTC  (14+ messages)
` [PATCH v7 01/11] qapi/error: add (Error **errp) cleaning APIs
` [PATCH v7 02/11] error: auto propagated local_err
` [PATCH v7 03/11] scripts: add coccinelle script to use auto propagated errp
` [PATCH v7 04/11] hw/sd/ssi-sd: fix error handling in ssi_sd_realize
` [PATCH v7 05/11] SD (Secure Card): introduce ERRP_AUTO_PROPAGATE
` [PATCH v7 06/11] pflash: "
` [PATCH v7 07/11] fw_cfg: "
` [PATCH v7 08/11] virtio-9p: "
` [PATCH v7 09/11] TPM: "
` [PATCH v7 10/11] nbd: "
` [PATCH v7 11/11] xen: "
` [Xen-devel] [PATCH v7 00/11] error: auto propagated local_err part I

[PATCH v5 00/41] target/arm: Implement ARMv8.1-VHE
 2020-01-31 13:31 UTC  (9+ messages)
` [PATCH v5 02/41] target/arm: Enable HCR_E2H for VHE
` [PATCH v5 28/41] target/arm: Add VHE system register redirection and aliasing
` [PATCH v5 30/41] target/arm: Flush tlb for ASID changes in EL2&0 translation regime
` [PATCH v5 31/41] target/arm: Flush tlbs for E2&0 "

[PATCH 0/5] python/qemu: qmp: Fix, delint and improvements
 2020-01-31 13:08 UTC  (3+ messages)

[Bug 1860759] [NEW] [REGRESSION] option `-snapshot` ignored with blockdev
 2020-01-31 12:30 UTC  (6+ messages)
` [Bug 1860759] "

Making QEMU easier for management tools and applications
 2020-01-31 12:27 UTC  (20+ messages)

[PATCH] iotests: Remove the superfluous 2nd check for the availability of quorum
 2020-01-31 12:17 UTC  (2+ messages)

[RFC PATCH v3 0/6] target/arm/kvm: Adjust virtual time
 2020-01-31 11:46 UTC  (3+ messages)

[RFC v3 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-01-31 11:42 UTC  (13+ messages)
` [RFC v3 02/25] hw/iommu: introduce DualStageIOMMUObject
` [RFC v3 03/25] hw/iommu: introduce IOMMUContext
` [RFC v3 06/25] scripts/update-linux-headers: Import iommu.h
` [RFC v3 07/25] header file update VFIO/IOMMU vSVA APIs

[PULL 00/18] Block patches
 2020-01-31 11:39 UTC  (2+ messages)

[Bug 1861468] [NEW] always fail to build qemu statically
 2020-01-31 11:16 UTC  (3+ messages)
` [Bug 1861468] "

[PATCH rc2 00/25] target/avr merger
 2020-01-31 11:20 UTC  (7+ messages)
` [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral

[PATCH] xen-bus/block: explicitly assign event channels to an AioContext
 2020-01-31 11:12 UTC  (4+ messages)

[PATCH] spapr: Enable DD2.3 accelerated count cache flush in pseries-5.0 machine
 2020-01-31 10:28 UTC  (2+ messages)

[Bug 1860920] Re: qemu-s390x-softmmu: crash
 2020-01-31 10:00 UTC  (2+ messages)

[RFC PATCH] hw/arm/virt: Support NMI injection
 2020-01-31  9:39 UTC  (12+ messages)

[GSoC/Outreachy QEMU proposal] Extend support for ioctls in QEMU linux-user mode
 2020-01-31  8:37 UTC  (5+ messages)

[PATCH] audio/dsound: fix invalid parameters error
 2020-01-31  7:55 UTC  (4+ messages)

[PULL 00/34] ppc-for-5.0 queue 20200131
 2020-01-31  6:09 UTC  (10+ messages)
` [PULL 14/34] spapr: Implement get_dt_compatible() callback
` [PULL 19/34] ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge
` [PULL 20/34] ppc/pnv: Add models for POWER8 PHB3 "
` [PULL 23/34] target/ppc/cpu.h: Put macro parameter in parentheses
` [PULL 26/34] target/ppc: Handle NMI guest exit
` [PULL 28/34] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls
` [PULL 30/34] ppc: spapr: Activate the FWNMI functionality
` [PULL 32/34] target/ppc: Use probe_access for LMW, STMW
` [PULL 33/34] target/ppc: Remove redundant mask in DCBZ


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