qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-28 19:48:05 to 2021-04-29 13:54:14 UTC [more...]

[PATCH for post 6.0 v1 00/25] testing/next (hexagon/tricore/test cc)
 2021-04-29 13:53 UTC  (3+ messages)
` [PATCH v1 18/25] tests/tcg/tricore: Add clz test

[PATCH v2 0/2] virtiofsd: Meson build fix
 2021-04-29 13:50 UTC  (9+ messages)
` [PATCH v2 1/2] meson: Select 'have_system' when virtiofsd is enabled
` [PATCH v2 2/2] gitlab-ci: Add a job to build virtiofsd standalone

Let's remove some deprecated stuff
 2021-04-29 13:46 UTC  (15+ messages)

[PATCH v3 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-04-29 13:40 UTC  (10+ messages)
` [PATCH v3 1/9] qapi: replace List[str] by QAPISchemaIfCond
` [PATCH v3 2/9] qapi: move gen_if/gen_endif to QAPISchemaIfCond
` [PATCH v3 3/9] qapi: start building an 'if' predicate tree
` [PATCH v3 4/9] qapi: introduce IfPredicateList and IfAny
` [PATCH v3 5/9] qapi: add IfNot
` [PATCH v3 6/9] qapi: normalize 'if' condition to IfPredicate tree
` [PATCH v3 7/9] qapi: convert 'if' C-expressions to the new syntax tree
` [PATCH v3 8/9] qapi: make 'if' condition strings simple identifiers
` [PATCH v3 9/9] docs: update the documentation about schema configuration

[PATCH v4 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-04-29 13:22 UTC  (14+ messages)
` [PATCH v4 01/12] MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
` [PATCH v4 10/12] qtest/qmp-cmd-test: Make test build-independent from accelerator
` [PATCH v4 12/12] tests/meson: Only build softfloat objects if TCG is selected

[PATCH v5 00/10] numa/exec/migration: Fix resizing RAM blocks while migrating
 2021-04-29 13:13 UTC  (12+ messages)
` [PATCH v5 01/10] util: vfio-helpers: Factor out and fix processing of existing ram blocks
` [PATCH v5 02/10] numa: Teach ram block notifiers about resizeable "
` [PATCH v5 03/10] numa: Make all callbacks of ram block notifiers optional
` [PATCH v5 04/10] migration/ram: Handle RAM block resizes during precopy
` [PATCH v5 05/10] exec: Relax range check in ram_block_discard_range()
` [PATCH v5 06/10] migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incoming_init()
` [PATCH v5 07/10] migration/ram: Simplify host page handling in ram_load_postcopy()
` [PATCH v5 08/10] migration/ram: Handle RAM block resizes during postcopy
` [PATCH v5 09/10] migration/multifd: Print used_length of memory block
` [PATCH v5 10/10] migration/ram: Use offset_in_ramblock() in range checks

[PATCH] make vfio and DAX cache work together
 2021-04-29 13:09 UTC  (10+ messages)

[PATCH 0/5] vhost-user-blk: Error handling fixes during initialistion
 2021-04-29 12:56 UTC  (14+ messages)
` [PATCH 1/5] vhost-user-blk: Don't reconnect during initialisation
` [PATCH 2/5] vhost-user-blk: Use Error more consistently
` [PATCH 4/5] virtio: Fail if iommu_platform is requested, but unsupported
` [PATCH 5/5] vhost-user-blk: Check that num-queues is supported by backend

[RFC PATCH 00/27] Virtio sound card implementation
 2021-04-29 12:48 UTC  (29+ messages)
` [RFC PATCH 01/27] virtio-snd: Add virtio sound header file
` [RFC PATCH 02/27] virtio-snd: Add jack control structures
` [RFC PATCH 03/27] virtio-snd: Add PCM "
` [RFC PATCH 04/27] virtio-snd: Add chmap "
` [RFC PATCH 05/27] virtio-snd: Add device implementation structures
` [RFC PATCH 06/27] virtio-snd: Add PCI wrapper code for VirtIOSound
` [RFC PATCH 07/27] virtio-snd: Add properties for class init
` [RFC PATCH 08/27] virtio-snd: Add code for get config function
` [RFC PATCH 09/27] virtio-snd: Add code for set "
` [RFC PATCH 10/27] virtio-snd: Add code for the realize function
` [RFC PATCH 11/27] virtio-snd: Add macros for logging
` [RFC PATCH 12/27] virtio-snd: Add control virtqueue handler
` [RFC PATCH 13/27] virtio-snd: Add VIRTIO_SND_R_JACK_INFO handler
` [RFC PATCH 14/27] virtio-snd: Add stub for VIRTIO_SND_R_JACK_REMAP handler
` [RFC PATCH 15/27] virtio-snd: Add VIRTIO_SND_R_PCM_INFO handler
` [RFC PATCH 16/27] virtio-snd: Add VIRITO_SND_R_PCM_SET_PARAMS handle
` [RFC PATCH 17/27] virtio-snd: Add VIRTIO_SND_R_PCM_PREPARE handler
` [RFC PATCH 18/27] virtio-snd: Add default configs to realize fn
` [RFC PATCH 19/27] virtio-snd: Add callback for SWVoiceOut
` [RFC PATCH 20/27] virtio-snd: Add VIRITO_SND_R_PCM_START handler
` [RFC PATCH 21/27] virtio-snd: Add VIRTIO_SND_R_PCM_STOP handler
` [RFC PATCH 22/27] virtio-snd: Add VIRTIO_SND_R_PCM_RELEASE handler
` [RFC PATCH 23/27] virtio-snd: Replaced goto with if else
` [RFC PATCH 24/27] virtio-snd: Add code to device unrealize function
` [RFC PATCH 25/27] virtio-snd: Add tx vq and handler
` [RFC PATCH 26/27] virtio-snd: Add event vq and a handler stub
` [RFC PATCH 27/27] virtio-snd: Add rx vq and stub handler

socket.c added support for unix domain socket datagram transport
 2021-04-29 12:07 UTC  (8+ messages)

[Qemu-devel] [Bug 1824778] [NEW] PowerPC64: tlbivax does not work for addresses above 4G
 2021-04-29 11:20 UTC  (2+ messages)
` [Bug 1824778] "

[Qemu-devel] [Bug 1734474] [NEW] Maemo does not boot on emulated N800
 2021-04-29 11:04 UTC  (4+ messages)
` [Bug 1734474] "

[PATCH] meson: change buildtype when debug_info=no
 2021-04-29 11:02 UTC  (5+ messages)

[Bug 1884017] [NEW] Intermittently erratic mouse under Windows 95
 2021-04-29 10:49 UTC  (2+ messages)
` [Bug 1884017] "

[RFC PATCH v2 0/4] hw/arm/virt: Introduce cluster cpu topology support
 2021-04-29 11:02 UTC  (10+ messages)
` [RFC PATCH v2 1/4] vl.c: Add -smp, clusters=* command line support for ARM cpu
` [RFC PATCH v2 2/4] hw/arm/virt: Parse -smp cluster parameter in virt_smp_parse

[Qemu-devel] [Bug 1785485] [NEW] Mouse moves erratically when using scroll wheel on Windows NT 4, Windows 95, and Windows 3.1 guests
 2021-04-29 10:49 UTC  (2+ messages)
` [Bug 1785485] "

[Bug 1926044] [NEW] QEMU-user doesn't report HWCAP2_MTE
 2021-04-29 10:54 UTC  (2+ messages)
` [Bug 1926044] "

[Bug 1926596] [NEW] qemu-monitor-event command stukcs randomly
 2021-04-29 10:46 UTC 

[Qemu-devel] [Bug 1269628] [NEW] Feature Request: Please add TCG OPAL 2 emulation support to the virtio disk emulation
 2021-04-29 10:37 UTC  (2+ messages)
` [Bug 1269628] "

[PATCH v4 00/12] target/hexagon: introduce idef-parser
 2021-04-29 10:53 UTC  (6+ messages)
` [PATCH v4 09/12] target/hexagon: import lexer for idef-parser

[Bug 1904954] [NEW] lan9118 bug peeking receive massage size not equal to received message size
 2021-04-29 10:45 UTC  (2+ messages)
` [Bug 1904954] Re: lan9118 bug peeked received message size not equal to actual "

[Bug 1863678] [NEW] qemu and virtio-vga black screen in Android
 2021-04-29 10:31 UTC  (2+ messages)
` [Bug 1863678] "

[Bug 1883560] [NEW] mips linux-user builds occasionly crash randomly only to be fixed by a full clean re-build
 2021-04-29 10:26 UTC  (2+ messages)
` [Bug 1883560] "

[Bug 1862887] [NEW] qemu does not load pulseaudio modules properly
 2021-04-29 10:24 UTC  (2+ messages)
` [Bug 1862887] "

[Bug 1926521] [NEW] QEMU-user ignores MADV_DONTNEED
 2021-04-29 10:16 UTC  (3+ messages)
` [Bug 1926521] "

[Bug 1910696] [NEW] Qemu fails to start with error " There is no option group 'spice'"
 2021-04-29  9:57 UTC  (2+ messages)
` [Bug 1910696] "

[Bug 1910723] [NEW] NULL pointer dereference issues in am53c974 SCSI host bus adapter
 2021-04-29  9:57 UTC  (2+ messages)
` [Bug 1910723] "

[Qemu-devel] [Bug 1696180] [NEW] Issues with qemu-img, libgfapi, and encryption at rest
 2021-04-29  9:51 UTC  (2+ messages)
` [Bug 1696180] "

[Qemu-devel] [Bug 1745312] [NEW] Regression report: Disk subsystem I/O failures/issues surfacing in DOS/early Windows [two separate issues: one bisected, one root-caused]
 2021-04-29  9:52 UTC  (2+ messages)
` [Bug 1745312] "

[Qemu-devel] [Bug 1745316] [NEW] SDL1.x>SDL2 regressions: non-usbtablet mouse position reporting is broken, and VGA/compatmonitor/serial/etc view switching is unusable
 2021-04-29  9:53 UTC  (2+ messages)
` [Bug 1745316] "

[Qemu-devel] [Bug 1371915] [NEW] Make Uninstall Rule Requested
 2021-04-29  9:50 UTC  (2+ messages)
` [Bug 1371915] "

[Qemu-devel] [Bug 1779955] [NEW] qemu-arm-static read() doesn't accept mmap address as destination
 2021-04-29  9:53 UTC  (2+ messages)
` [Bug 1779955] Re: qemu linux-user requires read permissions on memory passed to syscalls that should only need write access

[Bug 1793904] Re: files are randomly overwritten by Zero Bytes
 2021-04-29  9:53 UTC 

[Bug 1883083] [NEW] QEMU: block/vvfat driver issues
 2021-04-29  9:54 UTC  (2+ messages)
` [Bug 1883083] "

[Qemu-devel] [Bug 1833053] [NEW] qemu guest crashes on spice client USB redirected device removal
 2021-04-29  9:54 UTC  (2+ messages)
` [Bug 1833053] "

[Bug 1890395] [NEW] qmp/hmp: crash if client closes socket too early
 2021-04-29  9:55 UTC  (2+ messages)
` [Bug 1890395] "

[Bug 1916344] [NEW] User mode networking not working properly on QEMU on Mac OS X host
 2021-04-29  9:50 UTC  (2+ messages)
` [Bug 1916344] "

[PATCH] spapr: Modify ibm,get-config-addr-info2 to set DEVNUM in PE config address
 2021-04-29  9:02 UTC  (4+ messages)
` [PATCH] spapr: Modify ibm, get-config-addr-info2 "

[PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10
 2021-04-29  8:51 UTC  (3+ messages)

[Qemu-devel] [Bug 1833661] [NEW] Linux kernel oops on Malta board while accessing pflash
 2021-04-29  8:31 UTC  (2+ messages)
` [Bug 1833661] "

[PATCH v1] vhost-vdpa: Set discarding of RAM broken when initializing the backend
 2021-04-29  7:51 UTC  (2+ messages)

[PATCH v2 00/15] linux-user/s390x: some signal fixes
 2021-04-29  7:33 UTC  (32+ messages)
` [PATCH v2 01/15] linux-user/s390x: Fix sigframe types
` [PATCH v2 02/15] linux-user/s390x: Use uint16_t for signal retcode
` [PATCH v2 03/15] linux-user/s390x: Remove PSW_ADDR_AMODE
` [PATCH v2 04/15] linux-user/s390x: Remove restore_sigregs return value
` [PATCH v2 05/15] linux-user/s390x: Fix trace in restore_regs
` [PATCH v2 06/15] linux-user/s390x: Fix sigcontext sregs value
` [PATCH v2 07/15] linux-user/s390x: Use tswap_sigset in setup_rt_frame
` [PATCH v2 08/15] linux-user/s390x: Tidy save_sigregs
` [PATCH v2 09/15] linux-user/s390x: Clean up single-use gotos in signal.c
` [PATCH v2 10/15] linux-user/s390x: Set psw.mask properly for the signal handler
` [PATCH v2 11/15] linux-user/s390x: Add stub sigframe argument for last_break
` [PATCH v2 12/15] linux-user/s390x: Fix frame_addr corruption in setup_frame
` [PATCH v2 13/15] linux-user/s390x: Add build asserts for sigset sizes
` [PATCH v2 14/15] linux-user/s390x: Clean up signal.c
` [PATCH v2 15/15] linux-user/s390x: Handle vector regs in signal stack

[PATCH 0/2] virtiofsd: Meson build fixes
 2021-04-29  7:31 UTC  (10+ messages)
` [PATCH 1/2] meson: Check for seccomp/cap-ng libraries if virtiofsd is enabled
` [PATCH 2/2] util/meson: Build iov/hexdump/buffer_is_zero with virtiofsd

[RFC] AVR watchdog
 2021-04-29  6:44 UTC  (2+ messages)

[PATCH] virtio-net: failover: add missing remove_migration_state_change_notifier()
 2021-04-29  7:26 UTC  (4+ messages)

[RUST] Add crate for generic vhost-user-i2c backend daemon
 2021-04-29  7:09 UTC  (4+ messages)

[Bug 1874678] [NEW] [Feature request] python-qemu package
 2021-04-29  6:58 UTC  (2+ messages)
` [Bug 1874678] "

[Bug 1914870] [NEW] libvixl compilation failure on Debian unstable
 2021-04-29  6:53 UTC  (2+ messages)
` [Bug 1914870] "

[Bug 1926497] [NEW] dp83932 stops working after a short while
 2021-04-29  6:26 UTC  (6+ messages)
` [Bug 1926497] "

[PATCH] hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
 2021-04-29  6:08 UTC  (10+ messages)

[PATCH] Hexagon (target/hexagon) remove unused functions
 2021-04-29  5:25 UTC  (4+ messages)

[RFC PATCH 3/4] target/ppc: Move SPR generation to separate file
 2021-04-29  4:24 UTC  (3+ messages)

[PATCH v4 0/3] nvdimm: Enable sync-dax property for nvdimm
 2021-04-29  3:49 UTC  (4+ messages)
` [PATCH v4 1/3] spapr: nvdimm: Forward declare and move the definitions
` [PATCH v4 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v4 3/3] nvdimm: Enable sync-dax device property for nvdimm

[PATCH v6 0/4] Add support for ipv6 host forwarding
 2021-04-29  3:37 UTC  (2+ messages)

sysemu SMP scheduling
 2021-04-29  3:25 UTC  (2+ messages)

[PATCH v6 0/9] vhost-vdpa: add support for configure interrupt
 2021-04-29  3:08 UTC  (7+ messages)
` [PATCH v6 1/9] hw: Add check for queue number
` [PATCH v6 7/9] virtio-pci: add support for configure interrupt

[PATCH] meson: Set implicit_include_directories to false
 2021-04-29  2:43 UTC 

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-04-29  2:21 UTC  (6+ messages)
` [RFC PATCH v2 6/6] hw/arm/virt: Replace smp_parse with one that prefers cores

[PATCH v3] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2021-04-29  1:35 UTC 

[PATCH RESEND v2] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2021-04-29  1:18 UTC  (3+ messages)

X on old (non-x86) Linux guests
 2021-04-29  1:07 UTC  (7+ messages)

[PATCH v4 00/26] Hexagon (target/hexagon) update
 2021-04-28 23:53 UTC  (4+ messages)

[PATCH v2] target/i386: add "-cpu, lbr-fmt=*" support to enable guest LBR
 2021-04-28 21:19 UTC  (2+ messages)

[PATCH v4 00/30] target/mips: Re-org to allow KVM-only builds
 2021-04-28 20:13 UTC  (3+ messages)
` [PATCH v4 08/30] target/mips: Declare mips_env_set_pc() inlined in "internal.h"

[PATCH v4 00/36] block: update graph permissions update
 2021-04-28 19:50 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).