qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 16:27:53 to 2021-03-23 21:56:47 UTC [more...]

[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
 2021-03-23 21:53 UTC  (8+ messages)
` [PATCH 10/22] Python: add utility function for retrieving port redirection
` [PATCH 19/22] Acceptance Tests: add port redirection for ssh by default

[PATCH 00/28] qapi: Enforce naming rules
 2021-03-23 21:44 UTC  (34+ messages)
` [PATCH 06/28] tests/qapi-schema: Tweak to demonstrate buggy member name check
` [PATCH 07/28] qapi: Fix to reject optional members with reserved names
` [PATCH 08/28] qapi: Support flat unions tag values with leading digit
` [PATCH 09/28] qapi: Lift enum-specific code out of check_name_str()
` [PATCH 10/28] qapi: Rework name checking in preparation of stricter checking
` [PATCH 14/28] qapi: Enforce type naming rules
` [PATCH 19/28] qapi: Rename pragma *-whitelist to *-exceptions
` [PATCH 24/28] qapi: Enforce command naming rules
` [PATCH 26/28] qapi: Enforce struct member "
` [PATCH 28/28] qapi: Enforce union and alternate branch "

[PATCH for 6.0 v2 00/22] fixes for rc1 pre-PR (kernel-doc, semihosting, testing)
 2021-03-23 21:29 UTC  (26+ messages)
` [PATCH v2 01/22] scripts/kernel-doc: strip QEMU_ from function definitions
` [PATCH v2 02/22] docs/devel: include the plugin API information from the headers
` [PATCH v2 03/22] docs/devel: expand style section of memory management
` [PATCH v2 04/22] tools/virtiofsd: include --socket-group in help
` [PATCH v2 05/22] semihosting: move semihosting tests to multiarch
` [PATCH v2 06/22] semihosting/arm-compat-semi: unify GET/SET_ARG helpers
` [PATCH v2 07/22] semihosting/arm-compat-semi: don't use SET_ARG to report SYS_HEAPINFO
  ` [Bug 1915925] "
` [PATCH v2 08/22] linux-user/riscv: initialise the TaskState heap/stack info
` [PATCH v2 09/22] tests/tcg: add HeapInfo checking to semihosting test
` [PATCH v2 10/22] gitlab-ci.yml: Merge the trace-backend testing into other jobs
` [PATCH v2 11/22] configure: Don't use the __atomic_*_16 functions for testing 128-bit support
` [PATCH v2 12/22] cirrus.yml: Update the FreeBSD task to version 12.2
` [PATCH v2 13/22] utils: Tighter tests for qemu_strtosz
` [PATCH v2 14/22] utils: Work around mingw strto*l bug with 0x
` [PATCH v2 15/22] gitlab: extend timeouts for CFI builds
` [PATCH v2 16/22] qdev: define list of archs with virtio-pci or virtio-ccw
` [PATCH v2 17/22] m68k: add the virtio devices aliases
` [PATCH v2 18/22] blockdev: with -drive if=virtio, use generic virtio-blk
` [PATCH v2 19/22] iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182"
` [PATCH v2 20/22] iotests: test m68k with the virt machine
` [PATCH v2 21/22] iotests: iothreads need ioeventfd
` [PATCH v2 22/22] gitlab: default to not building the documentation

[RFC PATCH 00/13] blobs: Only install required (system emulation) files
 2021-03-23 21:28 UTC  (21+ messages)
` [RFC PATCH 01/13] blobs: Use Meson source_set to store blob files
` [RFC PATCH 02/13] blobs: Only install EDK2 license file if EDK2 blobs are installed
` [RFC PATCH 03/13] blobs: Only install qemu-nsis.bmp on Windows host
` [RFC PATCH 04/13] blobs: Only install PALcode blob if alpha system target is built
` [RFC PATCH 05/13] blobs: Only install npcm7xx bootrom if ARM system targets are built
` [RFC PATCH 06/13] blobs: Only install PA-RISC SeaBIOS if hppa system target is built
` [RFC PATCH 07/13] blobs: Only install DT blobs if microblaze system targets are built
` [RFC PATCH 08/13] blobs: Only install blobs if powerpc "
` [RFC PATCH 09/13] blobs: Only install firmware blobs if riscv "
` [RFC PATCH 10/13] blobs: Only install s390x firmwares if s390x system target is built
` [RFC PATCH 11/13] blobs: Only install SPARC firmwares if sparc system targets are built
` [RFC PATCH 12/13] blobs: Only install x86 blobs if x86 "
` [RFC PATCH 13/13] meson: Only build ROM/BIOS when system emulation is built

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

Crashes with qemu-system-ppc64
 2021-03-23 21:19 UTC  (3+ messages)

[PULL 0/1] xen queue 2021-03-23
 2021-03-23 21:14 UTC  (2+ messages)

[PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag
 2021-03-23 21:01 UTC  (4+ messages)

[PATCH v3 0/4] Reinitialize ACPI PM device on reset
 2021-03-23 20:52 UTC  (5+ messages)
` [PATCH v3 1/4] acpi/piix4: reinitialize acpi "
` [PATCH v3 2/4] vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setup
` [PATCH v3 3/4] isa/v582c686: Reinitialize ACPI PM device on reset
` [PATCH v3 4/4] pci: sprinkle assert in PCI pin number

[PATCH v4 00/14] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-23 20:56 UTC  (9+ messages)
` [PATCH v4 03/14] softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memory
` [PATCH v4 09/14] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
` [PATCH v4 10/14] memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PATCH v4 11/14] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux

[Bug 1920784] Re: qemu-system-ppc64le fails with kvm acceleration
 2021-03-23 20:43 UTC  (4+ messages)
` [Bug 1920784] Status changed to Confirmed

usb-audio and Mac OS 9.x guests on qemu-system-ppc
 2021-03-23 20:50 UTC 

[PATCH] hw/pci/pci.c: Assert that pci_irq_handler() inputs are valid
 2021-03-23 20:47 UTC  (2+ messages)

[PATCH 0/4] add in-tree 9pfs developers documentation
 2021-03-23 19:40 UTC  (5+ messages)
` [PATCH 1/4] docs/devel: add 9p.rst
` [PATCH 2/4] docs/devel: add directory for pictures
` [PATCH 3/4] docs/devel/9p: fix references to pictures
` [PATCH 4/4] MAINTAINERS: add responsibility for docs/devel/9p.rst

[PATCH 0/1] Set AVR TARGET_PAGE_BITS to be 10 instead of 8
 2021-03-23 20:28 UTC  (5+ messages)
` [PATCH 1/1] Set TARGET_PAGE_BITS to be 10 instead of 8 bits

[PATCH V4 0/7] Bypass specific network traffic in COLO
 2021-03-23 20:14 UTC  (10+ messages)
` [PATCH V4 1/7] qapi/net.json: Add IP_PROTOCOL definition
` [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition

[RFC v10 00/49] arm cleanup experiment for kvm-only build
 2021-03-23 19:38 UTC  (7+ messages)
` [RFC v10 39/49] target/arm: add tcg cpu accel class

[PATCH v2 0/2] virtio-pci: add check for vdev in virtio_pci_isr_read
 2021-03-23 19:51 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v2 0/3] reinitialize ACPI PM device on reset
 2021-03-23 19:36 UTC  (7+ messages)
` [PATCH v2 1/3] vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setup
` [PATCH v2 2/3] pci: sprinkle assert in PCI pin number
` [PATCH v2 3/3] acpi:piix4, vt82c686: reinitialize acpi PM device on reset

[PATCH] i386/acpi: restore device paths for pre-5.1 vms
 2021-03-23 19:40 UTC  (10+ messages)
          ` Ways to deal with broken machine types

[PATCH] tests/migration: fix parameter of auto-converge migration
 2021-03-23 19:40 UTC  (2+ messages)

[PATCH v5 00/10] target/ppc: Fix truncation of env->hflags
 2021-03-23 18:43 UTC  (11+ messages)
` [PATCH v5 01/10] target/ppc: Extract post_load_update_msr
` [PATCH v5 02/10] target/ppc: Disconnect hflags from MSR
` [PATCH v5 03/10] target/ppc: Reduce env->hflags to uint32_t
` [PATCH v5 04/10] target/ppc: Put dbcr0 single-step bits into hflags
` [PATCH v5 05/10] target/ppc: Create helper_scv
` [PATCH v5 06/10] target/ppc: Put LPCR[GTSE] in hflags
` [PATCH v5 07/10] target/ppc: Remove MSR_SA and MSR_AP from hflags
` [PATCH v5 08/10] target/ppc: Remove env->immu_idx and env->dmmu_idx
` [PATCH v5 09/10] linux-user/ppc: Fix msr updates for signal handling
` [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

[RFC v1 0/5] s390x cleanup
 2021-03-23 19:30 UTC  (2+ messages)

[PATCH v1 0/3] migration: Fixes to the 'background-snapshot' code
 2021-03-23 18:35 UTC  (7+ messages)
` [PATCH v1 1/3] migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread

[PATCH] hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()
 2021-03-23 18:29 UTC 

[PATCH] hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()
 2021-03-23 18:37 UTC 

[PATCH v3 0/3] exec: Build page-vary-common.c with -fno-lto
 2021-03-23 18:22 UTC  (6+ messages)
` [PATCH v3 1/3] exec: Rename exec-vary.c as page-vary.c
` [PATCH v3 2/3] exec: Extract 'page-vary.h' header
` [PATCH v3 3/3] exec: Build page-vary-common.c with -fno-lto

[PATCH 0/2] yank: Always link full yank code
 2021-03-23 19:09 UTC  (6+ messages)
` [PATCH 1/2] yank: Remove dependency on qiochannel
` [PATCH 2/2] yank: Always link full yank code

[PATCH 0/4] DEVICE_NOT_DELETED/DEVICE_UNPLUG_ERROR QAPI events
 2021-03-23 18:12 UTC  (6+ messages)
` [PATCH 1/4] qapi/qdev.json: add DEVICE_NOT_DELETED event

[PATCH v3 0/4] yank: Add chardev tests and fixes
 2021-03-23 17:57 UTC  (5+ messages)
` [PATCH v3 1/4] tests: Add tests for yank with the chardev-change case
` [PATCH v3 2/4] chardev/char.c: Move object_property_try_add_child out of chardev_new
` [PATCH v3 3/4] chardev/char.c: Always pass id to chardev_new
` [PATCH v3 4/4] chardev: Fix yank with the chardev-change case

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

[PATCH 0/2] pseries: SMP sockets must match NUMA nodes
 2021-03-23 17:21 UTC  (4+ messages)
` [PATCH 1/2] spapr: number of SMP sockets must be equal to "

[PULL 00/20] pc,virtio,pci: fixes, features
 2021-03-23 17:06 UTC  (7+ messages)

[PATCH v4 00/17] target/ppc: Fix truncation of env->hflags
 2021-03-23 17:04 UTC  (6+ messages)
` [PATCH v4 07/17] target/ppc: Disconnect hflags from MSR

[PATCH v2 00/10] target/hexagon: introduce idef-parser
 2021-03-23 16:52 UTC  (4+ messages)
` [PATCH v2 08/10] target/hexagon: import parser for idef-parser

[PULL 00/16] riscv-to-apply queue
 2021-03-23 16:48 UTC  (2+ messages)

[PATCH] device-crash-test: Ignore errors about a bus not being available
 2021-03-23 16:47 UTC 

[PATCH v8] drivers/misc: sysgenid: add system generation id driver
 2021-03-23 16:35 UTC  (6+ messages)

[PATCH-for-5.2] target/mips: Deprecate nanoMIPS ISA
 2021-03-23 16:38 UTC  (2+ messages)

[PATCH v2 0/3] hw/display/bcm2835_fb: Remove DeviceReset() call in DeviceRealize()
 2021-03-23 16:14 UTC  (4+ messages)
` [PATCH v2 1/3] hw/display/bcm2835_fb: Resize console on reset
` [PATCH v2 2/3] hw/display/bcm2835_fb: Use bcm2835_fb_reconfigure in bcm2835_fb_reset
` [PATCH v2 3/3] hw/display/bcm2835_fb: Remove DeviceReset() call in DeviceRealize()

'make check-acceptance' odd error: "'bytes' object has no attribute 'encode'"
 2021-03-23 15:56 UTC  (4+ messages)

[RFC v11 00/55] arm cleanup experiment for kvm-only build
 2021-03-23 15:46 UTC  (13+ messages)
` [RFC v11 32/55] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v11 42/55] target/arm: move kvm post init initialization to kvm cpu accel
` [RFC v11 44/55] target/arm: move TCG gt timer creation code in tcg/
` [RFC v11 45/55] target/arm: cpu-sve: new module
` [RFC v11 46/55] target/arm: cpu-sve: split TCG and KVM functionality
` [RFC v11 47/55] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64
` [RFC v11 49/55] target/arm: cpu-exceptions: new module
` [RFC v11 51/55] target/arm: cpu-pauth: new module for ARMv8.3 Pointer Authentication
` [RFC v11 52/55] target/arm: refactor arm_cpu_finalize_features into cpu64
` [RFC v11 53/55] XXX target/arm: experiment refactoring cpu "max"
` [RFC v11 54/55] target/arm: tcg: remove superfluous CONFIG_TCG check
` [RFC v11 55/55] target/arm: remove v7m stub function for !CONFIG_TCG

[Bug 1920934] [NEW] Heap-use-after-free in io_writex / cputlb.c results in Linux kernel crashes
 2021-03-23 15:43 UTC  (2+ messages)
` [Bug 1920934] "

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-02-17 12:19 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).