qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-05 15:48:28 to 2020-11-06 10:28:45 UTC [more...]

[RFC PATCH 00/15] Xen guest-loader and arm64 build fixes/enhancements
 2020-11-06 10:27 UTC  (31+ messages)
` [RFC PATCH 01/15] hw/board: promote fdt from ARM VirtMachineState to MachineState
` [RFC PATCH 02/15] hw/riscv: migrate fdt field to generic MachineState
` [RFC PATCH 03/15] device_tree: add qemu_fdt_setprop_string_array helper
` [RFC PATCH 04/15] hw/core: implement a guest-loader to support static hypervisor guests
` [RFC PATCH 05/15] docs: move generic-loader documentation into the main manual
` [RFC PATCH 06/15] docs: add some documentation for the guest-loader
` [RFC PATCH 07/15] accel/meson: you only need accelerator stubs for softmmu builds
` [RFC PATCH 08/15] meson.build: fix building of Xen support for aarch64
` [RFC PATCH 09/15] meson.build: introduce CONFIG_XEN_HVM flag
` [RFC PATCH 10/15] meson.build: clean-up summary reporting of XEN and it's features
` [RFC PATCH 11/15] include/hw/xen.h: drop superfluous struct
` [RFC PATCH 12/15] stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub
` [RFC PATCH 13/15] accel/stubs: drop unused cpu.h include
` [RFC PATCH 14/15] xen: only build HVM support under CONFIG_XEN_HVM
` [RFC PATCH 15/15] meson.build: build a Xen aware qemu-aarch64-system

[PATCH] target/microblaze: Fix possible array out of bounds in mmu_write()
 2020-11-06 10:23 UTC  (2+ messages)

[PATCH] migration/multifd: close TLS channel before socket finalize
 2020-11-06 10:18 UTC  (2+ messages)

[PATCH v2 00/44] Make qdev static property API usable by any QOM type
 2020-11-06  9:45 UTC  (6+ messages)
` [PATCH v2 36/44] qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
` [PATCH v2 37/44] qdev: Move qdev_prop_tpm declaration to tpm_prop.h

[PULL 0/4] 9p queue for 5.2 (2020-11-06)
 2020-11-06  9:13 UTC  (5+ messages)
` [PULL 3/4] hw/9pfs : add space before the open parenthesis '('
` [PULL 1/4] hw/9pfs : add spaces around operator
` [PULL 2/4] hw/9pfs : open brace '{' following struct go on the same line
` [PULL 4/4] hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen

[PULL 0/4] Linux user for 5.2 patches
 2020-11-06  9:40 UTC  (2+ messages)

[PATCH] console: avoid passing con=NULL to graphic_hw_update_done() In graphic_hw_update(), first select an existing console, a specific-console or active_console(if not specified), then updating the console
 2020-11-06 17:03 UTC  (3+ messages)
  `  "

[PATCH 0/2] Fix nested permission update
 2020-11-06  9:26 UTC  (4+ messages)
` [PATCH 1/2] block: make bdrv_drop_intermediate() less wrong

[PATCH 0/2] block: Remove unused BlockDeviceMapEntry
 2020-11-06  7:44 UTC  (3+ messages)
` [PATCH 1/2] qapi/block-core: Improve MapEntry documentation

[PATCH v2 0/6] QOM minor fixes
 2020-11-06  7:35 UTC  (6+ messages)
` [PATCH v2 5/6] macio: don't reference serial_hd() directly within the device

[PATCH V2] qtest: Fix bad printf format specifiers
 2020-11-06  6:36 UTC  (2+ messages)

[PATCH] target/openrisc: fix icount handling for timer instructions
 2020-11-06  6:36 UTC  (3+ messages)

[PATCH] qtest: Fix bad printf format specifiers
 2020-11-06  6:33 UTC  (5+ messages)

[PATCH] migration/dirtyrate: simplify inlcudes in dirtyrate.c
 2020-11-06  6:24 UTC  (3+ messages)

[PATCH] scripts/checkpatch.pl: Modify the line length limit of the code
 2020-11-05 15:42 UTC 

[PATCH] migration/multifd: fix hangup with TLS-Multifd due to blocking handshake
 2020-11-06  6:24 UTC 

Emulation for riscv
 2020-11-06  4:42 UTC  (2+ messages)

[PATCH V17 0/6] mips: Add Loongson-3 machine support
 2020-11-06  4:21 UTC  (7+ messages)
` [PATCH V17 1/6] target/mips: Fix PageMask with variable page size
` [PATCH V17 2/6] hw/intc: Rework Loongson LIOINTC
` [PATCH V17 3/6] hw/mips: Implement fw_cfg_arch_key_name()
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers
` [PATCH V17 5/6] hw/mips: Add Loongson-3 machine support
` [PATCH V17 6/6] docs/system: Update MIPS machine documentation

[PATCH v2 4/4] hw/riscv: Load the kernel after the firmware
 2020-11-06  4:15 UTC  (3+ messages)

[PATCH 1/2] file-posix: Use OFD lock only if the filesystem supports the lock
 2020-11-06  4:01 UTC  (2+ messages)
` [PATCH 2/2] tests/test-image-locking: Pass the fd to the argument of qemu_has_ofd_lock()

[PATCH v3 00/41] Mirror map JIT memory for TCG
 2020-11-06  4:00 UTC  (43+ messages)
` [PATCH v3 01/41] tcg: Enhance flush_icache_range with separate data pointer
` [PATCH v3 02/41] tcg: Move tcg prologue pointer out of TCGContext
` [PATCH v3 03/41] tcg: Move tcg epilogue "
` [PATCH v3 04/41] tcg: Add in_code_gen_buffer
` [PATCH v3 05/41] tcg: Introduce tcg_splitwx_to_{rx,rw}
` [PATCH v3 06/41] tcg: Adjust TCGLabel for const
` [PATCH v3 07/41] tcg: Adjust tcg_out_call "
` [PATCH v3 08/41] tcg: Adjust tcg_out_label "
` [PATCH v3 09/41] tcg: Adjust tcg_register_jit "
` [PATCH v3 10/41] tcg: Adjust tb_target_set_jmp_target for split-wx
` [PATCH v3 11/41] tcg: Make DisasContextBase.tb const
` [PATCH v3 12/41] tcg: Make tb arg to synchronize_from_tb const
` [PATCH v3 13/41] tcg: Use Error with alloc_code_gen_buffer
` [PATCH v3 14/41] tcg: Add --accel tcg,split-wx property
` [PATCH v3 15/41] accel/tcg: Support split-wx for linux with memfd
` [PATCH v3 16/41] accel/tcg: Support split-wx for darwin/iOS with vm_remap
` [PATCH v3 17/41] tcg: Return the TB pointer from the rx region from exit_tb
` [PATCH v3 18/41] tcg/i386: Support split-wx code generation
` [PATCH v3 19/41] tcg/aarch64: Use B not BL for tcg_out_goto_long
` [PATCH v3 20/41] tcg/aarch64: Implement flush_idcache_range manually
` [PATCH v3 21/41] tcg/aarch64: Support split-wx code generation
` [PATCH v3 22/41] disas: Push const down through host disasassembly
` [PATCH v3 23/41] tcg/tci: Push const down through bytecode reading
` [PATCH v3 24/41] tcg: Introduce tcg_tbrel_diff
` [PATCH v3 25/41] tcg/ppc: Use tcg_tbrel_diff
` [PATCH v3 26/41] tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
` [PATCH v3 27/41] tcg/ppc: Support split-wx code generation
` [PATCH v3 28/41] tcg/sparc: Use tcg_tbrel_diff
` [PATCH v3 29/41] tcg/sparc: Support split-wx code generation
` [PATCH v3 30/41] tcg/s390: Use tcg_tbrel_diff
` [PATCH v3 31/41] tcg/s390: Support split-wx code generation
` [PATCH v3 32/41] tcg/riscv: Fix branch range checks
` [PATCH v3 33/41] tcg/riscv: Remove branch-over-branch fallback
` [PATCH v3 34/41] tcg/riscv: Support split-wx code generation
` [PATCH v3 35/41] accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
` [PATCH v3 36/41] tcg/mips: Do not assert on relocation overflow
` [PATCH v3 37/41] tcg/mips: Support split-wx code generation
` [PATCH v3 38/41] tcg/arm: "
` [PATCH v3 39/41] tcg: Remove TCG_TARGET_SUPPORT_MIRROR
` [PATCH v3 40/41] tcg: Constify tcg_code_gen_epilogue
` [PATCH v3 41/41] tcg: Constify TCGLabelQemuLdst.raddr

[PATCH v1 1/1] hw/intc/ibex_plic: Clear the claim register when read
 2020-11-06  2:32 UTC 

[PATCH] quorum: Implement bdrv_co_block_status()
 2020-11-06  2:25 UTC  (2+ messages)

[Bug 1902470] [NEW] migration with TLS-MultiFD is stuck when the dst-libvirtd service restarts
 2020-11-06  2:00 UTC  (2+ messages)
` [Bug 1902470] "

[PATCH] block: Fix integer promotion error in bdrv_getlength()
 2020-11-06  2:06 UTC  (4+ messages)

[PATCH V2 2/2] plugins: Fix two resource leaks in setup_socket()
 2020-11-06  1:59 UTC 

[PATCH V2 0/2] plugins: Fix some resource leaks
 2020-11-06  1:59 UTC 

[PATCH V2 1/2] plugins: Fix resource leak in connect_socket()
 2020-11-06  1:59 UTC 

[PATCH v3] introduce VFIO-over-socket protocol specificaion
 2020-11-06  1:50 UTC  (8+ messages)
` [PATCH v5] introduce vfio-user protocol specification

[PATCH 1/2] plugins: Fix resource leak in connect_socket()
 2020-11-06  1:40 UTC  (4+ messages)

[PATCH v3 0/3] hw/block/m25p80: Numonyx: Fix dummy cycles and check for SPI mode on cmds
 2020-11-06  1:32 UTC  (4+ messages)
` [PATCH v3 1/3] hw/block/m25p80: Fix Numonyx NVCFG DIO and QIO bit polarity
` [PATCH v3 2/3] hw/block/m25p80: Check SPI mode before running some Numonyx commands
` [PATCH v3 3/3] hw/block/m25p80: Fix Numonyx fast read dummy cycle count

[Bug 1901981] [NEW] assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status
 2020-11-06  1:07 UTC  (2+ messages)
` [Bug 1901981] "

[PULL v3 00/32] VFIO updates 2020-11-01 (for QEMU 5.2 soft-freeze)
 2020-11-06  0:32 UTC  (4+ messages)
` [PULL v3 04/32] vfio: Add migration region initialization and finalize function

[PULL v3 00/12] qemu-ga patch queue for soft-freeze
 2020-11-05 23:50 UTC  (3+ messages)
` [PULL v3 06/12] qga: add implementation of guest-get-disks for Linux

[PULL 0/3] ppc-for-5.2 patch queue 2020-11-05
 2020-11-05 23:46 UTC  (2+ messages)

VFIO Migration
 2020-11-05 23:37 UTC  (5+ messages)

[PATCH for-5.2 0/3] linux-user: fix various sparc64 guest bugs
 2020-11-05 23:36 UTC  (8+ messages)
` [PATCH for-5.2 1/3] linux-user/sparc: Fix errors in target_ucontext structures
` [PATCH for-5.2 2/3] linux-user/sparc: Correct set/get_context handling of fp and i7
` [PATCH for-5.2 3/3] linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn

[PATCH v3 0/9] Add support for Control-Flow Integrity
 2020-11-05 22:19 UTC  (10+ messages)
` [PATCH v3 1/9] fuzz: Make fork_fuzz.ld compatible with LLVM's LLD
` [PATCH v3 2/9] s390x: fix clang 11 warnings in cpu_models.c
` [PATCH v3 3/9] hw/usb: reorder fields in UASStatus
` [PATCH v3 4/9] s390x: Avoid variable size warning in ipl.h
` [PATCH v3 5/9] scsi: fix overflow in scsi_disk_new_request_dump
` [PATCH v3 6/9] configure,meson: add option to enable LTO
` [PATCH v3 7/9] cfi: Initial support for cfi-icall in QEMU
` [PATCH v3 8/9] check-block: enable iotests with cfi-icall
` [PATCH v3 9/9] configure,meson: support Control-Flow Integrity

[PATCH] target/alpha: fix icount handling for timer instructions
 2020-11-05 21:35 UTC  (2+ messages)

[PATCH v1] docs/devel: Add VFIO device migration documentation
 2020-11-05 21:26 UTC  (12+ messages)

QEMU RAM allocation function fails
 2020-11-05 20:08 UTC  (3+ messages)

[PATCH] virtiofsd: Use --thread-pool-size=0 to mean no thread pool
 2020-11-05 19:52 UTC  (2+ messages)
` [Virtio-fs] "

[RFC v2] VFIO Migration
 2020-11-05 19:37 UTC  (3+ messages)

[PATCH v2] hw/arm/virt enable support for virtio-mem
 2020-11-05 17:51 UTC  (2+ messages)

[PATCH] linux-user: Correct definition of stack_t
 2020-11-05 17:37 UTC  (4+ messages)

[PATCH] hw/arm/virt enable support for virtio-mem
 2020-11-05 17:18 UTC  (2+ messages)

[RFC PATCH v2 00/11] gitlab-ci: Allow forks to select & restrict build jobs
 2020-11-05 17:15 UTC  (12+ messages)
` [RFC PATCH v2 01/11] gitlab-ci: Drop generic cache rule
` [RFC PATCH v2 02/11] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [RFC PATCH v2 03/11] gitlab-ci: Replace YAML anchors by extends (native_build_job)
` [RFC PATCH v2 04/11] gitlab-ci: Replace YAML anchors by extends (native_test_job)
` [RFC PATCH v2 05/11] gitlab-ci: Replace YAML anchors by extends (acceptance_test_job)
` [RFC PATCH v2 06/11] gitlab-ci: Rename acceptance_test_job -> integration_test_job
` [RFC PATCH v2 07/11] gitlab-ci: Extract common job definition as 'cross_common_job'
` [RFC PATCH v2 08/11] gitlab-ci: Extract common job definition as 'native_common_job'
` [RFC PATCH v2 09/11] gitlab-ci: Add rules to select cross-jobs to build
` [RFC PATCH v2 10/11] gitlab-ci: Add rules to select building/testing native jobs
` [RFC PATCH v2 11/11] gitlab-ci: Move artifacts expiry rule to common 'native_build_job'

[PULL for-5.2 0/2] tcg patch queue
 2020-11-05 17:24 UTC  (2+ messages)

[PATCH for-5.2] target/arm: Fix neon VTBL/VTBX for len > 1
 2020-11-05 17:11 UTC 

Documents not in sphinx toctree
 2020-11-05 17:04 UTC  (5+ messages)

[PATCH v4] block: Fix integer promotion error in bdrv_getlength()
 2020-11-05 16:32 UTC  (3+ messages)

[PATCH for-5.2? 1/2] Makefile: Don't use $(quiet-@) within the body of a recipe
 2020-11-05 16:35 UTC  (4+ messages)
` [PATCH for-5.2? 2/2] Makefile: No echoing for 'make help V=1'

[PATCH RFC] memory: pause all vCPUs for the duration of memory transactions
 2020-11-05 16:35 UTC  (8+ messages)

[PATCH v4 0/2] Fixes building nfs on msys2/mingw
 2020-11-05 16:29 UTC  (2+ messages)

[PULL v3 00/31] pc,pci,vhost,virtio: fixes
 2020-11-05 16:14 UTC  (2+ messages)

[PATCH] RFC: sphinx: adopt kernel readthedoc theme
 2020-11-05 16:12 UTC  (2+ messages)

[PATCH] tests/qtest/tpm: Remove redundant check in the tpm_test_swtpm_test()
 2020-11-05 15:57 UTC  (2+ messages)

[PATCH v2] linux-user: Correct definition of stack_t
 2020-11-05 15:52 UTC 

Migrating to the gitlab issue tracker
 2020-11-05 15:50 UTC  (11+ messages)

[PATCH] hw/xen: Don't use '#' flag of printf format
 2020-11-05 15:49 UTC  (2+ messages)


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