messages from 2021-03-23 17:08:25 to 2021-03-23 22:23:17 UTC [more...]
[PATCH v2 00/10] Acceptance Test: introduce base class for Linux based tests
2021-03-23 22:15 UTC (5+ messages)
` [PATCH v2 01/10] tests/acceptance/virtiofs_submounts.py: add missing accel tag
` [PATCH v2 02/10] tests/acceptance/virtiofs_submounts.py: evaluate string not length
` [PATCH v2 06/10] Acceptance Tests: make username/password configurable
` [PATCH v2 09/10] Acceptance Tests: add basic documentation on LinuxTest base class
[PATCH 00/28] qapi: Enforce naming rules
2021-03-23 22:11 UTC (32+ messages)
` [PATCH 06/28] tests/qapi-schema: Tweak to demonstrate buggy member name check
` [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 "
[Bug 1915027] [NEW] RISC-V 64, CPUs do ilegal 0x00 write with SMP
2021-03-23 22:02 UTC (2+ messages)
` [Bug 1915027] "
[PULL 00/29] QAPI patches patches for 2021-03-23
2021-03-23 21:56 UTC (30+ messages)
` [PULL 01/29] qapi/pragma: Tidy up after removal of deprecated commands
` [PULL 02/29] tests/qapi-schema: Drop redundant flat-union-inline test
` [PULL 03/29] tests/qapi-schema: Rework comments on longhand member definitions
` [PULL 04/29] tests/qapi-schema: Belatedly update comment on alternate clash
` [PULL 05/29] tests/qapi-schema: Drop TODO comment on simple unions
` [PULL 06/29] tests/qapi-schema: Tweak to demonstrate buggy member name check
` [PULL 07/29] qapi: Fix to reject optional members with reserved names
` [PULL 08/29] qapi: Permit flat union members for any tag value
` [PULL 09/29] qapi: Lift enum-specific code out of check_name_str()
` [PULL 10/29] qapi: Rework name checking in preparation of stricter checking
` [PULL 11/29] qapi: Move uppercase rejection to check_name_lower()
` [PULL 12/29] qapi: Consistently permit any case in downstream prefixes
` [PULL 13/29] qapi: Enforce event naming rules
` [PULL 14/29] qapi: Enforce type "
` [PULL 15/29] tests/qapi-schema: Rename redefined-builtin to redefined-predefined
` [PULL 16/29] qapi: Factor out QAPISchemaParser._check_pragma_list_of_str()
` [PULL 17/29] tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
` [PULL 18/29] tests/qapi-schema: Rename returns-whitelist to returns-bad-type
` [PULL 19/29] qapi: Rename pragma *-whitelist to *-exceptions
` [PULL 20/29] qapi/pragma: Streamline comments on member-name-exceptions
` [PULL 21/29] tests-qmp-cmds: Drop unused and incorrect qmp_TestIfCmd()
` [PULL 22/29] qapi: Prepare for rejecting underscore in command and member names
` [PULL 23/29] qapi: Enforce feature naming rules
` [PULL 24/29] qapi: Enforce command "
` [PULL 25/29] tests/qapi-schema: Switch member name clash test to struct
` [PULL 26/29] qapi: Enforce struct member naming rules
` [PULL 27/29] qapi: Enforce enum "
` [PULL 28/29] qapi: Enforce union and alternate branch "
` [PULL 29/29] block: Remove monitor command block_passwd
[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 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 (13+ 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 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 09/13] blobs: Only install firmware blobs if riscv "
` [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 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
[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
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)
[Bug 1920784] Re: qemu-system-ppc64le fails with kvm acceleration
2021-03-23 20:43 UTC (4+ messages)
` [Bug 1920784] Status changed to Confirmed
[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
[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] 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 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] tests/migration: fix parameter of auto-converge migration
2021-03-23 19:40 UTC (2+ messages)
[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/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
[RFC v1 0/5] s390x cleanup
2021-03-23 19:30 UTC (2+ messages)
[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 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
[PATCH] hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()
2021-03-23 18:37 UTC
[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 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/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 (18+ 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-for-5.2] target/mips: Deprecate nanoMIPS ISA
2021-03-23 16:38 UTC (2+ messages)
[PATCH v8] drivers/misc: sysgenid: add system generation id driver
2021-03-23 16:35 UTC (6+ messages)
[PATCH v2 0/3] hw/display/bcm2835_fb: Remove DeviceReset() call in DeviceRealize()
2021-03-23 16:14 UTC (3+ messages)
` [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()
[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
2021-02-17 12:19 UTC
page: next (older) | prev (newer) | latest
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).