qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-30 16:21:04 to 2021-04-30 22:28:50 UTC [more...]

[PATCH v2] target/i386: add "-cpu, lbr-fmt=*" support to enable guest LBR
 2021-04-30 22:27 UTC  (4+ messages)

[PATCH] hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()
 2021-04-30 22:23 UTC 

[PULL 00/18] aspeed queue
 2021-04-30 22:18 UTC  (13+ messages)
` [PULL 01/18] aspeed/smc: Use the RAM memory region for DMAs
` [PULL 02/18] aspeed/smc: Remove unused "sdram-base" property
` [PULL 03/18] aspeed/i2c: Fix DMA address mask
` [PULL 04/18] aspeed/i2c: Rename DMA address space
` [PULL 05/18] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias
` [PULL 06/18] hw: Model ASPEED's Hash and Crypto Engine
` [PULL 07/18] aspeed: Integrate HACE
` [PULL 08/18] tests/qtest: Add test for Aspeed HACE
` [PULL 09/18] tests/acceptance: Test ast2400 and ast2500 machines

[PATCH] Add missing coroutine_fn function signature to functions
 2021-04-30 21:34 UTC 

[PATCH v2 0/2] cocoa: keyboard quality of life
 2021-04-30 21:38 UTC  (3+ messages)
` [PATCH v2 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed
` [PATCH v2 2/2] ui/cocoa: add option to swap Option and Command, enable by default

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-04-30 21:04 UTC  (13+ messages)
` [PATCH v3 04/15] qemu-iotests: add option to attach gdbserver
` [PATCH v3 05/15] qemu-iotests: delay QMP socket timers
` [PATCH v3 10/15] qemu_iotests: extent QMP socket timeout when using valgrind
` [PATCH v3 14/15] qemu_iotests: add option to show qemu binary logs on stdout

[PATCH v3 00/30] Base for adding PowerPC 64-bit instructions
 2021-04-30 20:36 UTC  (16+ messages)
` [PATCH v3 05/30] target/ppc: Add cia field to DisasContext
` [PATCH v3 06/30] target/ppc: Split out decode_legacy
` [PATCH v3 25/30] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI

[PATCH v6 00/82] target/arm: Implement SVE2
 2021-04-30 20:26 UTC  (83+ messages)
` [PATCH v6 01/82] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v6 02/82] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v6 03/82] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v6 04/82] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v6 05/82] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v6 06/82] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v6 07/82] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v6 08/82] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v6 09/82] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v6 10/82] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v6 11/82] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v6 12/82] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v6 13/82] target/arm: Implement SVE2 integer multiply long
` [PATCH v6 14/82] target/arm: Implement PMULLB and PMULLT
` [PATCH v6 15/82] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v6 16/82] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v6 17/82] target/arm: Implement SVE2 bitwise permute
` [PATCH v6 18/82] target/arm: Implement SVE2 complex integer add
` [PATCH v6 19/82] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH v6 20/82] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH v6 21/82] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH v6 22/82] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH v6 23/82] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PATCH v6 24/82] target/arm: Implement SVE2 saturating extract narrow
` [PATCH v6 25/82] target/arm: Implement SVE2 floating-point pairwise
` [PATCH v6 26/82] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v6 27/82] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PATCH v6 28/82] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PATCH v6 29/82] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v6 30/82] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PATCH v6 31/82] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PATCH v6 32/82] target/arm: Implement SVE2 bitwise ternary operations
` [PATCH v6 33/82] target/arm: Implement SVE2 MATCH, NMATCH
` [PATCH v6 34/82] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v6 35/82] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v6 36/82] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v6 37/82] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v6 38/82] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v6 39/82] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v6 40/82] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v6 41/82] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PATCH v6 42/82] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v6 43/82] target/arm: Implement SVE2 XAR
` [PATCH v6 44/82] target/arm: Implement SVE2 scatter store insns
` [PATCH v6 45/82] target/arm: Implement SVE2 gather load insns
` [PATCH v6 46/82] target/arm: Implement SVE2 FMMLA
` [PATCH v6 47/82] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v6 48/82] target/arm: Pass separate addend to {U, S}DOT helpers
` [PATCH v6 49/82] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v6 50/82] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v6 51/82] target/arm: Split out formats for 3 "
` [PATCH v6 52/82] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v6 53/82] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v6 54/82] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v6 55/82] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v6 56/82] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v6 57/82] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v6 58/82] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v6 59/82] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v6 60/82] target/arm: Implement SVE mixed sign dot product
` [PATCH v6 61/82] target/arm: Implement SVE2 crypto unary operations
` [PATCH v6 62/82] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v6 63/82] target/arm: Implement SVE2 crypto constructive "
` [PATCH v6 64/82] target/arm: Implement SVE2 TBL, TBX
` [PATCH v6 65/82] target/arm: Implement SVE2 FCVTNT
` [PATCH v6 66/82] target/arm: Implement SVE2 FCVTLT
` [PATCH v6 67/82] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v6 68/82] target/arm: Implement SVE2 FLOGB
` [PATCH v6 69/82] target/arm: Share table of sve load functions
` [PATCH v6 70/82] target/arm: Implement SVE2 LD1RO
` [PATCH v6 71/82] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v6 72/82] target/arm: Implement SVE2 bitwise shift immediate
` [PATCH v6 73/82] target/arm: Implement SVE2 fp multiply-add long
` [PATCH v6 74/82] target/arm: Implement aarch64 SUDOT, USDOT
` [PATCH v6 75/82] target/arm: Split out do_neon_ddda_fpst
` [PATCH v6 76/82] target/arm: Remove unused fpst from VDOT_scalar
` [PATCH v6 77/82] target/arm: Fix decode for VDOT (indexed)
` [PATCH v6 78/82] target/arm: Split decode of VSDOT and VUDOT
` [PATCH v6 79/82] target/arm: Implement aarch32 VSUDOT, VUSDOT
` [PATCH v6 80/82] target/arm: Implement integer matrix multiply accumulate
` [PATCH v6 81/82] linux-user/aarch64: Enable hwcap bits for sve2 and related extensions
` [PATCH v6 82/82] target/arm: Enable SVE2 "

[RFC PATCH v2 0/2] hw/ppc: code motion to compile without TCG
 2021-04-30 20:19 UTC  (5+ messages)
` [RFC PATCH v2 1/2] target/ppc: Moved functions out of mmu-hash64
` [RFC PATCH v2 2/2] hw/ppc: Moved TCG code to spapr_hcall_tcg

[PATCH v3 0/7] target/ppc: untangle CPU init from translation
 2021-04-30 19:35 UTC  (8+ messages)
` [PATCH v3 1/7] target/ppc: Created !TCG SPR registration macro
` [PATCH v3 2/7] target/ppc: Isolated SPR read/write callbacks
` [PATCH v3 3/7] target/ppc: remove unnecessary SPR functions
` [PATCH v3 4/7] target/ppc: turned SPR R/W callbacks not static
` [PATCH v3 5/7] target/ppc: removed VSCR from SPR registration
` [PATCH v3 6/7] target/ppc: renamed SPR registration functions
` [PATCH v3 7/7] target/ppc: isolated cpu init from translation logic

[PATCH v4 0/3] nvdimm: Enable sync-dax property for nvdimm
 2021-04-30 19:14 UTC  (2+ messages)

[PATCH v4 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-04-30 19:03 UTC  (7+ messages)
` [PATCH v4 02/12] accel: Introduce 'query-accels' QMP command
` [PATCH v4 11/12] tests/qtest: Do not restrict bios-tables-test to Aarch64 hosts anymore
` [PATCH v4 12/12] tests/meson: Only build softfloat objects if TCG is selected

[PATCH] Remove the deprecated moxie target
 2021-04-30 18:59 UTC  (4+ messages)

[Qemu-devel] [Bug 740895] [NEW] qemu freeze when loading msdos with EMM386.EXE NOEMS HIGHSCAN
 2021-04-30 17:50 UTC  (2+ messages)
` [Bug 740895] "

[PULL 00/25] QAPI patches patches for 2021-04-30
 2021-04-30 17:51 UTC  (2+ messages)

[PATCH v2] Set the correct env->fpip for x86 float instructions
 2021-04-30 18:19 UTC  (2+ messages)

[PATCH v2 0/7] target/ppc: untangle cpu init from translation
 2021-04-30 17:42 UTC  (8+ messages)
` [PATCH v2 4/7] target/ppc: turned SPR R/W callbacks not static
` [PATCH v2 7/7] target/ppc: isolated cpu init from translation logic

[PATCH] net/slirp: Fix incorrect permissions on samba >= 2.0.5
 2021-04-30 18:19 UTC  (5+ messages)

[Bug 1926759] [NEW] WFI instruction results in unhandled CPU exception
 2021-04-30 17:51 UTC  (2+ messages)
` [Bug 1926759] "

[PULL 0/5] bsd-user: minor cleanup patches
 2021-04-30 17:27 UTC  (6+ messages)
` [PULL 1/5] bsd-user: whitespace changes
` [PULL 2/5] bsd-user: style tweak: keyword space (
` [PULL 3/5] bsd-user: style tweak: return is not a function, eliminate ()
` [PULL 4/5] bsd-user: put back a break; that had gone missing
` [PULL 5/5] bsd-user: style tweak: Put {} around all if/else/for statements

[PATCH] make vfio and DAX cache work together
 2021-04-30 17:41 UTC  (12+ messages)

[PATCH] target/arm: Make WFI a NOP for userspace emulators
 2021-04-30 17:27 UTC  (3+ messages)

[PATCH v1] scripts: fix generation update-binfmts templates
 2021-04-30 17:23 UTC  (3+ messages)

[Bug 1908450] [NEW] ide/core.c ATA Major Version reporting incorrect
 2021-04-30 17:05 UTC  (2+ messages)
` [Bug 1908450] "

[PATCH] docs/system: Document the removal of "compat" property for POWER CPUs
 2021-04-30 17:16 UTC  (2+ messages)

[Qemu-devel] [Bug 1808928] [NEW] Bitmap Extra data is not supported
 2021-04-30 17:02 UTC  (2+ messages)
` [Bug 1808928] "

[PULL 10/18] tests/acceptance: Test ast2600 machine
 2021-04-30 17:01 UTC  (9+ messages)
` [PULL 11/18] hw/misc/aspeed_xdma: Add AST2600 support
` [PULL 12/18] aspeed/smc: Add a 'features' attribute to the object class
` [PULL 13/18] aspeed/smc: Add extra controls to request DMA
` [PULL 14/18] tests/qtest: Rename m25p80 test in aspeed_smc test
` [PULL 15/18] aspeed: Deprecate the swift-bmc machine
` [PULL 16/18] aspeed: Add support for the rainier-bmc board
` [PULL 17/18] hw/block: m25p80: Add support for mt25ql02g and mt25qu02g
` [PULL 18/18] aspeed: Add support for the quanta-q7l1-bmc board

[PATCH] baum: Fix crash when Braille output is not available
 2021-04-30 17:07 UTC  (4+ messages)

[Qemu-devel] [Bug 1777315] [NEW] Denial of service
 2021-04-30 16:57 UTC  (2+ messages)
` [Bug 1777315] Re: IDE short PRDT abort

[Qemu-devel] [Bug 1622582] [NEW] Can't install Windows 7 with q35 (SATA)
 2021-04-30 16:45 UTC  (2+ messages)
` [Bug 1622582] "

[PATCH] Hexagon (target/hexagon) fix typo in comment
 2021-04-30 16:57 UTC  (3+ messages)

[Qemu-devel] [Bug 1745312] [NEW] Regression report: Disk subsystem I/O failures/issues surfacing in DOS/early Windows [two separate issues: one bisected, one root-caused]
 2021-04-30 16:49 UTC  (2+ messages)
` [Bug 1745312] "

[Bug 1793635] Re: Using pflash with u-boot, when CONFIG_SYS_FLASH_USE_BUFFER_WRITE were defined, envirment args won't be able to save correctly
 2021-04-30 16:36 UTC 

[PATCH] Hexagon (target/hexagon) remove unnecessary semicolons
 2021-04-30 16:55 UTC  (3+ messages)

[PATCH] xen: Free xenforeignmemory_resource at exit
 2021-04-30 16:37 UTC 

[PATCH] xen-block: Use specific blockdev driver
 2021-04-30 16:34 UTC 

[Qemu-devel] [Bug 1827005] [NEW] hvf: ubuntu iso boot menu issue
 2021-04-30 16:34 UTC  (2+ messages)
` [Bug 1827005] "

[PATCH v2 00/12] Categorize some uncategorized devices
 2021-04-30 16:40 UTC  (5+ messages)
` [PATCH v2 05/12] mc146818rtc: put it into the 'misc' category

[PATCH] hw: Remove superfluous includes of hw/hw.h
 2021-04-30 16:26 UTC  (2+ messages)

[PATCH v2 00/13] target/arm: Split translate-*.c.inc into separate compilation units
 2021-04-30 16:37 UTC  (7+ messages)
` [PATCH v2 05/13] target/arm: Move gen_aa32 functions to translate-a32.h
` [PATCH v2 10/13] target/arm: Delete unused typedef
` [PATCH v2 11/13] target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h

[PATCH 0/4] block/vvfat: Fix leaks and out of bounds writes
 2021-04-30 16:25 UTC  (5+ messages)
` [PATCH 1/4] block/vvfat: Fix leak of BDRVVVFATState::qcow_filename
` [PATCH 2/4] block/vvfat: Fix leak of BDRVVVFATState::used_clusters
` [PATCH 3/4] block/vvfat: Fix leak of mapping_t::path
` [PATCH 4/4] block/vvfat: Avoid out of bounds write in create_long_filename()

[PATCH] hw: Do not include hw/irq.h if it is not necessary
 2021-04-30 16:28 UTC  (2+ messages)

[PATCH] hw: Do not include qemu/log.h if it is not necessary
 2021-04-30 16:30 UTC  (2+ messages)

[PATCH] hw: Do not include hw/sysbus.h if it is not necessary
 2021-04-30 16:27 UTC  (2+ messages)

[PATCH 0/3] hw: Constify VMStateDescription
 2021-04-30 16:19 UTC  (7+ messages)
` [PATCH 1/3] hw/arm: "
` [PATCH 2/3] hw/display/qxl: "
` [PATCH 3/3] hw/usb: "

[PATCH v2] ui: Fix memory leak in qemu_xkeymap_mapping_table()
 2021-04-30 16:20 UTC  (3+ messages)

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-04-30 16:20 UTC  (5+ messages)

[Bug 1895895] [NEW] Attaching SD-Card to specific SD-Bus Sabrelite (ARM)
 2021-04-30 16:07 UTC  (2+ messages)
` [Bug 1895895] "


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