qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-27 18:43:07 to 2020-10-28 09:29:52 UTC [more...]

[PULL 00/32] VFIO updates 2020-10-26 (for QEMU 5.2 soft-freeze)
 2020-10-28  9:28 UTC  (7+ messages)

[PATCH v2 0/1] hw/block/m25p80: Fix Numonyx flash dummy cycle register behavior
 2020-10-28  9:26 UTC  (3+ messages)
` [PATCH v2 1/1] hw/block/m25p80: Fix Numonyx fast read dummy cycle count

[PATCH 0/5] python: add linters to gitlab CI
 2020-10-28  9:22 UTC  (11+ messages)
` [PATCH 1/5] python: add pytest and tests
` [PATCH 2/5] python: add excluded dirs to flake8 config
` [PATCH 3/5] python: add Makefile for some common tasks
` [PATCH 4/5] python: add .gitignore
` [PATCH 5/5] gitlab: add python linters to CI

[PATCH 0/4] qemu-storage-daemon: QAPIfy --chardev the stupid way
 2020-10-28  9:18 UTC  (10+ messages)
` [PATCH 3/4] char: Flat alternative to overly nested chardev-add arguments
` [PATCH 4/4] qemu-storage-daemon: QAPIfy --chardev

[PATCH 1/3] hw/9pfs : add spaces around operator
 2020-10-28  9:05 UTC  (3+ messages)
` [PATCH 2/3] hw/9pfs : open brace '{' following struct go on the same line
` [PATCH 3/3] hw/9pfs : add space before the open parenthesis '('

[RFC PATCH] hw/arm/virt: use sbsa-ec for reboot and poweroff in secure mode
 2020-10-28  8:59 UTC 

[PULL 00/10] qemu-sparc queue 20201028
 2020-10-28  8:23 UTC  (12+ messages)
` [PULL 01/10] sparc32-dma: use object_initialize_child() for espdma and ledma child objects
` [PULL 02/10] sparc32-ledma: use object_initialize_child() for lance child object
` [PULL 03/10] sparc32-espdma: use object_initialize_child() for esp "
` [PULL 04/10] sparc32-ledma: don't reference nd_table directly within the device
` [PULL 05/10] sabre: don't call sysbus_mmio_map() in sabre_realize()
` [PULL 06/10] hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitter
  ` [Bug 1892540] "
` [PULL 07/10] sabre: increase number of PCI bus IRQs from 32 to 64
` [PULL 08/10] hw/pci-host/sabre: Update documentation link
` [PULL 09/10] hw/pci-host/sabre: Remove superfluous address range check
` [PULL 10/10] hw/pci-host/sabre: Simplify code initializing variable once

[PATCH 0/4] kvm: Add a --enable-debug-kvm option to configure
 2020-10-28  8:20 UTC  (7+ messages)
  ` [PATCH 1/4] configure: "
  ` [PATCH 2/4] kvm: Replace DEBUG_KVM with CONFIG_DEBUG_KVM
    ` [PATCH 3/4] kvm: make printf always compile in debug output
      ` [PATCH 4/4] i386/kvm: "

[PATCH] block: Move bdrv_drain_all_end_quiesce() to block_int.h
 2020-10-28  8:07 UTC 

[PATCH] Revert series: virtiofsd: Announce submounts to the guest
 2020-10-28  7:55 UTC  (2+ messages)

[PATCH-for-5.2] block/nvme: Fix nvme_submit_command() on big-endian host
 2020-10-28  7:51 UTC  (2+ messages)

[PATCH 0/9] silence the compiler warnings
 2020-10-28  6:42 UTC  (14+ messages)
` [PATCH 1/9] target/i386: silence the compiler warnings in gen_shiftd_rm_T1
` [PATCH 2/9] hw/intc/arm_gicv3_kvm: silence the compiler warnings
` [PATCH 3/9] accel/tcg/user-exec: "
` [PATCH 4/9] linux-user/mips/cpu_loop: "
` [PATCH 5/9] target/sparc/translate: "
` [PATCH 6/9] target/sparc/win_helper: "
` [PATCH 7/9] ppc: "
` [PATCH 8/9] target/ppc: "
` [PATCH 9/9] hw/timer/renesas_tmr: "

[PATCH v2 0/6] Add support for Control-Flow Integrity
 2020-10-28  6:44 UTC  (8+ messages)
` [PATCH v2 3/6] configure: add option to enable LTO

[PATCH] target/ppc/excp_helper: Add a fallthrough for fix compiler warning
 2020-10-28  5:53 UTC  (2+ messages)

[RFC PATCH v4 0/1] tests/vm: Add Haiku VM
 2020-10-28  6:02 UTC  (3+ messages)
` [RFC PATCH v4 1/1] tests/vm: Add Haiku test based on their vagrant images

[PATCH v4 00/12] 9pfs: add tests using local fs driver
 2020-10-28  5:51 UTC  (5+ messages)
` [PATCH v4 04/12] libqos/qgraph: add qos_dump_graph()

[PATCH] modules: turn off lazy binding
 2020-10-28  5:49 UTC 

[PATCH] target/ppc/excp_helper: Add a missing break for POWERPC_EXCP_HISI
 2020-10-28  5:43 UTC  (3+ messages)

[PATCH v2 00/10] hw/riscv: microchip_pfsoc: Support factory HSS boot out of the box
 2020-10-28  5:30 UTC  (11+ messages)
` [PATCH v2 01/10] hw/riscv: microchip_pfsoc: Document where to look at the SoC memory maps
` [PATCH v2 02/10] hw/misc: Add Microchip PolarFire SoC DDR Memory Controller support
` [PATCH v2 03/10] hw/riscv: microchip_pfsoc: Connect DDR memory controller modules
` [PATCH v2 04/10] hw/misc: Add Microchip PolarFire SoC IOSCB module support
` [PATCH v2 05/10] hw/riscv: microchip_pfsoc: Connect the IOSCB module
` [PATCH v2 06/10] hw/misc: Add Microchip PolarFire SoC SYSREG module support
` [PATCH v2 07/10] hw/riscv: microchip_pfsoc: Connect the SYSREG module
` [PATCH v2 08/10] hw/riscv: microchip_pfsoc: Map the reserved memory at address 0
` [PATCH v2 09/10] hw/riscv: microchip_pfsoc: Correct DDR memory map
` [PATCH v2 10/10] hw/riscv: microchip_pfsoc: Hook the I2C1 controller

Help on TCG asserts
 2020-10-28  4:15 UTC 

[PATCH V15 0/6] mips: Add Loongson-3 machine support
 2020-10-28  4:18 UTC  (7+ messages)
` [PATCH V15 1/6] target/mips: Fix PageMask with variable page size
` [PATCH V15 2/6] target/mips: Add unaligned access support for MIPS64R6 and Loongson-3
` [PATCH V15 3/6] hw/mips: Implement fw_cfg_arch_key_name()
` [PATCH V15 4/6] hw/mips: Add Loongson-3 boot parameter helpers
` [PATCH V15 5/6] hw/mips: Add Loongson-3 machine support
` [PATCH V15 6/6] docs/system: Update MIPS machine documentation

[PATCH] linux-user: Remove obsolete F_SHLCK and F_WRLCK translation
 2020-10-28  3:27 UTC 

[PATCH 00/11] target/arm: Fix neon reg offsets
 2020-10-28  3:27 UTC  (12+ messages)
` [PATCH 01/11] target/arm: Introduce neon_full_reg_offset
` [PATCH 02/11] target/arm: Move neon_element_offset to translate.c
` [PATCH 03/11] target/arm: Use neon_element_offset in neon_load/store_reg
` [PATCH 04/11] target/arm: Use neon_element_offset in vfp_reg_offset
` [PATCH 05/11] target/arm: Add read/write_neon_element32
` [PATCH 06/11] target/arm: Expand read/write_neon_element32 to all MemOp
` [PATCH 07/11] target/arm: Rename neon_load_reg32 to vfp_load_reg32
` [PATCH 08/11] target/arm: Add read/write_neon_element64
` [PATCH 09/11] target/arm: Rename neon_load_reg64 to vfp_load_reg64
` [PATCH 10/11] target/arm: Simplify do_long_3d and do_2scalar_long
` [PATCH 11/11] target/arm: Improve do_prewiden_3d

[PATCH] pci: Refuse to hotplug PCI Devices when the Guest OS is not ready
 2020-10-28  3:34 UTC  (15+ messages)

[PATCH v3 0/7] iOS and Apple Silicon host support
 2020-10-28  3:07 UTC  (8+ messages)
` [PATCH v3 1/7] configure: option to disable host block devices
` [PATCH v3 2/7] configure: cross-compiling with empty cross_prefix
` [PATCH v3 3/7] qemu: add support for iOS host
` [PATCH v3 4/7] coroutine: add libucontext as external library
` [PATCH v3 5/7] slirp: update build flags for iOS resolv fix
` [PATCH v3 6/7] tcg: implement JIT for iOS and Apple Silicon
` [PATCH v3 7/7] block: check availablity for preadv/pwritev on mac

[PATCH v3] net: remove an assert call in eth_get_gso_type
 2020-10-28  2:25 UTC  (5+ messages)

[RESEND PATCH 0/9] hw/riscv: microchip_pfsoc: Support factory HSS boot out of the box
 2020-10-28  2:08 UTC  (16+ messages)
` [RESEND PATCH 1/9] hw/misc: Add Microchip PolarFire SoC DDR Memory Controller support
` [RESEND PATCH 2/9] hw/riscv: microchip_pfsoc: Connect DDR memory controller modules
` [RESEND PATCH 3/9] hw/misc: Add Microchip PolarFire SoC IOSCB module support
` [RESEND PATCH 5/9] hw/misc: Add Microchip PolarFire SoC SYSREG "
` [RESEND PATCH 7/9] hw/riscv: microchip_pfsoc: Map debug memory
` [RESEND PATCH 8/9] hw/riscv: microchip_pfsoc: Correct DDR memory map

[PATCH] hw/sd: Zero out function selection fields before being populated
 2020-10-28  9:47 UTC  (4+ messages)

[PATCH 0/4] riscv: Add semihosting support [v10]
 2020-10-28  1:33 UTC  (7+ messages)
` [PATCH 1/4] semihosting: Move ARM semihosting code to shared directories

[PULL 0/4] Acceptance testing patches for 2020-10-26
 2020-10-27 23:36 UTC  (2+ messages)

[PATCH 0/2] hw/block/m25p80: Fix Numonyx flash dummy cycle register behavior
 2020-10-27 23:00 UTC  (4+ messages)
` [PATCH 1/2] hw/block/m25p80: Fix Numonyx "

[PATCH 00/12] qom: Make all -object types use only class properties
 2020-10-27 22:18 UTC  (6+ messages)
` [PATCH 03/12] qom: Make object_class_property_add_uint*_ptr() get offset

[PULL 00/12] NBD patches for 2020-10-27 soft-freeze
 2020-10-27 21:59 UTC  (13+ messages)
` [PULL 01/12] iotests/291: Filter irrelevant parts of img-info
` [PULL 02/12] iotests/291: Stop NBD server
` [PULL 03/12] block: Simplify QAPI_LIST_ADD
` [PULL 04/12] qapi: Add QAPI_LIST_PREPEND() macro
` [PULL 05/12] nbd: Utilize QAPI_CLONE for type conversion
` [PULL 06/12] nbd: Update qapi to support exporting multiple bitmaps
` [PULL 07/12] nbd: Simplify qemu bitmap context name
` [PULL 08/12] nbd: Refactor counting of metadata contexts
` [PULL 09/12] nbd: Allow export of multiple bitmaps for one device
` [PULL 10/12] block: Return depth level during bdrv_is_allocated_above
` [PULL 11/12] nbd: Add new qemu:allocation-depth metadata context
` [PULL 12/12] nbd: Add 'qemu-nbd -A' to expose allocation depth

[PATCH v3 00/15] python: create installable package
 2020-10-27 22:08 UTC  (2+ messages)

[PATCH 0/9] qapi: untie 'if' conditions from C preprocessor
 2020-10-27 21:58 UTC  (7+ messages)
` [PATCH 1/9] qapi: replace List[str] by IfCond
` [PATCH 2/9] qapi: move gen_if/gen_endif to IfCond
` [PATCH 3/9] qapi: start building an 'if' predicate tree

[Bug 1898883] [NEW] qemu-system-riscv64 failed to load binary kernel into memory
 2020-10-27 21:30 UTC  (2+ messages)
` [Bug 1898883] "

[PATCH 00/20] RX target update
 2020-10-27 21:05 UTC  (3+ messages)
` [PATCH 01/20] loader.c: Add support Motrola S-record format

QEMU and kvm on big.LITTLE aarch64
 2020-10-27 21:16 UTC  (2+ messages)

[PATCH] hw/riscv: microchip_pfsoc: IOSCBCTRL memmap entry
 2020-10-27 20:56 UTC  (4+ messages)
` [PATCH v2] "

[PATCH V4 0/6] Support RISC-V migration
 2020-10-27 20:26 UTC  (6+ messages)
` [PATCH V4 1/6] target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit

[PATCH v1 00/16] RISC-V: Start to remove xlen preprocess
 2020-10-27 20:25 UTC  (4+ messages)
` [PATCH v1 12/16] target/riscv: cpu_helper: Remove compile time XLEN checks

[PULL v2 00/38] SCSI, qdev, qtest, meson patches for 2020-10-10
 2020-10-27 19:48 UTC  (4+ messages)
` [PULL 31/38] device-core: use RCU for list of children of a bus

[PATCH v4 0/7] Exposing backing-chain allocation over NBD
 2020-10-27 19:40 UTC  (3+ messages)
  ` [Libguestfs] [libnbd PATCH] info: Add support for new 'qemu-nbd -A' qemu:allocation-depth

[PATCH for-6.0 v3 00/20] block/export: Allow exporting BDSs via FUSE
 2020-10-27 19:06 UTC  (21+ messages)
` [PATCH for-6.0 v3 01/20] meson: Detect libfuse
` [PATCH for-6.0 v3 02/20] fuse: Allow exporting BDSs via FUSE
` [PATCH for-6.0 v3 03/20] fuse: Implement standard FUSE operations
` [PATCH for-6.0 v3 04/20] fuse: Allow growable exports
` [PATCH for-6.0 v3 05/20] fuse: (Partially) implement fallocate()
` [PATCH for-6.0 v3 06/20] fuse: Implement hole detection through lseek
` [PATCH for-6.0 v3 07/20] iotests: Do not needlessly filter _make_test_img
` [PATCH for-6.0 v3 08/20] iotests: Do not pipe _make_test_img
` [PATCH for-6.0 v3 09/20] iotests: Use convert -n in some cases
` [PATCH for-6.0 v3 10/20] iotests/046: Avoid renaming images
` [PATCH for-6.0 v3 11/20] iotests: Derive image names from $TEST_IMG
` [PATCH for-6.0 v3 12/20] iotests/091: Use _cleanup_qemu instad of "wait"
` [PATCH for-6.0 v3 13/20] iotests: Restrict some Python tests to file
` [PATCH for-6.0 v3 14/20] iotests: Let _make_test_img guess $TEST_IMG_FILE
` [PATCH for-6.0 v3 15/20] iotests/287: Clean up subshell test image
` [PATCH for-6.0 v3 16/20] storage-daemon: Call bdrv_close_all() on exit
` [PATCH for-6.0 v3 17/20] iotests: Give access to the qemu-storage-daemon
` [PATCH for-6.0 v3 18/20] iotests: Allow testing FUSE exports
` [PATCH for-6.0 v3 19/20] iotests: Enable fuse for many tests
` [PATCH for-6.0 v3 20/20] iotests/308: Add test for FUSE exports

[RFC] Using gitlab for upstream qemu repo?
 2020-10-27 18:48 UTC  (4+ messages)

[qemu-web PATCH v2 00/16] Re-design the QEMU home page to better present information
 2020-10-27 18:45 UTC  (3+ messages)
` [qemu-web PATCH v2 06/16] Rework display of screenshots to use a carousel slider

[PATCH v6 00/11] Exposing backing-chain allocation over NBD
 2020-10-27 18:44 UTC  (6+ messages)
` [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible

[PATCH] virtiofsd: Fix the help message of posix lock
 2020-10-27 18:33 UTC  (2+ messages)

[RFC PATCH v2 00/37] cleanup qemu_init and make sense of command line processing
 2020-10-27 18:21 UTC  (8+ messages)
` [PATCH 18/29] vl: separate qemu_create_late_backends
` [PATCH 20/29] vl: separate qemu_apply_machine_options
` [PATCH 21/29] vl: separate qemu_resolve_machine_memdev
` [PATCH 24/29] migration, vl: start migration via qmp_migrate_incoming
` [PATCH 25/29] vl: start VM via qmp_cont
` [PATCH 26/29] hmp: introduce cmd_available
` [PATCH 28/29] vl: remove separate preconfig main_loop

[Bug 1892540] [NEW] qemu can no longer boot NetBSD/sparc
 2020-08-21 19:15 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).