qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-03 09:43:08 to 2021-05-03 17:26:26 UTC [more...]

QEMU tests, Coverity, and g_test_set_nonfatal_assertions()
 2021-05-03 17:18 UTC  (3+ messages)

[PATCH v3 0/6] hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs
 2021-05-03 17:13 UTC  (4+ messages)
` [PATCH v3 1/6] hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINE
` [PATCH v3 2/6] hw/sparc/sun4m: Introduce Sun4mMachineClass
` [PATCH v3 5/6] hw/sparc/sun4m: Fix code style for checkpatch.pl

[PATCH] Add missing coroutine_fn function signature to functions
 2021-05-03 17:08 UTC  (2+ messages)

[PATCH v2 0/6] vhost-user-blk: Error handling fixes during initialistion
 2021-05-03 17:12 UTC  (5+ messages)
` [PATCH v2 1/6] vhost-user-blk: Make sure to set Error on realize failure
` [PATCH v2 2/6] vhost-user-blk: Don't reconnect during initialisation

[RESEND PATCH 00/32] Qemu SGX virtualization
 2021-05-03 17:08 UTC  (6+ messages)
` [RESEND PATCH 01/32] memory: Add RAM_PROTECTED flag to skip IOMMU mappings
` [RESEND PATCH 05/32] vl: Add "sgx-epc" option to expose SGX EPC sections to guest

[Qemu-devel] [Bug 1368178] [NEW] Windows ME falsely detects qemu's videocards as Number Nine Imagine 128
 2021-05-03 16:53 UTC  (3+ messages)
` [Bug 1368178] "

[PATCH 0/3] tests: three easy Coverity fixes
 2021-05-03 16:59 UTC  (5+ messages)
` [PATCH 1/3] tests/qtest/tpm-util.c: Free memory with correct free function
` [PATCH 2/3] tests/qtest/rtc-test: Remove pointless NULL check
` [PATCH 3/3] tests: Avoid side effects inside g_assert() arguments

[PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-05-03 17:07 UTC  (7+ messages)
` [PATCH v2 3/7] ACPI ERST: support for ACPI ERST feature

[Qemu-devel] [Bug 1377095] [NEW] KVM guest VM does not reattach a throughpassed USB printer from Host after switching printer off and on
 2021-05-03 16:47 UTC  (2+ messages)
` [Bug 1377095] "

[Qemu-devel] [Bug 1364501] [NEW] Gdb hangs when trying to single-step after an invalid instruction
 2021-05-03 16:40 UTC  (2+ messages)
` [Bug 1364501] "

[Qemu-devel] [Bug 1371915] [NEW] Make Uninstall Rule Requested
 2021-05-03 16:47 UTC  (2+ messages)
` [Bug 1371915] "

[Qemu-devel] [Bug 1366363] [NEW] qemu-git gravis ultrasound not working
 2021-05-03 16:41 UTC  (2+ messages)
` [Bug 1366363] "

[Qemu-devel] [Bug 1367365] [NEW] qemu-img fixed vhd issues
 2021-05-03 16:41 UTC  (2+ messages)
` [Bug 1367365] "

[PATCH 0/3] ppc: Convert (mostly) from device_legacy_reset() to device_cold_reset()
 2021-05-03 16:55 UTC  (5+ messages)
` [PATCH 1/3] hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()
` [PATCH 2/3] hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()
` [PATCH 3/3] hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()

[Qemu-devel] [Bug 1336794] [NEW] 9pfs does not honor open file handles on unlinked files
 2021-05-03 16:40 UTC  (2+ messages)
` [Bug 1336794] "

[Qemu-devel] [Bug 1338591] [NEW] Cursor jumps on shape change with vmware vga
 2021-05-03 16:40 UTC  (2+ messages)
` [Bug 1338591] "

[PATCH v3 0/2] hw: Convert mc146818rtc & etraxfs_timer to 3-phase reset interface
 2021-05-03 16:52 UTC  (5+ messages)
` [PATCH v3 1/2] hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable interface)
` [PATCH v3 2/2] hw/rtc/mc146818rtc: "

[PATCH] coverity-scan: list components, move model to scripts/coverity-scan
 2021-05-03 16:49 UTC 

[Bug 1307225] Re: Running a virtual machine on a Haswell system produces machine check events
 2021-05-03 16:33 UTC 

[Qemu-devel] [Bug 1277433] [NEW] GDB context is inconsistent after "monitor system_reset"
 2021-05-03 16:33 UTC  (2+ messages)
` [Bug 1277433] "

[Bug 1323758] Re: Mouse stops working when connected usb-storage-device
 2021-05-03 16:34 UTC 

[RFC PATCH-for-6.1 0/9] hw/clock: Strengthen machine (non-qdev) clock propagation
 2021-05-03 16:37 UTC  (10+ messages)

[PATCH v5 00/10] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-03 16:33 UTC  (6+ messages)
` [PATCH v5 08/10] qtest/bios-tables-test: Make test build-independent from accelerator

[PATCH v2 0/6] hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs
 2021-05-03 16:35 UTC  (14+ messages)
` [PATCH v2 1/6] hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINE
` [PATCH v2 2/6] hw/sparc/sun4m: Introduce Sun4mMachineClass
` [PATCH v2 3/6] hw/sparc/sun4m: Factor out sun4m_machine_class_init()
` [PATCH v2 4/6] hw/sparc/sun4m: Register machine types in sun4m_machine_types[]
` [PATCH v2 5/6] hw/sparc/sun4m: Fix code style for checkpatch.pl
` [PATCH v2 6/6] hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_init

[Qemu-devel] [Bug 1396052] [NEW] migration failed when running BurnInTest in guest
 2021-05-03 16:11 UTC  (2+ messages)
` [Bug 1396052] "

[PATCH v6 00/26] TCI fixes and cleanups
 2021-05-03 16:22 UTC  (5+ messages)
` [PATCH v6 25/26] gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTS
` [PATCH v6 26/26] gitlab: Enable cross-i386 builds of TCI

[Qemu-devel] [Bug 1342686] [NEW] Windows 95 setup hangs
 2021-05-03 16:10 UTC  (2+ messages)
` [Bug 1342686] "

[Bug 1310714] Re: User mode networking SLIRP rapid memory leak
 2021-05-03 16:06 UTC 

[PATCH 0/6] block permission updated follow-up
 2021-05-03 16:05 UTC  (13+ messages)
` [PATCH 1/6] block: fix leak of tran in bdrv_root_attach_child
` [PATCH 2/6] block: bdrv_reopen_multiple(): fix leak of tran object
` [PATCH 3/6] block-backend: improve blk_root_get_parent_desc()
` [PATCH 4/6] block: improve bdrv_child_get_parent_desc()
` [PATCH 5/6] block: simplify bdrv_child_user_desc()
` [PATCH 6/6] block: improve permission conflict error message
` [PATCH 7/6] block: document child argument of bdrv_attach_child_common()

[Qemu-devel] [Bug 1762558] [NEW] Many crashes with "memslot_get_virt: slot_id 170 too big"-type errors in 2.12.0 rc2
 2021-05-03 15:48 UTC  (2+ messages)
` [Bug 1762558] "

[PATCH] spapr: Modify ibm,get-config-addr-info2 to set DEVNUM in PE config address
 2021-05-03 15:47 UTC  (5+ messages)
` [PATCH] spapr: Modify ibm, get-config-addr-info2 "

[Bug 1926952] [NEW] SPICE support broken with 6.0
 2021-05-03 15:33 UTC  (6+ messages)
` [Bug 1926952] "

[PATCH v3 0/7] target/ppc: untangle CPU init from translation
 2021-05-03 15:25 UTC  (5+ messages)
` [PATCH v3 4/7] target/ppc: turned SPR R/W callbacks not static

Let's remove some deprecated stuff
 2021-05-03 15:13 UTC  (12+ messages)

[Qemu-devel] [Bug 1258626] [NEW] Curses Keyboard Broken On OS X
 2021-05-03 14:51 UTC  (2+ messages)
` [Bug 1258626] "

[Qemu-devel] [Bug 1213196] [NEW] -serial tcp should hang up when DTR goes low
 2021-05-03 14:50 UTC  (2+ messages)
` [Bug 1213196] "

[PATCH v4] hw/smbios: support for type 41 (onboard devices extended information)
 2021-05-03 15:05 UTC  (2+ messages)

[Qemu-devel] [Bug 1269628] [NEW] Feature Request: Please add TCG OPAL 2 emulation support to the virtio disk emulation
 2021-05-03 14:51 UTC  (2+ messages)
` [Bug 1269628] "

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-05-03 15:03 UTC  (13+ messages)
` [PATCH v3 04/15] qemu-iotests: add option to attach gdbserver
` [PATCH v3 05/15] qemu-iotests: delay QMP socket timers
` [PATCH v3 14/15] qemu_iotests: add option to show qemu binary logs on stdout

[PATCH RESEND] pc-dimm: remove unnecessary get_vmstate_memory_region() method
 2021-05-03 14:52 UTC  (2+ messages)

Problem with Avocado and QEMU console
 2021-05-03 14:46 UTC  (4+ messages)

[PATCH 0/2] block: Fix Transaction leaks
 2021-05-03 14:33 UTC  (13+ messages)
` [PATCH 1/2] block: Fix Transaction leak in bdrv_root_attach_child()
` [PATCH 2/2] block: Fix Transaction leak in bdrv_reopen_multiple()

[PATCH v2 0/5] usb: fix some memory allocation issues
 2021-05-03 14:25 UTC  (10+ messages)
` [PATCH v2 1/5] usb/hid: avoid dynamic stack allocation
` [PATCH v2 2/5] usb/redir: avoid dynamic stack allocation (CVE-2021-3527)
` [PATCH v2 3/5] usb/mtp: avoid dynamic stack allocation
` [PATCH v2 4/5] usb/xhci: sanity check packet size
` [PATCH v2 5/5] usb: limit combined packets to 1 MiB

Adjustments of NVDIMM devices and future data safety
 2021-05-03 14:09 UTC  (2+ messages)

[PATCH v4 0/3] nvdimm: Enable sync-dax property for nvdimm
 2021-05-03 14:05 UTC  (3+ messages)

[PATCH v2] hw/net/imx_fec: return 0xffff when accessing non-existing PHY
 2021-05-03 13:53 UTC 

[RFC 0/1] Implement AVR WDT (watchdog timer)
 2021-05-03 13:36 UTC  (6+ messages)
` [RFC 1/1] Implement AVR watchdog timer

[PATCH 0/4] block/vvfat: Fix leaks and out of bounds writes
 2021-05-03 13:24 UTC  (5+ messages)
` [PATCH 1/4] block/vvfat: Fix leak of BDRVVVFATState::qcow_filename
` [PATCH 2/4] block/vvfat: Fix leak of BDRVVVFATState::used_clusters

Live migration support for virtio-fs
 2021-05-03 13:07 UTC  (4+ messages)
        ` [Virtio-fs] "

[PATCH] hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases
 2021-05-03 12:54 UTC  (2+ messages)

[qemu-web PATCH] Update website to point to the new bug tracker at GitLab instead of Launchpad
 2021-05-03 13:05 UTC  (4+ messages)

[PATCH v3 00/30] Base for adding PowerPC 64-bit instructions
 2021-05-03 13:00 UTC  (11+ messages)
` [PATCH v3 07/30] target/ppc: Move DISAS_NORETURN setting into gen_exception*
` [PATCH v3 08/30] target/ppc: Remove special case for POWERPC_SYSCALL
` [PATCH v3 09/30] target/ppc: Remove special case for POWERPC_EXCP_TRAP
` [PATCH v3 27/30] target/ppc: Move D/DS/X-form integer loads to decodetree

[PATCH] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS bits
 2021-05-03 12:58 UTC 

[Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
 2021-05-03 12:37 UTC  (2+ messages)
` [Bug 1185395] "

[Bug 1163034] Re: linux-user mode can't handle guest setting a very small RLIMIT_AS (hangs running gnutls28, coreutils configure check code)
 2021-05-03 12:37 UTC 

[PATCH 0/2] hw/usb: Do not build USB subsystem if not required
 2021-05-03 12:45 UTC  (4+ messages)

[PATCH v4 0/5] qemu-iotests: quality of life improvements
 2021-05-03 12:23 UTC  (7+ messages)
` [PATCH v4 1/5] qemu-iotests: do not buffer the test output
` [PATCH v4 2/5] qemu-iotests: allow passing unittest.main arguments to the test scripts
` [PATCH v4 3/5] qemu-iotests: move command line and environment handling from TestRunner to TestEnv
` [PATCH v4 4/5] qemu-iotests: let "check" spawn an arbitrary test command
` [PATCH v4 5/5] qemu-iotests: fix case of SOCK_DIR already in the environment

[PATCH] Deprecate pmem=on with non-DAX capable backend file
 2021-05-03 12:14 UTC  (4+ messages)

[Qemu-devel] [Bug 1096714] [NEW] qemu 1.3.0: usb devices shouldn't have same vendor/product ID and same serial
 2021-05-03 11:27 UTC  (2+ messages)
` [Bug 1096714] "

[Qemu-devel] [Bug 1101210] [NEW] qemu 1.3.0: usb keyboard not fully working
 2021-05-03 11:27 UTC  (2+ messages)
` [Bug 1101210] Re: qemu 1.4.2: "

[Bug 1128935] Re: MIPS r4k "TLB modified exception" generated for TLB entries that are not visible to the TLBP instruction
 2021-05-03 11:28 UTC 

[Qemu-devel] [Bug 1022023] [NEW] vga/std lacks few wide screen modes
 2021-05-03 11:19 UTC  (2+ messages)
` [Bug 1022023] "

[Qemu-devel] [Bug 1090604] [NEW] RFE: Implement support for SMBIOS Type 41 structures
 2021-05-03 11:20 UTC  (2+ messages)
` [Bug 1090604] "

[Qemu-devel] [Bug 944628] [NEW] Documentation for mtdblock, option-rom, and pflash is non-existent
 2021-05-03 11:19 UTC  (2+ messages)
` [Bug 944628] "

[PATCH 0/6] coroutine: new sleep/wake API
 2021-05-03 11:25 UTC  (7+ messages)
` [PATCH 1/6] coroutine-sleep: use a stack-allocated timer
` [PATCH 2/6] coroutine-sleep: disallow NULL QemuCoSleepState** argument
` [PATCH 3/6] coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
` [PATCH 4/6] coroutine-sleep: move timer out of QemuCoSleepState
` [PATCH 5/6] coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
` [PATCH 6/6] coroutine-sleep: introduce qemu_co_sleep

Switching to the GitLab bug tracker
 2021-05-03 11:16 UTC 

[PULL v2 00/31] target/hexagon patch queue
 2021-05-03 11:04 UTC  (2+ messages)

[PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches
 2021-05-03 10:44 UTC  (11+ messages)
` [PULL 01/10] Remove the deprecated moxie target
` [PULL 02/10] tests/docker/dockerfiles: Add ccache to containers where it was missing
` [PULL 03/10] include/sysemu: Poison all accelerator CONFIG switches in common code
` [PULL 04/10] gitlab-ci: Replace YAML anchors by extends (container_job)
` [PULL 05/10] gitlab-ci: Replace YAML anchors by extends (native_build_job)
` [PULL 06/10] gitlab-ci: Replace YAML anchors by extends (native_test_job)
` [PULL 07/10] libqos/qgraph: fix "UNAVAILBLE" typo
` [PULL 08/10] docs/devel/qgraph: add troubleshooting information
` [PULL 09/10] libqtest: refuse QTEST_QEMU_BINARY=qemu-kvm
` [PULL 10/10] util/compatfd.c: Replaced a malloc call with g_malloc

[PATCH 0/2] Drop deprecated lm32 and unicore32
 2021-05-03 10:52 UTC  (8+ messages)
` [PATCH 1/2] Drop the deprecated lm32 target
` [PATCH 2/2] Drop the deprecated unicore32 target

[Qemu-devel] [Bug 1776478] [NEW] Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation
 2021-05-03 10:12 UTC  (2+ messages)
` [Bug 1776478] "

[PULL 00/64] Block layer patches
 2021-05-03 10:17 UTC  (6+ messages)
` [PULL 37/64] block/snapshot: Fix fallback

[PATCH 0/4] pc-bios/s390-ccw: Allow building with Clang, too
 2021-05-03 10:10 UTC  (16+ messages)
` [PATCH 3/4] pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning
` [PATCH 4/4] pc-bios/s390-ccw: Allow building with Clang, too

[Qemu-devel] [Bug 721825] [NEW] VDI block driver bugs
 2021-05-03  9:58 UTC  (2+ messages)
` [Bug 721825] "

[Qemu-devel] [Bug 812398] [NEW] powerpc 7450 MMU initialization broken
 2021-05-03  9:51 UTC  (2+ messages)
` [Bug 812398] "

[PATCH v2 0/3] hw: Fix reset of bus-less devices
 2021-05-03 10:05 UTC  (4+ messages)
` [PATCH v2 2/3] hw/pci-host/raven: Manually reset the OR_IRQ device

[Qemu-devel] [Bug 922076] [NEW] doesn't clear screen on boot
 2021-05-03  9:51 UTC  (2+ messages)
` [Bug 922076] "

[Qemu-devel] [Bug 925405] [NEW] VNC server does not work with Mac Screen Sharing
 2021-05-03  9:51 UTC  (2+ messages)
` [Bug 925405] "

[PATCH 0/5] usb: fix some memory allocation issues
 2021-05-03  9:57 UTC  (5+ messages)
` [PATCH 2/5] usb/redir: avoid dynamic stack allocation (CVE-2021-3527)

[PATCH] block/snapshot: Clarify goto fallback behavior
 2021-05-03  9:54 UTC 

[RFC PATCH 00/15] gitlab-ci: Allow forks to use different pipelines than mainstream
 2021-05-03  9:45 UTC  (4+ messages)
` [PATCH 04/15] gitlab-ci: Replace YAML anchors by extends (acceptance_test_job)

[Qemu-devel] [Bug 645662] [NEW] Python 3.1.2 math errors with Qemu 0.12.5
 2021-05-03  9:28 UTC  (2+ messages)
` [Bug 645662] Re: QEMU x87 emulation of trig and other complex ops is only at 64-bit precision, not 80-bit


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