qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-11 10:24:11 to 2020-08-12 08:51:12 UTC [more...]

[RFC v2 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-08-12  8:49 UTC  (11+ messages)
` [RFC v2 1/1] "
` [RFC v3 0/1] "
  ` [RFC v3 1/1] memory: Skip bad range assertion if notifier supports arbitrary masks

[PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
 2020-08-12  8:26 UTC  (5+ messages)

[PATCH] hw: add a number of SPI-flash's of m25p80 family
 2020-08-12  7:27 UTC  (2+ messages)

[PATCH v2] block: Raise an error when backing file parameter is an empty string
 2020-08-12  6:58 UTC  (2+ messages)

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

[Qemu-devel] [Bug 1815911] [NEW] aptitude crashes qemu-m68k with handle_cpu_signal received signal outside vCPU context
 2020-08-12  6:44 UTC  (3+ messages)
` [Bug 1815911] "

[Bug 1886811] [NEW] systemd complains Failed to enqueue loopback interface start request: Operation not supported
 2020-08-12  6:45 UTC  (3+ messages)
` [Bug 1886811] "

[Qemu-devel] [Bug 1366363] [NEW] qemu-git gravis ultrasound not working
 2020-08-12  6:32 UTC  (2+ messages)
` [Bug 1366363] "

[PATCH] arm: aspeed: add strap define `25HZ` of AST2500
 2020-08-12  6:42 UTC  (2+ messages)

[Qemu-devel] [Bug 1407808] [NEW] virtual console gives strange response to ANSI DSR
 2020-08-12  6:29 UTC  (2+ messages)
` [Bug 1407808] "

[PATCH 000/147] Meson integration for 5.2
 2020-08-12  6:32 UTC  (26+ messages)
` [PATCH 007/147] tests/vm: do not pollute configure with --efi-aarch64
` [PATCH 066/147] meson: convert tests/qtest to meson
` [PATCH 096/147] meson: convert hw/sd
` [PATCH 114/147] meson: convert hw/gpio
` [PATCH 131/147] meson: link emulators without Makefile.target
` [PATCH 139/147] meson: replace create-config with meson configure_file

[PATCH v6 0/6] riscv: Switch to use generic platform fw_dynamic type opensbi bios images
 2020-08-12  3:25 UTC  (2+ messages)

[PATCH v4 0/7] riscv: Switch to use generic platform fw_dynamic type opensbi bios images
 2020-08-12  3:25 UTC  (13+ messages)
` [PATCH v4 4/7] hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u

[PATCH v7 00/13] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-08-12  3:26 UTC  (4+ messages)
` [PATCH v7 13/13] tests/acceptance: console boot tests for quanta-gsj

[PATCH 0/7] target/arm: Add vSPE support to KVM guest
 2020-08-12  0:54 UTC  (11+ messages)
` [PATCH 6/7] hw/arm/virt: spe: Add SPE fdt binding for virt machine
` [PATCH 7/7] target/arm/cpu: spe: Enable spe to work with host cpu

[Bug 1884684] [NEW] QEMU 5.0: Guest VM hangs/freeze when unplugging USB device
 2020-08-12  0:35 UTC  (3+ messages)
` [Bug 1884684] "

[PATCH 0/2] block;scsi-generic: Fix max transfer size calculation
 2020-08-11 22:51 UTC  (3+ messages)
` [PATCH 1/2] file-posix: Correctly read max_segments of SG nodes
` [PATCH 2/2] scsi-generic: Fix HM-zoned device scan

[ANNOUNCE] QEMU 5.1.0 is now available
 2020-08-11 22:25 UTC 

[Bug 1883728] [NEW] address_space_unmap: Assertion `mr != NULL' failed
 2020-08-11 22:01 UTC  (2+ messages)
` [Bug 1883728] "

[PATCH v2 0/8] fcntl, sockopt, and ioctl options
 2020-08-11 21:39 UTC  (8+ messages)
` [PATCH v2 1/8] linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls
` [PATCH v2 2/8] linux-user: add missing UDP get/setsockopt option
` [PATCH v2 7/8] thunk: supports flexible arrays

[PATCH-for-5.2 0/3] trivial: Remove 'and and' in descriptions
 2020-08-11 21:20 UTC  (7+ messages)
` [PATCH-for-5.2 1/3] hw/i2c: Fix typo in description
` [PATCH-for-5.2 2/3] util/qemu-timer: "
` [PATCH-for-5.2 3/3] util/vfio-helpers: "

[PATCH v3 0/3] Fix couple of issues with AMD topology
 2020-08-11 21:04 UTC  (7+ messages)
` [PATCH v3 2/3] hw/i386: Add a new check to configure smp dies for EPYC

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

[Qemu-devel] [Bug 1810000] [NEW] qemu system emulator crashed with the attachment of usb-bt-dongle device
 2020-08-11 21:02 UTC  (2+ messages)
` [Bug 1810000] Re: qemu system emulator crashed when using xhci usb controller

[PATCH V1 00/32] Live Update
 2020-08-11 19:08 UTC  (7+ messages)

[Qemu-devel] [Bug 1825002] [NEW] "qemu: Unexpected FPU mode" since 0c1bbedc10e86ea9366b6af8c5520fafa3266b2f
 2020-08-11 18:22 UTC  (2+ messages)
` [Bug 1825002] "

[PATCH 0/4] qom: reduce boilerplate required for declaring and defining objects
 2020-08-11 18:22 UTC  (3+ messages)
` [PATCH 2/4] qom: provide convenient macros for declaring and defining types

[RFC PATCH 0/3] util/vfio-helpers: Fixes to allow using multiple IRQs
 2020-08-11 18:17 UTC  (7+ messages)
` [RFC PATCH 1/3] util/vfio-helpers: Store eventfd using int32_t type
` [RFC PATCH 2/3] util/vfio-helpers: Add trace event to display device IRQs available
` [RFC PATCH 3/3] util/vfio-helpers: Let qemu_vfio_pci_init_irq take IRQ index argument

[PATCH 0/2] spapr/nvram: Fix QEMU crash
 2020-08-11 17:47 UTC  (7+ messages)
` [PATCH 1/2] nvram: Add dry_run argument to chrp_nvram_create_system_partition()
` [PATCH 2/2] spapr/nvram: Allocate enough space for all -prom-env options

[PATCH] iotests/259: Fix reference output
 2020-08-11 17:11 UTC  (4+ messages)

[PATCH v4 0/9] memory: assert and define MemoryRegionOps callbacks
 2020-08-11 17:04 UTC  (15+ messages)
` [PATCH v4 1/9] hw/pci-host: add pci-intack write method
` [PATCH v4 2/9] pci-host: designware: add pcie-msi read method
` [PATCH v4 3/9] vfio: add quirk device write method
` [PATCH v4 4/9] prep: add ppc-parity "
` [PATCH v4 5/9] nvram: add nrf51_soc flash read method
` [PATCH v4 6/9] spapr_pci: add spapr msi "
` [PATCH v4 7/9] tz-ppc: add dummy read/write methods
` [PATCH v4 8/9] imx7-ccm: add digprog mmio write method
` [PATCH v4 9/9] memory: assert MemoryRegionOps callbacks are defined

[PATCH v4 0/5] Add strace support for printing arguments for a group of selected syscalls
 2020-08-11 16:45 UTC  (6+ messages)
` [PATCH v4 1/5] linux-user: Make cpu_env accessible in strace.c
` [PATCH v4 2/5] linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid()
` [PATCH v4 3/5] linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory
` [PATCH v4 4/5] linux-user: Add an api to print enumareted argument values with strace
` [PATCH v4 5/5] linux-user: Add strace support for printing arguments of some clock and time functions

[PATCH v2] CODING_STYLE.rst: flesh out our naming conventions
 2020-08-11 16:06 UTC  (6+ messages)

[PATCH v2] target/ppc: Integrate icount to purr, vtb, and tbu40
 2020-08-11 15:32 UTC 

[PATCH] target/ppc: Integrate icount to purr, vtb, and tbu40
 2020-08-11 15:12 UTC  (6+ messages)

[PATCH v2] virtio-rng: return available data with O_NONBLOCK
 2020-08-11 15:00 UTC  (16+ messages)
` Reminder: "

[PATCH v8 00/20] Initial support for multi-process qemu
 2020-08-11 14:56 UTC  (6+ messages)
` [PATCH v8 13/20] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v8 17/20] multi-process: heartbeat messages to remote

[PATCH v3] virtio-rng: return available data with O_NONBLOCK
 2020-08-11 14:42 UTC  (2+ messages)

[PATCH] docs/system/s390x: Add a chapter about s390x boot devices
 2020-08-11 14:35 UTC  (2+ messages)

[RFC v3 0/8] QEMU cpus.c refactoring part2
 2020-08-11 14:28 UTC  (8+ messages)
` [RFC v3 2/8] cpus: prepare new CpusAccel cpu accelerator interface
` [RFC v3 8/8] cpus: extract out hvf-specific code to target/i386/hvf/

[PATCH v4 1/4] Add the NVMM vcpu API
 2020-08-11 13:01 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/4] Add the NetBSD Virtual Machine Monitor accelerator
  ` [PATCH v5 3/4] Introduce the NVMM impl
  ` [PATCH v5 4/4] Add the NVMM acceleration enlightenments

[PATCH v5 1/4] Add the NVMM vcpu API
 2020-08-11 14:10 UTC  (4+ messages)
` [PATCH v5 2/4] Add the NetBSD Virtual Machine Monitor accelerator
` [PATCH v5 3/4] Introduce the NVMM impl
` [PATCH v5 4/4] Add the NVMM acceleration enlightenments

[PATCH] linux-user: Fix 'utimensat()' implementation
 2020-08-11 13:57 UTC  (3+ messages)

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

[PATCH V2] Introduce a new flag for piix to disable root bus PCI hotplug
 2020-08-11 13:12 UTC 

[PATCH] iotests/059: Fix reference output
 2020-08-11 13:10 UTC  (2+ messages)

[PATCH] Introduce global piix flag to disable PCI hotplug
 2020-08-11 13:09 UTC  (8+ messages)

[PATCH] Introduce a new flag for piix to disable root bus PCI hotplug
 2020-08-11 13:07 UTC 

[PATCH for-5.2 00/19] aspeed: mostly cleanups and some extensions
 2020-08-11 12:39 UTC  (6+ messages)
` [PATCH for-5.2 14/19] ftgmac100: Fix integer overflow in ftgmac100_do_tx()

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

[PATCH v2 00/14] Reverse debugging
 2020-08-11 11:02 UTC  (15+ messages)
` [PATCH v2 01/14] replay: don't record interrupt poll
` [PATCH v2 02/14] replay: provide an accessor for rr filename
` [PATCH v2 03/14] qcow2: introduce icount field for snapshots
` [PATCH v2 04/14] migration: "
` [PATCH v2 05/14] iotests: update snapshot test for new output format
` [PATCH v2 06/14] qapi: introduce replay.json for record/replay-related stuff
` [PATCH v2 07/14] replay: introduce info hmp/qmp command
` [PATCH v2 08/14] replay: introduce breakpoint at the specified step
` [PATCH v2 09/14] replay: implement replay-seek command
` [PATCH v2 10/14] replay: flush rr queue before loading the vmstate
` [PATCH v2 11/14] gdbstub: add reverse step support in replay mode
` [PATCH v2 12/14] gdbstub: add reverse continue "
` [PATCH v2 13/14] replay: describe reverse debugging in docs/replay.txt
` [PATCH v2 14/14] tests/acceptance: add reverse debugging test

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

[PATCH-for-5.2] hw/i386/q35: Remove unreachable Xen code on Q35 machine
 2020-08-11 10:55 UTC  (2+ messages)

[PATCH] docs/system: clarify deprecation scheduled
 2020-08-11 10:47 UTC 


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