qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-19 14:43:23 to 2021-01-19 19:48:56 UTC [more...]

[PATCH 0/2] tcg: Optimize inline dup_const for MO_64
 2021-01-19 18:55 UTC  (2+ messages)
` [PATCH 1/2] qemu/compiler: Split out qemu_build_not_reached_always

[PATCH v4 00/23] backup performance: block_status + async
 2021-01-19 19:22 UTC  (3+ messages)

[PATCH v6 00/72] support vector extension v1.0
 2021-01-19 18:59 UTC  (25+ messages)
` [PATCH v6 02/72] target/riscv: Use FIELD_EX32() to extract wd field
` [PATCH v6 03/72] target/riscv: rvv-1.0: add mstatus VS field
` [PATCH v6 04/72] target/riscv: rvv-1.0: add sstatus "
` [PATCH v6 05/72] target/riscv: rvv-1.0: introduce writable misa.v field
` [PATCH v6 06/72] target/riscv: rvv-1.0: add translation-time vector context status
` [PATCH v6 07/72] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [PATCH v6 08/72] target/riscv: rvv-1.0: add vcsr register
` [PATCH v6 09/72] target/riscv: rvv-1.0: add vlenb register
` [PATCH v6 10/72] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [PATCH v6 11/72] target/riscv: rvv-1.0: remove MLEN calculations
` [PATCH v6 12/72] target/riscv: rvv-1.0: add fractional LMUL
` [PATCH v6 17/72] target/riscv: rvv-1.0: configure instructions

[PATCH 0/9] meson: Clarify summary
 2021-01-19 18:50 UTC  (5+ messages)
` [PATCH 1/9] meson: Summarize generic information first
` [PATCH 4/9] meson: Summarize accelerators altogether
` [PATCH 5/9] meson: Display if system emulation is selected in summary
` [PATCH 9/9] meson: Summarize block layer information altogether

[PATCH] hw/usb: Convert to qdev_realize()
 2021-01-19 16:14 UTC  (2+ messages)

[RFC PATCH 0/2] x86 CPU feature +/- fiddling and +kvm-no-defaults
 2021-01-19 16:41 UTC  (8+ messages)
` [RFC PATCH 1/2] hw/i386: -cpu model, -feature, +feature should enable feature
  ` [RFC PATCH 1/2] hw/i386: -cpu model,-feature,+feature "
    ` [External] : "

[PATCH 0/5] tcg: Dynamically allocate temporaries
 2021-01-19 18:34 UTC  (6+ messages)
` [PATCH 1/5] tcg: Add an index to TCGTemp
` [PATCH 2/5] tcg: Introduce and use tcg_temp
` [PATCH 3/5] tcg: Make TCGTempSet expandable
` [PATCH 4/5] tcg: Adjust tcgv_*_temp/temp_tcgv_*
` [PATCH 5/5] tcg: Dynamically allocate temporaries

[PATCH] hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hosts
 2021-01-19 16:16 UTC  (2+ messages)

[PATCH v3 00/21] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-01-19 17:41 UTC  (18+ messages)
` [PATCH v3 01/21] tcg: Introduce target-specific page data for user-only
` [PATCH v3 03/21] exec: Use uintptr_t for guest_base
` [PATCH v3 04/21] exec: Use uintptr_t in cpu_ldst.h
` [PATCH v3 05/21] exec: Improve types for guest_addr_valid
` [PATCH v3 09/21] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v3 10/21] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v3 15/21] target/arm: Split out syndrome.h from internals.h
` [PATCH v3 16/21] linux-user/aarch64: Pass syndrome to EXC_*_ABORT

[PATCH] pci: add romsize property
 2021-01-19 17:20 UTC  (7+ messages)

[PATCH v11 0/5] UFFD write-tracking migration/snapshots
 2021-01-19 18:49 UTC  (5+ messages)
` [PATCH v11 3/5] migration: support UFFD write fault processing in ram_save_iterate()
` [PATCH v11 4/5] migration: implementation of background snapshot thread

[PATCH v2 00/36] block: update graph permissions update
 2021-01-19 18:30 UTC  (11+ messages)
` [PATCH v2 06/36] block: BdrvChildClass: add .get_parent_aio_context handler
` [PATCH v2 11/36] block: bdrv_refresh_perms: check parents compliance
` [PATCH v2 12/36] block: refactor bdrv_child* permission functions

[PATCH v2 1/1] linux-user/signal: Decode waitid si_code
 2021-01-19 18:24 UTC 

[PATCH v2 00/22] tcg: backend constraints cleanup
 2021-01-19 18:07 UTC  (43+ messages)
` [PATCH v2 03/22] tcg/i386: Split out target constraints to tcg-target-con-str.h
` [PATCH v2 04/22] tcg/arm: "
` [PATCH v2 05/22] tcg/aarch64: "
` [PATCH v2 06/22] tcg/ppc: "
` [PATCH v2 07/22] tcg/tci: "
` [PATCH v2 08/22] tcg/mips: "
` [PATCH v2 09/22] tcg/riscv: "
` [PATCH v2 10/22] tcg/s390: "
` [PATCH v2 11/22] tcg/sparc: "
` [PATCH v2 12/22] tcg: Remove TCG_TARGET_CON_STR_H
` [PATCH v2 13/22] tcg/i386: Split out constraint sets to tcg-target-con-set.h
` [PATCH v2 14/22] tcg/aarch64: "
` [PATCH v2 15/22] tcg/arm: "
` [PATCH v2 16/22] tcg/mips: "
` [PATCH v2 17/22] tcg/ppc: "
` [PATCH v2 18/22] tcg/riscv: "
` [PATCH v2 19/22] tcg/s390: "
` [PATCH v2 20/22] tcg/sparc: "
` [PATCH v2 21/22] tcg/tci: "
` [PATCH v2 22/22] tcg: Remove TCG_TARGET_CON_SET_H

[PATCH] hostmem: Don't report pmem attribute if unsupported
 2021-01-19 16:55 UTC  (2+ messages)

[RFC PATCH V3 0/8] hw/block/nvme: support multi-path for ctrl/ns
 2021-01-19 18:25 UTC  (11+ messages)
` [RFC PATCH V3 1/8] hw/block/nvme: introduce nvme-subsys device
` [RFC PATCH V3 2/8] hw/block/nvme: support to map controller to a subsystem
` [RFC PATCH V3 3/8] hw/block/nvme: add CMIC enum value for Identify Controller
` [RFC PATCH V3 4/8] hw/block/nvme: support for multi-controller in subsystem
` [RFC PATCH V3 5/8] hw/block/nvme: add NMIC enum value for Identify Namespace
` [RFC PATCH V3 6/8] hw/block/nvme: support for shared namespace in subsystem
` [RFC PATCH V3 7/8] hw/block/nvme: add 'detached' param not to attach namespace
` [RFC PATCH V3 8/8] hw/block/nvme: Add Identify Active Namespace ID List

[PATCH v3 00/17] qapi: static typing conversion, pt1.5
 2021-01-19 18:02 UTC  (18+ messages)
` [PATCH v3 01/17] qapi/commands: assert arg_type is not None
` [PATCH v3 02/17] qapi/events: fix visit_event typing
` [PATCH v3 03/17] qapi/main: handle theoretical None-return from re.match()
` [PATCH v3 04/17] qapi/gen: inline _wrap_ifcond into end_if()
` [PATCH v3 05/17] qapi: pass QAPISchemaModule to visit_module instead of str
` [PATCH v3 06/17] qapi: centralize is_[user|system|builtin]_module methods
` [PATCH v3 07/17] qapi/gen: Replace ._begin_system_module()
` [PATCH v3 08/17] qapi: use explicitly internal module names
` [PATCH v3 09/17] qapi: use './builtin' as the built-in module name
` [PATCH v3 10/17] qapi/gen: Combine ._add_[user|system]_module
` [PATCH v3 11/17] qapi: centralize the built-in module name definition
` [PATCH v3 12/17] qapi/gen: write _genc/_genh access shims
` [PATCH v3 13/17] qapi/gen: Support for switching to another module temporarily
` [PATCH v3 14/17] qapi/commands: Simplify command registry generation
` [PATCH v3 15/17] qapi/gen: Drop support for QAPIGen without a file name
` [PATCH v3 16/17] qapi: type 'info' as Optional[QAPISourceInfo]
` [PATCH v3 17/17] qapi: enable strict-optional checks

[PATCH] usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER
 2021-01-19 17:03 UTC 

[PATCH v1 0/6] testing/next (docker binfmt tests)
 2021-01-19 17:52 UTC  (7+ messages)
` [PATCH v1 1/6] tests/docker: Fix _get_so_libs() for docker-binfmt-image
` [PATCH v1 2/6] tests/docker: Fix typo in help message
` [PATCH v1 3/6] tests/docker: make _copy_with_mkdir accept missing files
` [PATCH v1 4/6] tests/docker: preserve original name when copying libs
` [PATCH v1 5/6] tests/docker: alias docker-help target for consistency
` [PATCH v1 6/6] tests/docker: add a docker-exec-copy-test

[PATCH 0/2] trace: documentation improvements
 2021-01-19 16:31 UTC  (12+ messages)
` [PATCH 1/2] trace: document how to specify multiple --trace patterns

[PATCH v2 0/3] fuzz: Add 9p generic-fuzz configs
 2021-01-19 16:15 UTC  (8+ messages)
` [PATCH v2 3/3] fuzz: add virtio-9p configurations for fuzzing

[PATCH] target/i386/hvf: add vmware-cpuid-freq cpu feature
 2021-01-19 18:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCHv2] configure: replace --enable/disable-git-update with --with-git-submodules
 2021-01-19 17:20 UTC 

[PATCH 0/3] 9pfs: Improve unreclaim logic
 2021-01-19 17:23 UTC  (5+ messages)
` [PATCH 2/3] 9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ

[PATCH v1 1/1] linux-user/signal: Decode waitid si_code
 2021-01-19 17:34 UTC  (3+ messages)

[PATCH] target/i386/sev: add the support to query the attestation report
 2021-01-19 16:45 UTC  (2+ messages)

[RFC PATCH 0/2] hw/usb/dev-uas: Fix Clang 11 -Wgnu-variable-sized-type-not-at-end error
 2021-01-19 16:49 UTC  (3+ messages)

[PULL 0/5] Linux user for 6.0 patches
 2021-01-19 17:54 UTC  (6+ messages)
` [PULL 1/5] linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls
` [PULL 2/5] linux-user: add missing UDP get/setsockopt option
` [PULL 3/5] linux-user: add missing IPv6 "
` [PULL 4/5] linux-user: Add IPv6 options to do_print_sockopt()
` [PULL 5/5] linux-user: Remove obsolete F_SHLCK and F_EXLCK translation

[PATCH v2 0/1] pseries: allow CPU unplug after failed attempt
 2021-01-19 16:36 UTC  (5+ messages)
` [PATCH v2 1/1] spapr.c: always pulse guest IRQ in spapr_core_unplug_request()

[PATCH] target/riscv: Declare csr_ops[] with a known size
 2021-01-19 17:08 UTC  (3+ messages)

[PATCH] deploy docs to qemu-project.org from GitLab CI
 2021-01-19 16:39 UTC  (4+ messages)

[PULL 00/30] testing, gdbstub and semihosting
 2021-01-19 16:19 UTC  (13+ messages)
` [PULL 05/30] Makefile: wrap ctags in quiet-command calls
` [PULL 21/30] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers

[PATCH] arm: rename xlnx-zcu102.canbusN properties
 2021-01-19 16:32 UTC  (2+ messages)

[PATCH] hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE
 2021-01-19 16:40 UTC 

[PATCH 00/25] qemu-option, keyval, vl: switch -object/-M/-accel to keyval parsing
 2021-01-19 17:04 UTC  (6+ messages)
` [PATCH 02/25] qemu-option: move help handling to get_opt_name_value
` [PATCH 03/25] qemu-option: warn for short-form boolean options

[PULL v2 00/29] target-arm queue
 2021-01-19 17:15 UTC  (2+ messages)

[PATCH] hw/misc: sifive_u_otp: Use error_report() when block operation fails
 2021-01-19 17:10 UTC  (2+ messages)

[RFC PATCH] tests/docker: Allow passing --network option when building images
 2021-01-19 15:58 UTC  (7+ messages)

[PATCH v2] deploy docs to qemu-project.org from GitLab CI
 2021-01-19 16:14 UTC  (3+ messages)

[RFC PATCH v2 00/20] hw: Mark the device with no migratable fields
 2021-01-19 16:37 UTC  (4+ messages)
` [RFC PATCH v2 01/20] migration/vmstate: Restrict vmstate_dummy to user-mode

[PATCH v2 00/12] qapi: static typing conversion, pt1.5
 2021-01-19 16:10 UTC  (8+ messages)
` [PATCH v2 06/12] qapi/source: Add builtin null-object sentinel

[PATCH v4 0/5] Common macros for QAPI list growth
 2021-01-19 16:08 UTC  (4+ messages)
` [PATCH v4 1/5] net: Clarify early exit condition

[PULL 00/33] target-arm queue
 2021-01-19 16:00 UTC  (35+ messages)
` [PULL 01/33] target/arm: Implement an IMPDEF pauth algorithm
` [PULL 02/33] target/arm: Add cpu properties to control pauth
` [PULL 03/33] target/arm: Use object_property_add_bool for "sve" property
` [PULL 04/33] target/arm: remove redundant tests
` [PULL 05/33] target/arm: add arm_is_el2_enabled() helper
` [PULL 06/33] target/arm: use arm_is_el2_enabled() where applicable
` [PULL 07/33] target/arm: use arm_hcr_el2_eff() "
` [PULL 08/33] target/arm: factor MDCR_EL2 common handling
` [PULL 09/33] target/arm: Define isar_feature function to test for presence of SEL2
` [PULL 10/33] target/arm: add 64-bit S-EL2 to EL exception table
` [PULL 11/33] target/arm: add MMU stage 1 for Secure EL2
` [PULL 12/33] target/arm: add ARMv8.4-SEL2 system registers
` [PULL 13/33] target/arm: handle VMID change in secure state
` [PULL 14/33] target/arm: do S1_ptw_translate() before address space lookup
` [PULL 15/33] target/arm: translate NS bit in page-walks
` [PULL 16/33] target/arm: generalize 2-stage page-walk condition
` [PULL 17/33] target/arm: secure stage 2 translation regime
` [PULL 18/33] target/arm: set HPFAR_EL2.NS on secure stage 2 faults
` [PULL 19/33] target/arm: revector to run-time pick target EL
` [PULL 20/33] target/arm: Implement SCR_EL2.EEL2
` [PULL 21/33] target/arm: enable Secure EL2 in max CPU
` [PULL 22/33] target/arm: refactor vae1_tlbmask()
` [PULL 23/33] target/arm: Introduce PREDDESC field definitions
` [PULL 24/33] target/arm: Update PFIRST, PNEXT for pred_desc
` [PULL 25/33] target/arm: Update ZIP, UZP, TRN "
` [PULL 26/33] target/arm: Update REV, PUNPK "
` [PULL 27/33] hw/misc/pvpanic: split-out generic and bus dependent code
` [PULL 28/33] hw/misc/pvpanic: add PCI interface support
` [PULL 29/33] pvpanic : update pvpanic spec document
` [PULL 30/33] tests/qtest: add a test case for pvpanic-pci
` [PULL 31/33] npcm7xx_adc-test: Fix memleak in adc_qom_set
` [PULL 32/33] target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
` [PULL 33/33] docs: Build and install all the docs in a single manual

[PATCH] tests/check-block.sh: Refuse to run the iotests with BusyBox' sed
 2021-01-19 15:52 UTC  (2+ messages)

[PATCH v3] Add support for pvpanic pci device
 2021-01-19 15:44 UTC  (3+ messages)

[PATCH 0/2] block: Fix crash on write to read-only devices
 2021-01-19 15:26 UTC  (5+ messages)
` [PATCH 1/2] block: Separate blk_is_writable() and blk_supports_write_perm()
` [PATCH 2/2] virtio-scsi-test: Test writing to scsi-cd device

[RFC PATCH v3 0/6] eBPF RSS support for virtio-net
 2021-01-19 14:53 UTC  (4+ messages)
` [RFC PATCH v3 4/6] ebpf: Added eBPF RSS loader


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