qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-16 10:36:50 to 2021-02-16 16:52:59 UTC [more...]

[PULL 00/40] target-arm queue
 2021-02-16 16:16 UTC  (39+ messages)
` [PULL 01/40] tcg: Introduce target-specific page data for user-only
` [PULL 02/40] linux-user: Introduce PAGE_ANON
` [PULL 03/40] exec: Use uintptr_t for guest_base
` [PULL 04/40] exec: Use uintptr_t in cpu_ldst.h
` [PULL 05/40] exec: Improve types for guest_addr_valid
` [PULL 06/40] linux-user: Check for overflow in access_ok
` [PULL 07/40] linux-user: Tidy VERIFY_READ/VERIFY_WRITE
` [PULL 08/40] bsd-user: "
` [PULL 09/40] linux-user: Do not use guest_addr_valid for h2g_valid
` [PULL 10/40] linux-user: Fix guest_addr_valid vs reserved_va
` [PULL 11/40] exec: Introduce cpu_untagged_addr
` [PULL 12/40] exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
` [PULL 13/40] linux-user: Explicitly untag memory management syscalls
` [PULL 14/40] linux-user: Use guest_range_valid in access_ok
` [PULL 15/40] exec: Rename guest_{addr,range}_valid to *_untagged
` [PULL 16/40] linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
` [PULL 17/40] linux-user: Move lock_user et al out of line
` [PULL 18/40] linux-user: Fix types in uaccess.c
` [PULL 19/40] linux-user: Handle tags in lock_user/unlock_user
` [PULL 20/40] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PULL 21/40] target/arm: Improve gen_top_byte_ignore
` [PULL 22/40] target/arm: Use the proper TBI settings for linux-user
` [PULL 23/40] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PULL 24/40] linux-user/aarch64: Implement PROT_MTE
` [PULL 25/40] target/arm: Split out syndrome.h from internals.h
` [PULL 26/40] linux-user/aarch64: Pass syndrome to EXC_*_ABORT
` [PULL 27/40] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PULL 28/40] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PULL 29/40] target/arm: Add allocation tag storage for user mode
` [PULL 30/40] target/arm: Enable MTE for user-only
` [PULL 32/40] hw/i2c: Implement NPCM7XX SMBus Module Single Mode
` [PULL 33/40] hw/arm: Add I2C sensors for NPCM750 eval board
` [PULL 34/40] hw/arm: Add I2C sensors and EEPROM for GSJ machine
` [PULL 35/40] hw/i2c: Add a QTest for NPCM7XX SMBus Device
` [PULL 37/40] MAINTAINERS: add myself maintainer for the clock framework
` [PULL 38/40] hw/net: Add npcm7xx emc model
` [PULL 39/40] hw/arm: "
` [PULL 40/40] tests/qtests: Add npcm7xx emc model test

[PATCH v2 0/6] qapi: Add support for aliases
 2021-02-16 16:14 UTC  (13+ messages)
` [PATCH v2 1/6] qapi: Add interfaces for alias support to Visitor
` [PATCH v2 2/6] qapi: Remember alias definitions in qobject-input-visitor
` [PATCH v2 3/6] qapi: Simplify full_name_nth() "
` [PATCH v2 5/6] qapi: Add support for aliases
` [PATCH v2 6/6] tests/qapi-schema: Test cases "

[PATCH v2 0/6] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
 2021-02-16 16:13 UTC  (2+ messages)

[PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
 2021-02-16 16:15 UTC  (13+ messages)

[PATCH] replay: fix icount request when replaying clock access
 2021-02-16 16:14 UTC  (2+ messages)

[PATCH] event_notifier: Set ->initialized earlier in event_notifier_init()
 2021-02-16 16:12 UTC  (2+ messages)

[PATCH v6 00/19] qapi: static typing conversion, pt2
 2021-02-16 16:09 UTC  (16+ messages)
` [PATCH v6 01/19] qapi: Replace List[str] with Sequence[str] for ifcond
` [PATCH v6 14/19] qapi/introspect.py: add type hint annotations
` [PATCH v6 17/19] qapi/introspect.py: Type _gen_tree variants as Sequence[str]
` [PATCH v6 19/19] qapi/introspect.py: add SchemaMetaType enum

[PATCH v3 0/7] CPU unplug timeout/LMB unplug cleanup in DRC reconfiguration
 2021-02-16 16:09 UTC  (4+ messages)
` [PATCH v3 2/7] spapr_pci.c: simplify spapr_pci_unplug_request() function handling

[PATCH 00/24] virtiofs dax patches
 2021-02-16 15:57 UTC  (6+ messages)
` [PATCH 23/24] vhost-user-fs: Implement drop CAP_FSETID functionality

[PATCH] virtio-ccw: commands on revision-less devices
 2021-02-16 15:54 UTC  (7+ messages)

[RFC PATCH 0/3] hw/pflash_cfi01: Reduce memory consumption when flash image is smaller than region
 2021-02-16 15:53 UTC  (8+ messages)
` [RFC PATCH 1/3] hw/pflash_cfi*: Replace DPRINTF with trace events
` [RFC PATCH 2/3] hw/pflash_cfi01: Correct the type of PFlashCFI01.ro
` [RFC PATCH 3/3] hw/pflash_cfi01: Allow read-only devices to have a smaller backing device

USB pass through into Mac OS 9.x with qemu-system-ppc
 2021-02-16 15:42 UTC  (6+ messages)

[PATCH v2 0/8] hw/sd: sd: Erase operation and other fixes
 2021-02-16 15:32 UTC  (11+ messages)
` [PATCH v2 1/8] hw/sd: sd: Fix address check in sd_erase()
` [PATCH v2 2/8] hw/sd: sd: Only SDSC cards support CMD28/29/30
` [PATCH v2 3/8] hw/sd: sd: Fix CMD30 response type
` [PATCH v2 4/8] hw/sd: sd: Move the sd_block_{read, write} and macros ahead
` [PATCH v2 5/8] hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards
` [PATCH v2 6/8] hw/sd: sd: Actually perform the erase operation
` [PATCH v2 7/8] hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cards
` [PATCH v2 8/8] hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode

[RFC PATCH 0/5] target/arm: Add MTE support to KVM guest
 2021-02-16 15:31 UTC  (4+ messages)
` [RFC PATCH 4/5] Add migration support for KVM guest with MTE

[Bug 1915794] [NEW] could not load PC BIOS 'bios-256k.bin' on latest Windows exe (*-20210203.exe)
 2021-02-16 15:23 UTC  (4+ messages)
` [Bug 1915794] "

[PATCH] qga: return a more explicit error on why a command is disabled
 2021-02-16 15:14 UTC  (5+ messages)

[PATCH v3 0/2] sbsa-ref: update list of supported cpus
 2021-02-16 15:12 UTC  (4+ messages)
` [PATCH v3 1/2] sbsa-ref: remove cortex-a53 from "
` [PATCH v3 2/2] sbsa-ref: add 'max' to list of allowed cpus

[PATCH] qtest: add a reproducer for LP#1878642
 2021-02-16 15:00 UTC  (3+ messages)

[PULL 00/31] Misc patches for 2020-01-21
 2021-02-16 14:58 UTC  (17+ messages)
` [PULL 31/31] qemu-option: warn for short-form boolean options

[PATCH v2] usb/pcap: set flag_setup
 2021-02-16 14:49 UTC 

Fill tlb for data and io address
 2021-02-16 14:41 UTC  (4+ messages)

[PATCH v4 0/3] Add npcm7xx emc model
 2021-02-16 14:28 UTC  (2+ messages)

[PATCH] sbsa-ref: remove cortex-a53 from list of supported cpus
 2021-02-16 14:23 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] MAINTAINERS: add myself maintainer for the clock framework
 2021-02-16 14:16 UTC  (2+ messages)

[PATCH v3 0/5] hw/i2c: Add NPCM7XX SMBus Device
 2021-02-16 14:15 UTC  (2+ messages)

[PULL 00/19] i386, qgraph patches for 2020-02-15
 2021-02-16 14:13 UTC  (3+ messages)

[PATCH v7 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-16 13:49 UTC  (4+ messages)
` [PATCH v7 17/31] linux-user: Move lock_user et al out of line

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

[PATCH v4 0/9] hw/sd: Support block read/write in SPI mode
 2021-02-16 13:43 UTC  (6+ messages)

[PATCH] MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cards
 2021-02-16 13:40 UTC  (2+ messages)

[PATCH v2 0/3] fix build failures from incorrectly skipped container build jobs
 2021-02-16 13:33 UTC  (5+ messages)
` [PATCH v2 1/3] gitlab: always build container images
` [PATCH v2 2/3] gitlab: add fine grained job deps for all build jobs
` [PATCH v2 3/3] gitlab: fix inconsistent indentation

[PATCH v4] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines
 2021-02-16 13:31 UTC  (3+ messages)

[PATCH 0/3] fix build failures from incorrectly skipped container build jobs
 2021-02-16 13:15 UTC  (9+ messages)
` [PATCH 1/3] gitlab: always build container images

[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
 2021-02-16 13:04 UTC  (6+ messages)
` [RFC PATCH 28/42] target/mips/tx79: Move RDHWR usermode kludge to trans_SQ()

[PATCH v9 0/6] Rework iotests/check
 2021-02-16 13:03 UTC  (7+ messages)

[RFC PATCH v2 0/4] Allow changing bs->file on reopen
 2021-02-16 12:06 UTC  (4+ messages)
` [RFC PATCH v2 1/4] block: "

[PATCH] scripts/checkpatch: Improve the check for authors mangled by the mailing list
 2021-02-16 12:01 UTC  (2+ messages)

[RFC v19 00/15] i386 cleanup PART 2
 2021-02-16 11:58 UTC  (21+ messages)
` [RFC v19 01/15] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [RFC v19 02/15] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [RFC v19 03/15] accel: introduce new accessor functions
` [RFC v19 04/15] target/i386: fix host_cpu_adjust_phys_bits error handling
` [RFC v19 05/15] accel-cpu: make cpu_realizefn return a bool
` [RFC v19 06/15] meson: add target_user_arch
` [RFC v19 07/15] i386: split off softmmu-only functionality in tcg-cpu
` [RFC v19 08/15] i386: split smm helper (softmmu)
` [RFC v19 09/15] i386: split tcg excp_helper into softmmu and user parts
` [RFC v19 10/15] i386: move TCG btp_helper into softmmu/
` [RFC v19 11/15] i386: split misc helper into user and softmmu parts
` [RFC v19 12/15] i386: separate fpu_helper "
` [RFC v19 13/15] i386: slit svm_helper into softmmu and stub-only user
` [RFC v19 14/15] i386: split seg_helper into user-only and softmmu parts
` [RFC v19 15/15] i386: split off softmmu part of cpu.c

[RFC PATCH] linux-user/mmap: Return EFAULT for invalid addresses
 2021-02-16 11:49 UTC  (3+ messages)

hexagon sysemu - library loading path feature
 2021-02-16 11:17 UTC  (3+ messages)

[PATCH v2] virtiofsd: vu_dispatch locking should never fail
 2021-02-16 11:24 UTC  (2+ messages)

[PATCH v2] target/mips: fetch code with translator_ld
 2021-02-16 11:14 UTC  (2+ messages)

[RFC PATCH 00/15] eMMC support
 2021-02-16 11:11 UTC  (7+ messages)
` [RFC PATCH 10/15] sd: emmc: Update CID structure for eMMC
` [RFC PATCH 11/15] sd: emmc: Add Extended CSD register definitions

[PATCH v2] meson.build: expose TCG cross compiler information in summary
 2021-02-16 11:07 UTC  (6+ messages)

[PATCH 0/1] Allow to build virtiofsd without the entire tools
 2021-02-16 10:59 UTC  (5+ messages)
` [PATCH 1/1] virtiofsd: Allow to build it without the tools

[PATCH RFC] migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"
 2021-02-16 10:50 UTC 

[PATCH] gitlab-ci: Only push Docker 'latest' image when building default branch
 2021-02-16 10:37 UTC  (5+ messages)

[PATCH v2 00/21] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
 2021-02-16 10:34 UTC  (8+ messages)
` [PATCH v2 20/21] accel/tcg: allow plugin instrumentation to be disable via cflags


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