qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 06:41:57 to 2021-07-20 15:54:51 UTC [more...]

[PATCH 00/10] python/iotests: Run iotest linters during Python CI
 2021-07-20 15:50 UTC  (7+ messages)
` [PATCH 02/10] iotests/297: Add get_files() function
` [PATCH 07/10] iotests/297: return error code from run_linters()

[PULL 00/17] Kconfig patches for 2021-07-20
 2021-07-20 15:41 UTC  (16+ messages)
` [PULL 01/17] hw/mips: Add dependency MIPS_CPS -> MIPS_ITU
` [PULL 02/17] hw/mips: Express dependencies of the Boston machine with Kconfig
` [PULL 03/17] hw/acpi: Do not restrict ACPI core routines to x86 architecture
` [PULL 04/17] hw/acpi/Kconfig: Add missing Kconfig dependencies (build error)
` [PULL 05/17] hw/i386/Kconfig: Add missing Kconfig dependency (runtime error)
` [PULL 06/17] hw/ide/Kconfig: Add missing dependency PCI -> IDE_QDEV
` [PULL 07/17] hw/arm/Kconfig: Add missing dependency NPCM7XX -> SMBUS
` [PULL 08/17] hw/arm/Kconfig: Remove unused DS1338 symbol from i.MX25 PDK Board
` [PULL 09/17] hw/arm/Kconfig: Add missing SDHCI symbol to FSL_IMX25
` [PULL 11/17] hw/riscv/Kconfig: Restrict NUMA to Virt & Spike machines
` [PULL 12/17] hw/ppc/Kconfig: Add missing dependency E500 -> DS1338 RTC
` [PULL 13/17] hw/pci-host/Kconfig: Add missing dependency MV64361 -> I8259
` [PULL 14/17] hw/isa/vt82c686: Add missing Kconfig dependencies (build error)
` [PULL 15/17] hw/isa/vt82c686: Add missing Kconfig dependency (runtime error)
` [PULL 17/17] hw/tricore: fix inclusion of tricore_testboard

[PATCH v2] target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32
 2021-07-20 15:33 UTC  (2+ messages)

Error in accel/tcg?
 2021-07-20 15:21 UTC  (7+ messages)

[PATCH v7 0/2] support dirtyrate measurement with dirty bitmap
 2021-07-20 15:19 UTC  (3+ messages)
` [PATCH v7 1/2] memory: introduce total_dirty_pages to stat dirty pages
` [PATCH v7 2/2] migration/dirtyrate: implement dirty-bitmap dirtyrate calculation

[PULL 00/11] Block layer patches
 2021-07-20 15:10 UTC  (12+ messages)
` [PULL 01/11] block/mirror: set .co for active-write MirrorOp objects
` [PULL 02/11] iotest 151: add test-case that shows active mirror dead-lock
` [PULL 03/11] block/mirror: fix active mirror dead-lock in mirror_wait_on_conflicts
` [PULL 04/11] block: Add option to use driver whitelist even in tools
` [PULL 05/11] replication: Remove s->active_disk
` [PULL 06/11] replication: Reduce usage of s->hidden_disk and s->secondary_disk
` [PULL 07/11] replication: Properly attach children
` [PULL 08/11] replication: Remove workaround
` [PULL 09/11] block/vvfat: fix: drop backing
` [PULL 10/11] block/export: Conditionally ignore set-context error
` [PULL 11/11] iotests/307: Test iothread conflict for exports

[PATCH v5 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-07-20 14:59 UTC  (15+ messages)
` [PATCH v5 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v5 06/10] ACPI ERST: build the ACPI ERST table
` [PATCH v5 07/10] ACPI ERST: trace support
` [PATCH v5 08/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v5 09/10] ACPI ERST: qtest for ERST
` [PATCH v5 10/10] ACPI ERST: step 6 of bios-tables-test.c

Disabling TLS address caching to help QEMU on GNU/Linux
 2021-07-20 14:52 UTC 

[PATCH v2 0/2] block/export: Conditionally ignore set-context error
 2021-07-20 14:50 UTC  (2+ messages)

[PATCH v2 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-07-20 14:50 UTC  (10+ messages)
` [PATCH v2 7/9] virtiofsd: Add inodes_by_handle hash table
  ` [Virtio-fs] "

[PATCH v1 0/3] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
 2021-07-20 14:45 UTC  (14+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 2/3] util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
` [PATCH v1 3/3] util/oslib-posix: Support concurrent os_mem_prealloc() invocation

[PATCH 00/16] Various error handling fixes and cleanups
 2021-07-20 13:42 UTC  (20+ messages)
` [PATCH 01/16] error: Use error_fatal to simplify obvious fatal errors (again)
` [PATCH 02/16] spapr: Plug memory leak when we can't add a migration blocker
` [PATCH 03/16] spapr: Explain purpose of ->fwnmi_migration_blocker more clearly
` [PATCH 04/16] multi-process: Fix pci_proxy_dev_realize() error handling
` [PATCH 05/16] vhost-scsi: Plug memory leak on migrate_add_blocker() failure
` [PATCH 06/16] i386: Never free migration blocker objects instead of sometimes
` [PATCH 07/16] vfio: Avoid error_propagate() after migrate_add_blocker()
` [PATCH 08/16] whpx nvmm: Drop useless migrate_del_blocker()
` [PATCH 09/16] migration: Unify failure check for migrate_add_blocker()
` [PATCH 10/16] migration: Handle migration_incoming_setup() errors consistently
` [PATCH 11/16] microvm: Drop dead error handling in microvm_machine_state_init()
` [PATCH 12/16] vhost: Clean up how VhostOpts method vhost_get_config() fails
` [PATCH 13/16] vhost: Clean up how VhostOpts method vhost_backend_init() fails
` [PATCH 14/16] Remove superfluous ERRP_GUARD()
` [PATCH 15/16] vl: Clean up -smp error handling
` [PATCH 16/16] vl: Don't continue after -smp help

[PATCH for 6.1 v2] ui/gtk: Fix relative mouse with multiple monitors
 2021-07-20 14:39 UTC 

[PATCH RFC 00/19] vfio-user implementation
 2021-07-20 14:38 UTC  (13+ messages)
` [PATCH RFC server 00/11] vfio-user server in QEMU
  ` [PATCH RFC server 01/11] vfio-user: build library
  ` [PATCH RFC server 05/11] vfio-user: run vfio-user context
  ` [PATCH RFC server 07/11] vfio-user: handle DMA mappings
  ` [PATCH RFC server 10/11] vfio-user: register handlers to facilitate migration

[PATCH] block/vvfat: fix: drop backing
 2021-07-20 14:37 UTC  (2+ messages)

[PATCH] ui/gtk: Fix relative mouse with multiple monitors
 2021-07-20 14:37 UTC  (3+ messages)

[PULL 0/3] ppc-for-6.1 queue 20210713
 2021-07-20 14:30 UTC  (6+ messages)
` R: "
    ` R: "
        ` R: "

[PATCH v6 0/4] replication: Bugfix and properly attach children
 2021-07-20 14:25 UTC  (2+ messages)

[PATCH] block: drop BLK_PERM_GRAPH_MOD
 2021-07-20 14:24 UTC  (2+ messages)

[PATCH] mips/tlb_helper: Add support for 'info tlb' cmd
 2021-07-20 13:52 UTC  (3+ messages)

[PATCH resend v2 0/5] softmmu/memory_mapping: optimize dump/tpm for virtio-mem
 2021-07-20 13:45 UTC  (10+ messages)
` [PATCH resend v2 1/5] tpm: mark correct memory region range dirty when clearing RAM
` [PATCH resend v2 2/5] softmmu/memory_mapping: reuse qemu_get_guest_simple_memory_mapping()
` [PATCH resend v2 3/5] softmmu/memory_mapping: never merge ranges accross memory regions
` [PATCH resend v2 4/5] softmmu/memory_mapping: factor out adding physical memory ranges
` [PATCH resend v2 5/5] softmmu/memory_mapping: optimize for RamDiscardManager sections

[PATCH 1/2] ui/gtk: detach_all option for making all VCs detached upon starting
 2021-07-20 13:42 UTC  (2+ messages)

[PATCH v5 0/5] hw/nvme: fix mmio read
 2021-07-20 13:40 UTC  (8+ messages)
` [PATCH v5 1/5] hw/nvme: split pmrmsc register into upper and lower
` [PATCH v5 4/5] hw/nvme: fix mmio read

[PATCH v6 0/2] target/s390x: Fix SIGILL and SIGFPE psw.addr reporting
 2021-07-20 13:30 UTC  (3+ messages)
` [PATCH v6 2/2] tests/tcg/s390x: Test SIGILL and SIGSEGV handling

[PATCH v2 00/23] target/i386/sev: Housekeeping (OVMF + SEV-disabled binaries)
 2021-07-20 13:24 UTC  (4+ messages)
` [PATCH v2 20/23] hw/acpi: Do not restrict ACPI core routines to x86 architecture

[PATCH for-6.1 v5 00/15] tcg: breakpoint reorg
 2021-07-20 13:16 UTC  (15+ messages)
` [PATCH for-6.1 v5 03/15] target/alpha: Drop goto_tb path in gen_call_pal
` [PATCH for-6.1 v5 08/15] hw/core: Introduce TCGCPUOps.debug_check_breakpoint
` [PATCH for-6.1 v5 09/15] target/arm: Implement debug_check_breakpoint
` [PATCH for-6.1 v5 10/15] target/i386: "
` [PATCH for-6.1 v5 11/15] accel/tcg: Merge tb_find into its only caller
` [PATCH for-6.1 v5 12/15] accel/tcg: Move breakpoint recognition outside translation
` [PATCH for-6.1 v5 14/15] accel/tcg: Hoist tb_cflags to a local in translator_loop

[PATCH v2 00/21] documentation and metadata updates
 2021-07-20 13:09 UTC  (5+ messages)
` [PATCH v2 02/21] docs: collect the disparate device emulation docs into one section

[PATCH 0/1] block: Do not poll in bdrv_set_aio_context_ignore() when acquiring new_context
 2021-07-20 13:07 UTC  (4+ messages)
` [PATCH 1/1] "
    `  "

[PULL v3 00/19] pc,pci,virtio: lots of new features
 2021-07-20 12:56 UTC  (4+ messages)
` [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

[PATCH v3 0/3] vhost-user: warn when guest RAM is not shared
 2021-07-20 13:06 UTC  (3+ messages)

[RFC] Rust vhost-user-scsi implementation
 2021-07-20 12:49 UTC  (3+ messages)

[PATCH 0/6] plugins/cache: multicore cache emulation and minor
 2021-07-20 12:46 UTC  (2+ messages)

[PATCH v6 00/12] target/hexagon: introduce idef-parser
 2021-07-20 12:30 UTC  (13+ messages)
` [PATCH v6 01/12] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v6 02/12] target/hexagon: import README "
` [PATCH v6 03/12] target/hexagon: make slot number an unsigned
` [PATCH v6 04/12] target/hexagon: make helper functions non-static
` [PATCH v6 05/12] target/hexagon: introduce new helper functions
` [PATCH v6 06/12] target/hexagon: expose next PC in DisasContext
` [PATCH v6 07/12] target/hexagon: prepare input for the idef-parser
` [PATCH v6 08/12] target/hexagon: import lexer for idef-parser
` [PATCH v6 09/12] target/hexagon: import parser "
` [PATCH v6 10/12] target/hexagon: call idef-parser functions
` [PATCH v6 11/12] target/hexagon: import additional tests
` [PATCH v6 12/12] gitlab-ci: do not use qemu-project Docker registry

[RFC PATCH] tcg/plugins: implement a qemu_plugin_user_exit helper
 2021-07-20 12:28 UTC  (2+ messages)

[PATCH v1 0/9] s390x: CPU Topology
 2021-07-20 12:29 UTC  (23+ messages)
` [PATCH v1 1/9] s390x: smp: s390x dedicated smp parsing
` [PATCH v1 2/9] s390x: toplogy: adding drawers and books to "

[PATCH for 6.1 v3 0/3] tricore fixes
 2021-07-20 11:40 UTC  (4+ messages)
` [PATCH v3 1/3] hw/tricore: fix inclusion of tricore_testboard
` [PATCH v3 2/3] tests/tcg/configure.sh: add handling for assembler only builds
` [PATCH v3 3/3] gitlab: enable a very minimal build with the tricore container

[PATCH v2 00/17] iotests: support zstd
 2021-07-20 11:38 UTC  (18+ messages)
` [PATCH v2 01/17] iotests.py: img_info_log(): rename imgopts argument
` [PATCH v2 02/17] iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'
` [PATCH v2 03/17] iotests: drop qemu_img_verbose() helper
` [PATCH v2 04/17] iotests.py: rewrite default luks support in qemu_img
` [PATCH v2 05/17] iotest 303: explicit compression type
` [PATCH v2 06/17] iotest 065: "
` [PATCH v2 07/17] iotests.py: filter out successful output of qemu-img crate
` [PATCH v2 08/17] iotests.py: filter compression type out
` [PATCH v2 09/17] iotest 302: use img_info_log() helper
` [PATCH v2 10/17] qcow2: simple case support for downgrading of qcow2 images with zstd
` [PATCH v2 11/17] iotests/common.rc: introduce _qcow2_dump_header helper
` [PATCH v2 12/17] iotests: massive use _qcow2_dump_header
` [PATCH v2 13/17] iotest 39: "
` [PATCH v2 14/17] iotests: bash tests: filter compression type
` [PATCH v2 15/17] iotests 60: more accurate set dirty bit in qcow2 header
` [PATCH v2 16/17] iotest 214: explicit compression type
` [PATCH v2 17/17] iotests: declare lack of support for compresion_type in IMGOPTS

[PATCH v2 0/2] Add more 64-bit utilities
 2021-07-20 11:46 UTC  (3+ messages)
` [PATCH v2 2/2] hw/registerfields: Use 64-bit bitfield for FIELD_DP64

[PATCH] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0
 2021-07-20 11:44 UTC  (3+ messages)

[PATCH 0/4] Add support for Fujitsu A64FX processor
 2021-07-20 11:24 UTC  (4+ messages)

[PATCH for 6.1 v1 0/2] tricore fixes
 2021-07-20 11:00 UTC  (7+ messages)
` [PATCH v1 1/2] hw/tricore: fix inclusion of tricore_testboard

[PATCH 0/3] linux-aio: limit the batch size to reduce queue latency
 2021-07-20 10:41 UTC  (5+ messages)
` [PATCH 3/3] linux-aio: limit the batch size using `aio-max-batch` parameter

random crash in migration-test, i386 guest, x86-64 host:
 2021-07-20 10:33 UTC  (4+ messages)

[PATCH for-6.2 00/34] target/arm: Third slice of MVE implementation
 2021-07-20 10:13 UTC  (6+ messages)
` [PATCH for-6.2 17/34] target/arm: Implement MVE VMLAS

[PATCH for 6.1 v2 0/2] tricore fixes
 2021-07-20  9:14 UTC  (4+ messages)
` [PATCH v2 2/2] gitlab: enable a very minimal build with the tricore container

[PATCH for 6.1 0/6] virtio-gpu acceptance test: use current device name
 2021-07-20  9:36 UTC  (3+ messages)
` [PATCH 5/6] tests/acceptance/virtio-gpu.py: use virtio-vga-gl

[PULL 0/6] Block patches for 6.1-rc0
 2021-07-20  9:02 UTC  (2+ messages)

Failing iotest 206
 2021-07-20  8:32 UTC  (4+ messages)

[PATCH] io_uring: move LuringState typedef to block/aio.h
 2021-07-20  8:29 UTC  (2+ messages)

[PATCH for-6.2 v2 00/11] machine: smp parsing fixes and improvement
 2021-07-20  6:57 UTC  (3+ messages)
` [PATCH for-6.2 v2 02/11] machine: Make smp_parse generic enough for all arches

[RFC 0/3] Improve module accelerator error message
 2021-07-20  6:40 UTC  (5+ messages)
` [RFC 3/3] qom: Improve error message in module_object_class_by_name()


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