qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-03 05:59:29 to 2021-08-03 23:42:51 UTC [more...]

[PATCH v4] virtio/vsock: add two more queues for datagram types
 2021-08-03 23:41 UTC 

[PATCH] Makefile: Fix cscope issues on MacOS and soft links
 2021-08-03 22:18 UTC  (2+ messages)

[PATCH v2] accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
 2021-08-03 22:16 UTC 

[PATCH 0/3] Gitlab-CI improvements
 2021-08-03 22:08 UTC  (8+ messages)
` [PATCH 1/3] gitlab-ci: Merge "build-disabled" with "build-without-default-features"
` [PATCH 2/3] gitlab-ci: Remove superfluous "dnf install" statement
` [PATCH 3/3] gitlab-ci: Fix ..._RUNNER_AVAILABLE variables and document them

[PATCH for-6.1?] util: Suppress -Wstringop-overflow in qemu_thread_start
 2021-08-03 21:19 UTC 

[PATCH] accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
 2021-08-03 21:14 UTC  (2+ messages)

[PATCH v1] softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
 2021-08-03 21:14 UTC  (2+ messages)

[PATCH] vhost: use large iotlb entry if no IOMMU translation is needed
 2021-08-03 21:11 UTC  (6+ messages)

[PATCH v5 0/2] plugins/cache: multicore cache modelling
 2021-08-03 21:10 UTC  (4+ messages)
` [PATCH v5 1/2] plugins/cache: supported "
` [PATCH v5 2/2] docs/devel/tcg-plugins: added cores arg to cache plugin

[PATCH] linux-user: fix guest/host address mixup in i386 setup_rt_frame()
 2021-08-03 21:03 UTC  (2+ messages)

[PULL 0/5] pc,pci: bugfixes
 2021-08-03 20:52 UTC  (6+ messages)
` [PULL 1/5] hw/pcie-root-port: Fix hotplug for PCI devices requiring IO
` [PULL 2/5] acpi: x86: pcihp: add support hotplug on multifunction bridges
` [PULL 3/5] arm/acpi: allow DSDT changes
` [PULL 4/5] Revert "acpi/gpex: Inform os to keep firmware resource map"
` [PULL 5/5] Drop _DSM 5 from expected DSDTs on ARM

migration-test hang, s390x host, aarch64 guest
 2021-08-03 20:53 UTC  (4+ messages)

[PATCH 0/2] Acceptance Tests: clean up of temporary dirs and MAINTAINERS entry
 2021-08-03 20:09 UTC  (5+ messages)
` [PATCH 1/2] Acceptance Tests: add standard clean up at test tearDown()
` [PATCH 2/2] Acceptance Tests: updates to the MAINTAINERS file

[PATCH v7] tests/tcg/s390x: Test SIGILL and SIGSEGV handling
 2021-08-03 19:48 UTC 

[PATCH v2 0/1] Add remote I2C device to support external I2C device
 2021-08-03 19:29 UTC  (3+ messages)

[RFC v3] virtio/vsock: add two more queues for datagram types
 2021-08-03 18:58 UTC  (5+ messages)
  `  "

[PULL v4 0/1] Libslirp patches
 2021-08-03 18:49 UTC  (3+ messages)
` [PULL v4 1/1] Update libslirp to v4.6.1

[PATCH v3 00/25] python: introduce Asynchronous QMP package
 2021-08-03 18:29 UTC  (26+ messages)
` [PATCH v3 01/25] python/aqmp: add asynchronous QMP (AQMP) subpackage
` [PATCH v3 02/25] python/aqmp: add error classes
` [PATCH v3 03/25] python/pylint: Add exception for TypeVar names ('T')
` [PATCH v3 04/25] python/aqmp: add asyncio compatibility wrappers
` [PATCH v3 05/25] python/aqmp: add generic async message-based protocol support
` [PATCH v3 06/25] python/aqmp: add runstate state machine to AsyncProtocol
` [PATCH v3 07/25] python/aqmp: Add logging utility helpers
` [PATCH v3 08/25] python/aqmp: add logging to AsyncProtocol
` [PATCH v3 09/25] python/aqmp: add AsyncProtocol.accept() method
` [PATCH v3 10/25] python/aqmp: add configurable read buffer limit
` [PATCH v3 11/25] python/aqmp: add _cb_inbound and _cb_outbound logging hooks
` [PATCH v3 12/25] python/aqmp: add AsyncProtocol._readline() method
` [PATCH v3 13/25] python/aqmp: add QMP Message format
` [PATCH v3 14/25] python/aqmp: add well-known QMP object models
` [PATCH v3 15/25] python/aqmp: add QMP event support
` [PATCH v3 16/25] python/pylint: disable too-many-function-args
` [PATCH v3 17/25] python/aqmp: add QMP protocol support
` [PATCH v3 18/25] python/pylint: disable no-member check
` [PATCH v3 19/25] python/aqmp: Add message routing to QMP protocol
` [PATCH v3 20/25] python/aqmp: add execute() interfaces
` [PATCH v3 21/25] python/aqmp: add _raw() execution interface
` [PATCH v3 22/25] python/aqmp: add asyncio_run compatibility wrapper
` [PATCH v3 23/25] python/aqmp: add scary message
` [PATCH v3 24/25] python: bump avocado to v90.0
` [PATCH v3 25/25] python/aqmp: add AsyncProtocol unit tests

[PATCH] linux-user/elfload: byteswap i386 registers when dumping core
 2021-08-03 18:34 UTC  (2+ messages)

[PATCH v2 00/55] Unaligned access for user-only
 2021-08-03 18:02 UTC  (16+ messages)
` [PATCH v2 01/55] hw/core: Make do_unaligned_access noreturn
` [PATCH v2 02/55] hw/core: Make do_unaligned_access available to user-only
` [PATCH v2 20/55] accel/tcg: Report unaligned atomics for user-only
` [PATCH v2 21/55] accel/tcg: Drop signness in tracing in cputlb.c
` [PATCH v2 38/55] target/s390x: Use cpu_*_mmu instead of helper_*_mmu
` [PATCH v2 39/55] target/sparc: "

[PATCH v2 00/24] python: introduce Asynchronous QMP package
 2021-08-03 18:01 UTC  (6+ messages)
` [PATCH v2 02/24] python/aqmp: add error classes

[PATCH v6 00/11] qapi: untie 'if' conditions from C preprocessor
 2021-08-03 17:55 UTC  (19+ messages)
` [PATCH v6 02/11] qapi: wrap Sequence[str] in an object
` [PATCH v6 05/11] qapi: introduce QAPISchemaIfCond.cgen()
` [PATCH v6 07/11] qapi: replace if condition list with dict {'all': [...]}
` [PATCH v6 08/11] qapi: add 'any' condition
` [PATCH v6 09/11] qapi: convert 'if' C-expressions to the new syntax tree
` [PATCH v6 11/11] qapi: make 'if' condition strings simple identifiers

[PULL 0/2] SD/MMC patches for 2021-08-03
 2021-08-03 17:39 UTC  (3+ messages)
` [PULL 1/2] hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROT
` [PULL 2/2] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30

[PATCH-for-6.1 v2 0/2] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30
 2021-08-03 17:31 UTC  (7+ messages)
` [PATCH-for-6.1 v2 1/2] hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROT
` [PATCH-for-6.1 v2 2/2] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30

Failing iotest 206
 2021-08-03 17:17 UTC  (4+ messages)

[PULL for-6.1 0/6] qemu-ga patch queue for hard-freeze
 2021-08-03 16:49 UTC  (8+ messages)
` [PULL for-6.1 1/6] qga-win: Increase VSS freeze timeout to 60 secs instead of 10
` [PULL for-6.1 2/6] qga-win: Fix build_guest_fsinfo() close of nonexistent
` [PULL for-6.1 3/6] qga-win: Fix handle leak in ga_get_win_product_name()
` [PULL for-6.1 4/6] qga-win: Free GMatchInfo properly
` [PULL for-6.1 5/6] qemu-ga/msi: fix w32 libgcc name
` [PULL for-6.1 6/6] qga-win/msi: fix missing libstdc++-6 DLL in MSI installer

[PATCH v3 0/1] Add remote I2C device to support external I2C device
 2021-08-03 16:39 UTC  (2+ messages)
` [PATCH v3 1/1] hw/i2c: add remote "

[PATCH 2/2] doc: Remove trailing spaces
 2021-08-03 15:51 UTC  (4+ messages)

[PATCH] plugins/execlog: removed unintended "s" at the end of log lines
 2021-08-03 15:41 UTC  (2+ messages)

[PATCH for-6.1] hw/arm/boot: Report error if there is no fw_cfg device in the machine
 2021-08-03 15:33 UTC  (3+ messages)

[PULL 0/1] Libslirp update
 2021-08-03 15:24 UTC  (12+ messages)

[PATCH v2] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-08-03 15:05 UTC  (2+ messages)

[Question] qemu-img convert block alignment
 2021-08-03 15:03 UTC  (2+ messages)

[PATCH v4] failover: unregister ROM on unplug
 2021-08-03 14:49 UTC  (3+ messages)

Status of stable release effort ?
 2021-08-03 14:44 UTC  (4+ messages)

[PULL 0/1] Block layer patches
 2021-08-03 14:41 UTC  (2+ messages)
` [PULL 1/1] block: Fix in_flight leak in request padding error path

[PATCH] chardev: give some context on chardev-add error
 2021-08-03 14:38 UTC  (2+ messages)

[PATCH for-6.1? v2 0/7] mirror: Handle errors after READY cancel
 2021-08-03 14:36 UTC  (13+ messages)
` [PATCH for-6.1? v2 3/7] job: @force parameter for job_cancel_sync{, _all}()
  ` [PATCH for-6.1? v2 3/7] job: @force parameter for job_cancel_sync{,_all}()
` [PATCH for-6.1? v2 5/7] job: Add job_cancel_requested()
` [PATCH for-6.1? v2 6/7] mirror: Check job_is_cancelled() earlier

[PATCH v6 0/2] target/s390x: Fix SIGILL and SIGFPE psw.addr reporting
 2021-08-03 14:33 UTC  (5+ messages)
` [PATCH v6 2/2] tests/tcg/s390x: Test SIGILL and SIGSEGV handling

'make check-acceptance' eats lots of disk space and never cleans it up
 2021-08-03 14:29 UTC  (4+ messages)

[PULL 0/3] s390x fixes
 2021-08-03 14:24 UTC  (4+ messages)
` [PULL 1/3] target/s390x: Fix SIGILL and SIGFPE psw.addr reporting
` [PULL 2/3] linux-user/s390x: signal with SIGFPE on compare-and-trap
` [PULL 3/3] tests/tcg: Test that compare-and-trap raises SIGFPE

[RFC PATCH 0/3] check-tcg hacks for BSD
 2021-08-03 14:20 UTC  (6+ messages)
` [RFC PATCH 1/3] configure: don't override the selected host test compiler if defined
` [RFC PATCH 2/3] tests/tcg/sha1: remove endian include
` [RFC PATCH 3/3] tests/tcg: commit Makefile atrocities in the name of portability

[Question] Reduce the msix_load cost for VFIO device
 2021-08-03 14:19 UTC  (2+ messages)

[PATCH] hw/i386/ich9: add comment explaining an argument to acpi_pcihp_reset call
 2021-08-03 14:13 UTC  (4+ messages)

[PATCH 1/2] doc: Clarify serial parameters
 2021-08-03 14:12 UTC 

[PATCH] hw/dma/pl330: Add memory region to replace default address_space_memory
 2021-08-03  5:38 UTC 

[RFC PATCH: v3 1/2] add mi device in qemu
 2021-08-03  9:04 UTC  (2+ messages)
    ` [RFC PATCH : v3 2/2] Implementation of nvme-mi plugin in nvme-cli

[PATCH v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
 2021-08-03 11:34 UTC  (5+ messages)

[PATCH] hw/net: Discard overly fragmented packets
 2021-08-03  9:51 UTC  (3+ messages)

[PATCH v2 0/3] Add support for Fujitsu A64FX processor
 2021-08-03  9:03 UTC  (4+ messages)

[PATCH 0/4] chardev fixes
 2021-08-03  8:46 UTC  (9+ messages)
` [PATCH 1/4] chardev: fix qemu_chr_open_fd() being called with fd=-1
` [PATCH 2/4] chardev: fix qemu_chr_open_fd() with fd_in==fd_out
` [PATCH 3/4] chardev: remove needless class method
` [PATCH 4/4] chardev: add some comments about the class methods

[PATCH for-6.2 v4 00/14] machine: smp parsing fixes and improvement
 2021-08-03  8:37 UTC  (19+ messages)
` [PATCH for-6.2 v4 01/14] machine: Minor refactor/cleanup for the smp parsers
` [PATCH for-6.2 v4 02/14] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PATCH for-6.2 v4 03/14] machine: Set the value of cpus to match maxcpus if it's omitted
` [PATCH for-6.2 v4 04/14] machine: Improve the error reporting of smp parsing
` [PATCH for-6.2 v4 05/14] hw: Add compat machines for 6.2
` [PATCH for-6.2 v4 06/14] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH for-6.2 v4 07/14] machine: Use ms instead of global current_machine in sanity-check
` [PATCH for-6.2 v4 08/14] machine: Tweak the order of topology members in struct CpuTopology
` [PATCH for-6.2 v4 09/14] machine: Make smp_parse generic enough for all arches
` [PATCH for-6.2 v4 10/14] machine: Remove smp_parse callback from MachineClass
` [PATCH for-6.2 v4 11/14] machine: Move smp_prefer_sockets to struct SMPCompatProps
` [PATCH for-6.2 v4 12/14] machine: Put all sanity-check in the generic SMP parser
` [PATCH for-6.2 v4 13/14] machine: Split out the smp parsing code
` [PATCH for-6.2 v4 14/14] tests/unit: Add a unit test for smp parsing

[PATCH 1/1] migration: Terminate multifd threads on yank
 2021-08-03  8:25 UTC  (6+ messages)

[PATCH v2 0/5] s390x: CPU Topology
 2021-08-03  8:10 UTC  (3+ messages)
` [PATCH v2 2/5] s390x: kvm: topology: interception of PTF instruction

[PATCH-for-6.2 v6 00/10] tests: Add test cases for TPM 1.2 ACPI tables
 2021-08-03  7:58 UTC  (3+ messages)
` [PATCH-for-6.2 v6 08/10] tests: Use QMP to check whether a TPM device model is available

need help with my config
 2021-08-03  7:52 UTC  (4+ messages)

[PATCH for-6.1] qga-win/msi: fix missing libstdc++-6 DLL in MSI installer
 2021-08-03  7:14 UTC  (2+ messages)

[PATCH] hw/i386/acpi-build: Get NUMA information from struct NumaState
 2021-08-03  6:30 UTC 

[PATCH 0/6] Updates for Coverity modeling file
 2021-08-03  6:04 UTC  (2+ messages)

[PATCH 00/16] Various error handling fixes and cleanups
 2021-08-03  5:58 UTC  (4+ messages)
` [PATCH 10/16] migration: Handle migration_incoming_setup() errors consistently


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