qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-12 18:14:59 to 2021-02-13 22:38:37 UTC [more...]

[PATCH] hw/i386/xen: Remove dead code
 2021-02-13 22:37 UTC  (2+ messages)

[PATCH v2 0/2] block: Use 'read-zeroes=true' mode by default with 'null-co' driver
 2021-02-13 21:54 UTC  (4+ messages)
` [PATCH v2 1/2] block: Explicit null-co uses 'read-zeroes=false'

[PATCH] linux-user/elfload: fix address calculation in fallback scenario
 2021-02-13 21:48 UTC  (2+ messages)

[PATCH] linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support
 2021-02-13 21:44 UTC  (2+ messages)

[PATCH] linux-user/elfload: munmap proper address in pgd_find_hole_fallback
 2021-02-13 21:37 UTC  (2+ messages)

[PULL 0/7] M68k for 6.0 patches
 2021-02-13 21:25 UTC  (9+ messages)
` [PULL 1/7] m68k: improve cpu instantiation comments
` [PULL 2/7] m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readability
` [PULL 3/7] m68k: improve comments on m68k_move_to/from helpers
` [PULL 4/7] m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to/from
` [PULL 5/7] m68k: MOVEC insn. should generate exception if wrong CR is accessed
` [PULL 6/7] m68k: add MSP detection support for stack pointer swap helpers
` [PULL 7/7] m68k: import bootinfo headers from linux

[PATCH] linux-user: target: signal: Support TARGET_SS_AUTODISARM
 2021-02-13 21:17 UTC  (3+ messages)

[PATCH] linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}
 2021-02-13 19:30 UTC  (3+ messages)

[PATCH 1/1] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets
 2021-02-13 19:22 UTC  (3+ messages)

[PATCH] linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls
 2021-02-13 19:16 UTC  (5+ messages)

[PATCH] linux-user: signal: Support TARGET_SS_AUTODISARM
 2021-02-13 18:57 UTC  (2+ messages)

[PULL 00/14] NBD patches through 2021-02-12
 2021-02-13 18:16 UTC  (16+ messages)
` [PULL 01/14] qemu-nbd: Use SOMAXCONN for socket listen() backlog
` [PULL 02/14] qemu-nbd: Permit --shared=0 for unlimited clients
` [PULL 03/14] iotests/210: Fix reference output
` [PULL 04/14] io: error_prepend() in qio_channel_readv_full_all() causes segfault
` [PULL 05/14] block: add new BlockDriver handler: bdrv_cancel_in_flight
` [PULL 06/14] block/nbd: implement .bdrv_cancel_in_flight
` [PULL 07/14] block/raw-format: implement .bdrv_cancel_in_flight handler
` [PULL 08/14] job: add .cancel handler for the driver
` [PULL 09/14] block/mirror: implement .cancel job handler
` [PULL 10/14] iotests/264: move to python unittest
` [PULL 11/14] iotests.py: qemu_nbd_popen: remove pid file after use
` [PULL 12/14] iotests/264: add mirror-cancel test-case
` [PULL 13/14] block/backup: implement .cancel job handler
` [PULL 14/14] iotests/264: add backup-cancel test-case

[PATCH] linux-user/mmap: Avoid asserts for out of range mremap calls
 2021-02-13 17:42 UTC  (3+ messages)

[RFC PATCH] linux-user/mmap: Return EFAULT for invalid addresses
 2021-02-13 17:40 UTC  (2+ messages)

[PATCH] linux-user: Fix loading of BSS segments
 2021-02-13 16:41 UTC  (2+ messages)

[PATCH v3 00/23] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
 2021-02-13 16:29 UTC  (27+ messages)
` [PATCH v3 01/23] hw/virtio/pci: include vdev name in registered PCI sections
` [PATCH v3 02/23] plugins: add API to return a name for a IO device
` [PATCH v3 03/23] plugins: new hwprofile plugin
` [PATCH v3 04/23] contrib: Don't use '#' flag of printf format
` [PATCH v3 05/23] contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"
` [PATCH v3 06/23] contrib: Add spaces around operator
` [PATCH v3 07/23] contrib: space required after that ','
` [PATCH v3 08/23] contrib: Open brace '{' following struct go on the same line
` [PATCH v3 09/23] accel/tcg/plugin-gen: fix the call signature for inline callbacks
` [PATCH v3 10/23] exec: Move TranslationBlock typedef to qemu/typedefs.h
` [PATCH v3 11/23] accel/tcg: Create io_recompile_replay_branch hook
` [PATCH v3 12/23] target/mips: Create mips_io_recompile_replay_branch
` [PATCH v3 13/23] target/sh4: Create superh_io_recompile_replay_branch
` [PATCH v3 14/23] tests/plugin: expand insn test to detect duplicate instructions
` [PATCH v3 15/23] tests/acceptance: add a new set of tests to exercise plugins
` [PATCH v3 16/23] accel/tcg: actually cache our partial icount TB
` [PATCH v3 17/23] accel/tcg: cache single instruction TB on pending replay exception
` [PATCH v3 18/23] accel/tcg: re-factor non-RAM execution code
` [PATCH v3 19/23] accel/tcg: remove CF_NOCACHE and special cases
` [PATCH v3 20/23] accel/tcg: allow plugin instrumentation to be disable via cflags
` [PATCH v3 21/23] tests/acceptance: add a new tests to detect counting errors
` [PATCH v3 22/23] tests/plugin: allow memory plugin to do both inline and callbacks
` [PATCH v3 23/23] tests/acceptance: add a memory callback check

[PATCH v2] linux-user: fix O_NONBLOCK usage for hppa target
 2021-02-13 16:25 UTC  (3+ messages)

[PATCH] linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha
 2021-02-13 16:18 UTC  (3+ messages)

[PATCH v2 1/1] linux-user/signal: Decode waitid si_code
 2021-02-13 16:15 UTC  (6+ messages)

About creating machines on the command line
 2021-02-13 13:58 UTC  (6+ messages)

[RFC PATCH 00/15] eMMC support
 2021-02-13 13:18 UTC  (26+ messages)
` [RFC PATCH 01/15] block: add eMMC block device type
` [RFC PATCH 02/15] sd: add eMMC support
` [RFC PATCH 03/15] sd: emmc: Dont not update CARD_CAPACITY for eMMC cards
` [RFC PATCH 04/15] sd: emmc: Update CMD1 definition for eMMC
` [RFC PATCH 05/15] sd: emmc: support idle state in CMD2
` [RFC PATCH 09/15] sd: emmc: Add support for emmc erase
` [RFC PATCH 10/15] sd: emmc: Update CID structure for eMMC
` [RFC PATCH 11/15] sd: emmc: Add Extended CSD register definitions
` [RFC PATCH 12/15] sd: emmc: Support boot area in emmc image
` [RFC PATCH 13/15] sd: emmc: Subtract bootarea size from blk
` [RFC PATCH 14/15] sd: sdhci: Support eMMC devices
` [RFC PATCH 15/15] arm: xlnx-versal: Add emmc to versal

RFC Qemu mipssim patches
 2021-02-13 13:14 UTC  (5+ messages)
    ` Qemu mipssim patches, mips malta and virtio bugs

hifive-unleashed board
 2021-02-13 11:27 UTC 

[PATCH v13 0/5] UFFD write-tracking migration/snapshots
 2021-02-13 10:30 UTC  (7+ messages)

[PATCH] acpi: Remove duplicated code handling OEM ID and OEM table ID fields
 2021-02-13 10:22 UTC 

hifive-unleashed board
 2021-02-13  9:35 UTC 

Virgil 3D renderer on macOS
 2021-02-13  5:14 UTC  (2+ messages)

[PATCH] spice-app: avoid crash when core spice module doesn't loaded
 2021-02-13  3:23 UTC 

[PATCH v2] target/mips/translate: Simplify PCPYH using deposit_i64()
 2021-02-13  0:56 UTC  (2+ messages)

[PATCH v3 0/3] Add npcm7xx emc model
 2021-02-13  0:33 UTC  (4+ messages)

[PATCH v4 0/3] Add npcm7xx emc model
 2021-02-13  0:25 UTC  (4+ messages)
` [PATCH v4 1/3] hw/net: "
` [PATCH v4 2/3] hw/arm: "
` [PATCH v4 3/3] tests/qtests: Add npcm7xx emc model test

[PATCH] target/mips/translate: Simplify PCPYH using deposit_i64()
 2021-02-13  0:24 UTC  (2+ messages)

[PULL 0/5] bitmaps patches through 2021-02-12
 2021-02-12 23:21 UTC  (6+ messages)
` [PULL 1/5] migration: dirty-bitmap: Use struct for alias map inner members
` [PULL 2/5] migration: dirty-bitmap: Allow control of bitmap persistence
` [PULL 3/5] qemu-iotests: 300: Add test case for modifying persistence of bitmap
` [PULL 4/5] block: return status from bdrv_append and friends
` [PULL 5/5] block: use return status of bdrv_append()

[PATCH v7 00/14] block: deal with errp: part I
 2021-02-12 23:13 UTC  (9+ messages)
` [PATCH v7 03/14] block: check return value of bdrv_open_child and drop error propagation
` [PATCH v7 08/14] block/qcow2: qcow2_get_specific_info(): "
` [PATCH v7 13/14] block/qed: bdrv_qed_do_open: deal with errp

[RFC PATCH v2 0/2] PCIe DOE for PCIe and CXL 2.0 v2 release
 2021-02-12 22:26 UTC  (7+ messages)
` [RFC PATCH v2 1/2] Basic PCIe DOE support
` [RFC v2 2/2] Basic CXL DOE for CDAT and Compliance Mode

[PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
 2021-02-12 22:05 UTC  (4+ messages)
` [PATCH 4/4] hw/riscv: virt: Map high mmio for PCIe

[PATCH] virtiofs_submounts.py test: Note on vmlinuz param
 2021-02-12 22:00 UTC  (5+ messages)

[PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG)
 2021-02-12 21:39 UTC  (5+ messages)
` [PATCH v2 5/7] docs: move generic-loader documentation into the main manual
` [PATCH v2 6/7] docs: add some documentation for the guest-loader

[PATCH v3 00/10] ACPI related fixes to comform the spec better
 2021-02-12 20:51 UTC  (4+ messages)
` [PATCH v3 07/10] hw/i386: declare ACPI mother board resource for MMCONFIG region

[PATCH v7 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-12 20:35 UTC  (39+ messages)
` [PATCH v7 01/31] tcg: Introduce target-specific page data for user-only
` [PATCH v7 02/31] linux-user: Introduce PAGE_ANON
` [PATCH v7 03/31] exec: Use uintptr_t for guest_base
` [PATCH v7 04/31] exec: Use uintptr_t in cpu_ldst.h
` [PATCH v7 05/31] exec: Improve types for guest_addr_valid
` [PATCH v7 06/31] linux-user: Check for overflow in access_ok
` [PATCH v7 07/31] linux-user: Tidy VERIFY_READ/VERIFY_WRITE
` [PATCH v7 08/31] bsd-user: "
` [PATCH v7 09/31] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v7 10/31] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v7 11/31] exec: Introduce cpu_untagged_addr
` [PATCH v7 12/31] exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
` [PATCH v7 13/31] linux-user: Explicitly untag memory management syscalls
` [PATCH v7 14/31] linux-user: Use guest_range_valid in access_ok
` [PATCH v7 15/31] exec: Rename guest_{addr,range}_valid to *_untagged
` [PATCH v7 16/31] linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
` [PATCH v7 17/31] linux-user: Move lock_user et al out of line
` [PATCH v7 18/31] linux-user: Fix types in uaccess.c
` [PATCH v7 19/31] linux-user: Handle tags in lock_user/unlock_user
` [PATCH v7 20/31] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PATCH v7 21/31] target/arm: Improve gen_top_byte_ignore
` [PATCH v7 22/31] target/arm: Use the proper TBI settings for linux-user
` [PATCH v7 23/31] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PATCH v7 24/31] linux-user/aarch64: Implement PROT_MTE
` [PATCH v7 25/31] target/arm: Split out syndrome.h from internals.h
` [PATCH v7 26/31] linux-user/aarch64: Pass syndrome to EXC_*_ABORT
` [PATCH v7 27/31] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PATCH v7 28/31] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PATCH v7 29/31] target/arm: Add allocation tag storage for user mode
` [PATCH v7 30/31] target/arm: Enable MTE for user-only
` [PATCH v7 31/31] tests/tcg/aarch64: Add mte smoke tests

[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
 2021-02-12 20:30 UTC  (3+ messages)
` [PATCH 20/22] Acceptance Tests: add basic documentation on LinuxTest base class

[PATCH 0/3] hw/display/sm501: Tidy up template header
 2021-02-12 20:28 UTC  (2+ messages)

[PATCH 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-12 20:19 UTC  (3+ messages)
` [PATCH 1/2] tests/acceptance: replace unstable apt.armbian.com URLs for orangepi-pc, cubieboard

[PATCH 0/1] Acceptance Tests: bump Avocado version requirement to 85.0
 2021-02-12 20:15 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-02-12 19:02 UTC  (5+ messages)
` [PATCH 03/38] target/riscv: Fixup saturate subtract function
` [PATCH 04/38] target/riscv: 16-bit Addition & Subtraction Instructions

[PATCH v3 0/3] migration: dirty-bitmap: Allow control of bitmap persistence
 2021-02-12 19:25 UTC  (9+ messages)
` [PATCH v3 1/3] migration: dirty-bitmap: Convert alias map inner members to BitmapMigrationBitmapAlias
` [PATCH v3 2/3] migration: dirty-bitmap: Allow control of bitmap persistence
` [PATCH v3 3/3] qemu-iotests: 300: Add test case for modifying persistence of bitmap

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-02-12 18:56 UTC  (5+ messages)
` [PATCH v2 03/42] esp: QOMify the internal ESP device state
` [PATCH v2 30/42] esp: add 4 byte PDMA read and write transfers

[PATCH v2 0/7] m68k: add Virtual M68k Machine
 2021-02-12 18:44 UTC  (3+ messages)
` [PATCH v2 4/7] m68k: add an interrupt controller

can surface_bits_per_pixel() for the console surface ever return anything other than 32 ?
 2021-02-12 18:38 UTC  (3+ messages)

[PATCH 00/24] hw/arm: New board model mps3-an524
 2021-02-12 18:38 UTC  (29+ messages)
` [PATCH 04/24] hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board
` [PATCH 05/24] hw/misc/mps2-fpgaio: Make number of LEDs configurable by board
` [PATCH 06/24] hw/misc/mps2-fpgaio: Support SWITCH register
` [PATCH 07/24] hw/arm/mps2-tz: Make FPGAIO switch and LED config per-board
` [PATCH 08/24] hw/arm/mps2-tz: Condition IRQ splitting on number of CPUs, not board type
` [PATCH 09/24] hw/arm/mps2-tz: Make number of IRQs board-specific
` [PATCH 19/24] hw/arm/mps2-tz: Get armv7m_load_kernel() size argument from RAMInfo
` [PATCH 21/24] hw/arm/mps2-tz: Stub out USB controller for mps3-an524
` [PATCH 22/24] hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524
` [PATCH 23/24] docs/system/arm/mps2.rst: Document the new mps3-an524 board
` [PATCH 24/24] hw/arm/mps2: Update old infocenter.arm.com URLs

[PATCH v2 00/10] mirror: cancel nbd reconnect
 2021-02-12 18:21 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).