qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-25 07:36:48 to 2021-01-25 19:20:15 UTC [more...]

[RESEND PULL 0/7] 2021-01-25 Fuzzing Patches
 2021-01-25 18:47 UTC  (8+ messages)
` [RESEND PULL 1/7] fuzz: ignore address_space_map is_write flag
` [RESEND PULL 2/7] fuzz: refine the ide/ahci fuzzer configs
` [RESEND PULL 3/7] docs/fuzz: fix pre-meson path
` [RESEND PULL 4/7] fuzz: log the arguments used to initialize QEMU
` [RESEND PULL 5/7] fuzz: enable dynamic args for generic-fuzz configs
` [RESEND PULL 6/7] docs/fuzz: add some information about OSS-Fuzz
` [RESEND PULL 7/7] fuzz: add virtio-9p configurations for fuzzing

[PULL 0/7] 2021-01-20 fuzzing patches
 2021-01-25 19:09 UTC  (3+ messages)

[PATCH v5 0/6] Qemu SEV-ES guest support
 2021-01-25 18:58 UTC  (5+ messages)
` [PATCH v5 1/6] sev/i386: Add initial support for SEV-ES
` [PATCH v5 2/6] sev/i386: Require in-kernel irqchip support for SEV-ES guests

[PATCH v4 0/4] meson: Try to clarify TCG / TCI options for new users
 2021-01-25 19:02 UTC  (14+ messages)
` [PATCH v4 1/4] configure: Fix --enable-tcg-interpreter
` [PATCH v4 2/4] configure: Improve TCI feature description
` [PATCH v4 3/4] meson: Explicit TCG backend used
` [PATCH v4 4/4] meson: Warn when TCI is selected but TCG backend is available

[PATCH v9 0/6] Rework iotests/check
 2021-01-25 18:50 UTC  (7+ messages)
` [PATCH v9 1/6] iotests: 146: drop extra whitespaces from .out file
` [PATCH v9 2/6] iotests: add findtests.py
` [PATCH v9 3/6] iotests: add testenv.py
` [PATCH v9 4/6] iotests: add testrunner.py
` [PATCH v9 5/6] iotests: rewrite check into python
` [PATCH v9 6/6] iotests: rename and move 169 and 199 tests

[PATCH v2 00/12] buildsys: Do not build various objects if not necessary
 2021-01-25 18:51 UTC  (11+ messages)
` [PATCH v2 01/12] configure: Only check for audio drivers if system-mode is selected
` [PATCH v2 02/12] tests/meson: Only build softfloat objects if TCG "
` [PATCH v2 05/12] meson: Restrict block subsystem processing
` [PATCH v2 08/12] meson: Restrict emulation code

[Bug 1912065] [NEW] Segfaults in tcg/optimize.c:212 after commit 7c79721606be11b5bc556449e5bcbc331ef6867d
 2021-01-25 18:31 UTC  (2+ messages)
` [Bug 1912065] "

[PATCH v2] target/mips: fetch code with translator_ld
 2021-01-25 18:37 UTC  (2+ messages)

[PATCH 0/3] hw/block/nvme: misc fixes
 2021-01-25 18:07 UTC  (6+ messages)
` [PATCH 1/3] hw/block/nvme: fix set feature for error recovery
` [PATCH 2/3] hw/block/nvme: fix set feature save field check
` [PATCH 3/3] hw/block/nvme: align with existing style

[Qemu-devel][PATCH] x86/cpu: Use max host physical address if -cpu max option is applied
 2021-01-25 18:19 UTC  (6+ messages)

[RESEND PULL 0/4] Net patches
 2021-01-25 18:17 UTC  (6+ messages)
` [RESEND PULL 1/4] net: Fix handling of id in netdev_add and netdev_del
` [RESEND PULL 2/4] net: checksum: Skip fragmented IP packets
` [RESEND PULL 3/4] net: checksum: Add IP header checksum calculation
` [RESEND PULL 4/4] net: checksum: Introduce fine control over checksum type

[PATCH V6 0/6] hw/block/nvme: support multi-path for ctrl/ns
 2021-01-25 18:11 UTC  (4+ messages)
` [PATCH V6 4/6] hw/block/nvme: support for multi-controller in subsystem

[RFC PATCH 0/6] vhost-user: Shutdown/Flush slave channel properly
 2021-01-25 18:01 UTC  (7+ messages)
` [PATCH 1/6] virtiofsd: Drop ->vu_dispatch_rwlock while waiting for thread to exit
` [PATCH 2/6] libvhost-user: Use slave_mutex in all slave messages
` [PATCH 3/6] vhost-user: Return error code from slave_read()
` [PATCH 4/6] qemu, vhost-user: Extend protocol to start/stop/flush slave channel
` [PATCH 5/6] libvhost-user: Add support "
` [PATCH 6/6] virtiofsd: Opt in for slave start/stop/shutdown functionality

[PATCH v2 00/13] vt82c686b clean ups and vt8231 emulation
 2021-01-25 17:57 UTC  (9+ messages)
` [PATCH v2 08/13] vt82c686: Move creation of ISA devices to the ISA bridge

[PATCH] hw/mips: loongson3: Drop 'struct MemmapEntry'
 2021-01-25 17:42 UTC  (2+ messages)

[PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
 2021-01-25 17:41 UTC  (3+ messages)
` [PATCH 1/4] hw/riscv: Drop 'struct MemmapEntry'

[PATCH] virtio: Add corresponding memory_listener_unregister to unrealize
 2021-01-25 17:18 UTC  (4+ messages)

[PATCH 0/3] Drop deprecated floppy config & bogus -drive if=T
 2021-01-25 17:07 UTC  (5+ messages)
` [PATCH 1/3] fdc: Drop deprecated floppy configuration
` [PATCH 2/3] fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()
` [PATCH 3/3] blockdev: Drop deprecated bogus -drive interface type

[PATCH v20 00/20] Initial support for multi-process Qemu
 2021-01-25 16:57 UTC  (5+ messages)
` [PATCH v20 01/20] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v20 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers

[PATCH v3] configure: Only build s390-ccw BIOS when system emulation is built
 2021-01-25 16:58 UTC 

[PATCH v8 0/5] Rework iotests/check
 2021-01-25 16:50 UTC  (7+ messages)
` [PATCH v8 2/5] iotests: add testenv.py

[PATCH v3] sphinx: adopt kernel readthedoc theme
 2021-01-25 16:47 UTC  (4+ messages)

[PATCH v9 00/11] migration: bring improved savevm/loadvm/delvm to QMP
 2021-01-25 16:41 UTC  (3+ messages)
` [PATCH v9 02/11] migration: Make save_snapshot() return bool, not 0/-1

[PATCH] trace: add meson custom_target() depend_files for tracetool
 2021-01-25 16:40 UTC  (4+ messages)

[PATCH v2] configure: Only build s390-ccw BIOS when system emulation is built
 2021-01-25 16:34 UTC  (3+ messages)

[PATCH v7 00/35] Hexagon patch series
 2021-01-25 16:29 UTC  (13+ messages)
` [PATCH v7 07/35] Hexagon (target/hexagon) scalar core helpers
` [PATCH v7 12/35] Hexagon (target/hexagon) instruction attributes
` [PATCH v7 15/35] Hexagon (target/hexagon/arch.[ch]) utility functions

How to check when "raw" format driver uses a "regular" file?
 2021-01-25 16:19 UTC  (5+ messages)

[PATCH 0/2] trace: make the 'log' backend timestamp configurable
 2021-01-25 16:19 UTC  (5+ messages)
` [PATCH 1/2] error: rename error_with_timestamp to message_with_timestamp
` [PATCH 2/2] trace: make the 'log' backend timestamp configurable

[PATCH] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-01-25 16:12 UTC  (4+ messages)

[PATCH] nsis: adjust for new MinGW paths
 2021-01-25 16:12 UTC  (2+ messages)

[PATCH] net/slirp.c: Fix spelling error in error message
 2021-01-25 16:08 UTC  (2+ messages)

[PULL 0/5] 9p next patches
 2021-01-25 15:56 UTC  (7+ messages)
` [PULL 1/5] 9pfs/proxy: Check return value of proxy_marshal()
` [PULL 2/5] 9pfs: Convert V9fsFidState::clunked to bool
` [PULL 3/5] 9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ
` [PULL 4/5] 9pfs: Improve unreclaim loop
` [PULL 5/5] 9pfs: Convert reclaim list to QSLIST

[PATCH v2 0/2] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()
 2021-01-25 15:40 UTC  (4+ messages)
` [PATCH v2 2/2] "

configure does not detect librados or librbd since the switch to meson
 2021-01-25 15:24 UTC  (3+ messages)

[PATCH] replay: fix replay of the interrupts
 2021-01-25 15:17 UTC  (9+ messages)

[PATCH] error: Fix "Converting to ERRP_GUARD()" doc on "valid at return"
 2021-01-25 15:07 UTC  (3+ messages)

[PATCH 0/8] s390x/pci: Fixing s390 vfio-pci ISM support
 2021-01-25 14:55 UTC  (17+ messages)

[PATCH] hw/scsi/megasas: check for NULL frame in megasas_command_cancelled()
 2021-01-25 14:52 UTC  (3+ messages)

[PATCH 00/25] qemu-option, keyval, vl: switch -object/-M/-accel to keyval parsing
 2021-01-25 14:12 UTC  (18+ messages)
` [PATCH 08/25] hmp: replace "O" parser with keyval
` [PATCH 09/25] qom: use qemu_printf to print help for user-creatable objects
` [PATCH 10/25] hmp: special case help options for object_add
` [PATCH 11/25] remove -writeconfig
` [PATCH 12/25] qemu-config: add error propagation to qemu_config_parse
` [PATCH 15/25] vl: plumb keyval-based options into -set and -readconfig

MIPS support for PIC32 and GPIOs
 2021-01-25 14:03 UTC 

[PATCH v3] s390x/cpu_model: disallow unpack for --only-migratable
 2021-01-25 13:53 UTC 

[PULL 0/9] SD/MMC patches for 2021-01-24
 2021-01-25 13:48 UTC  (2+ messages)

[PATCH v2] s390x/cpu_model: disallow unpack for --only-migratable
 2021-01-25 13:45 UTC  (5+ messages)

[PATCH v3 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-01-25 13:42 UTC  (11+ messages)
` [PATCH v3 18/19] i386: "

[PATCH] migration: Provide a test for migratability
 2021-01-25 13:27 UTC  (3+ messages)

[PATCH] s390x/cpu_model: disallow unpack for --only-migratable
 2021-01-25 13:04 UTC  (4+ messages)

[PATCH v7 00/11] Rework iotests/check
 2021-01-25 12:31 UTC  (6+ messages)
` [PATCH v7 10/11] iotests: rewrite check into python

[PATCH] Fix crash with IOthread when block commit after snapshot
 2021-01-25 12:07 UTC 

[PATCH] Fix crash with IOthread when block commit after snapshot
 2021-01-25 12:03 UTC 

[PULL 00/21] target-arm queue
 2021-01-25 12:04 UTC  (5+ messages)
` [PULL 18/21] hw/misc: Add a PWM module for NPCM7XX

[PATCH] coroutine-sigaltstack: Add SIGUSR2 mutex
 2021-01-25 12:03 UTC 

[PATCH v2 0/7] m68k: add Virtual M68k Machine
 2021-01-25 11:56 UTC  (4+ messages)
` [PATCH v2 4/7] m68k: add an interrupt controller

[PATCH 00/25] Convert CMSDK timer, watchdog, dualtimer to Clock framework
 2021-01-25 11:48 UTC  (4+ messages)
` [PATCH 16/25] hw/arm/stellaris: Convert SSYS to QOM device

VirtioSound device emulation implementation
 2021-01-25 11:23 UTC  (16+ messages)
            ` Fwd: "

[PATCH v2 0/1] spapr_caps.c: check user input before warning about TCG only caps
 2021-01-25 11:27 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] util/log: flush TB cache when log level changes
 2021-01-25 11:09 UTC  (4+ messages)

[PATCH] tcg: Increase the static number of temporaries
 2021-01-25 11:00 UTC  (5+ messages)

[PATCH] coroutine-sigaltstack: Keep SIGUSR2 handler up
 2021-01-25 10:57 UTC  (7+ messages)

[RFC PATCH v3 0/6] eBPF RSS support for virtio-net
 2021-01-25 10:52 UTC  (12+ messages)
` [RFC PATCH v3 4/6] ebpf: Added eBPF RSS loader
` [RFC PATCH v3 5/6] virtio-net: Added eBPF RSS to virtio-net

[PATCH v2 00/25] hw/riscv: sifive_u: Add missing SPI support
 2021-01-25 10:48 UTC  (6+ messages)
` [PATCH v2 18/25] hw/sd: ssi-sd: Bump up version ids of VMStateDescription

[Bug 1886793] [NEW] "go install" command fails while running inside s390x docker container on x86_64 host using qemu
 2021-01-25 10:27 UTC  (2+ messages)
` [Bug 1886793] "

[PATCH v2 0/2] vnc: unbreak older gtk-vnc
 2021-01-25 10:40 UTC  (3+ messages)
` [PATCH v2 1/2] Revert "vnc: move initialization to framebuffer_update_request"
` [PATCH v2 2/2] vnc: send extended desktop resize on update requests

[PATCH v1] gitlab-ci.yml: Speed up CI by using "meson test --no-rebuild"
 2021-01-25 10:36 UTC  (4+ messages)

[PULL v2 00/10] tcg patch queue
 2021-01-25 10:35 UTC  (4+ messages)
` [PULL v2 10/10] tcg: Restart code generation when we run out of temps

[PATCH] spapr: Adjust firmware path of PCI devices
 2021-01-25 10:23 UTC  (4+ messages)

[PATCH] target/ppc: Fix truncation of env->hflags
 2021-01-25 10:03 UTC  (4+ messages)

[PATCH v3 0/4] meson: Try to clarify TCG / TCI options for new users
 2021-01-25  9:50 UTC  (3+ messages)
` [PATCH v3 2/4] meson: Warn when TCI is selected but TCG backend is available

[Bug 1912224] [NEW] qemu may freeze during drive-mirroring on fragmented FS
 2021-01-25  9:34 UTC  (2+ messages)
` [Bug 1912224] "

[RFC PATCH] gitlab-ci.yml: Speed up CI by using "meson test --no-rebuild"
 2021-01-25  9:09 UTC  (3+ messages)

[Qemu-devel] [Bug 1811862] [NEW] microcode version stays 0x1 even if -cpu host is used
 2021-01-25  8:47 UTC  (2+ messages)
` [Bug 1811862] "

[PATCH v3 0/6] hw/sd: Support block write in SPI mode
 2021-01-25  8:38 UTC  (2+ messages)

[Bug 1913012] [NEW] Installed firmware descriptor files contain (invalid) relative paths
 2021-01-25  8:28 UTC  (4+ messages)
` [Bug 1913012] "

[PATCH v7 00/11] iOS and Apple Silicon host support
 2021-01-25  8:04 UTC  (7+ messages)
` [PATCH v7 05/11] osdep: build with non-working system() function

[PULL 00/31] Misc patches for 2020-01-21
 2021-01-25  7:58 UTC  (4+ messages)
` [PULL 29/31] qemu-option: clean up id vs. list->merge_lists

[PATCH v2 0/2] accel: kvm: Some bugfixes for kvm dirty log
 2021-01-25  7:51 UTC  (2+ messages)

[PATCH v2 0/2] Update libslirp & make it a subproject
 2021-01-25  7:34 UTC  (3+ messages)
` [PATCH v2 1/2] slirp: update to git master
` [PATCH v2 2/2] build-sys: make libslirp a meson subproject


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