qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-25 22:22:08 to 2022-05-26 22:09:32 UTC [more...]

[PULL 00/34] ppc queue
 2022-05-26 21:38 UTC  (28+ messages)
` [PULL 01/34] pseries: allow setting stdout-path even on machines with a VGA
` [PULL 02/34] hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILE
` [PULL 03/34] spapr: Use address from elf parser for kernel address
` [PULL 04/34] spapr/docs: Add a few words about x-vof
` [PULL 05/34] mos6522: fix linking error when CONFIG_MOS6522 is not set
` [PULL 06/34] target/ppc: Fix tlbie
` [PULL 07/34] target/ppc: Fix FPSCR.FI bit being cleared when it shouldn't
` [PULL 08/34] target/ppc: Fix FPSCR.FI changing in float_overflow_excp()
` [PULL 09/34] target/ppc: Rename sfprf to sfifprf where it's also used as set fi flag
` [PULL 10/34] pnv/xive2: Don't overwrite PC registers when writing TCTXT registers
` [PULL 11/34] target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWG
` [PULL 12/34] target/ppc: use TCG_CALL_NO_RWG in vector helpers without env
` [PULL 13/34] target/ppc: use TCG_CALL_NO_RWG in BCD helpers
` [PULL 14/34] target/ppc: use TCG_CALL_NO_RWG in VSX helpers without env
` [PULL 15/34] target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper
` [PULL 16/34] target/ppc: declare xscvspdpn helper with call flags
` [PULL 17/34] target/ppc: declare xvxsigsp "
` [PULL 18/34] target/ppc: declare xxextractuw and xxinsertw helpers "
` [PULL 19/34] target/ppc: introduce do_va_helper
` [PULL 20/34] target/ppc: declare vmsum[um]bm helpers with call flags
` [PULL 21/34] target/ppc: declare vmsumuh[ms] helper "
` [PULL 22/34] target/ppc: declare vmsumsh[ms] "
` [PULL 23/34] target/ppc: Fix eieio memory ordering semantics
` [PULL 24/34] tcg/ppc: ST_ST memory ordering is not provided with eieio
` [PULL 27/34] target/ppc: Implement xxm[tf]acc and xxsetaccz
` [PULL 30/34] target/ppc: Implemented xvf*ger*
` [PULL 32/34] target/ppc: Implemented pmxvf*ger*

[PATCH v2 00/10] Random cleanup patches
 2022-05-26 21:33 UTC  (3+ messages)
` [PATCH v2 06/10] hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILE

[PULL v2 00/86] virtio,pc,pci: fixes,cleanups,features
 2022-05-26 20:51 UTC  (9+ messages)
` [PULL v2 75/86] include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAX

[PATCH] hw/riscv: virt: Generate fw_cfg DT node correctly
 2022-05-26 20:35 UTC 

[PATCH 0/9] tests, python: prepare to expand usage of test venv
 2022-05-26 19:54 UTC  (21+ messages)
` [PATCH 1/9] python: update for mypy 0.950
` [PATCH 2/9] tests: add "TESTS_PYTHON" variable to Makefile
` [PATCH 3/9] tests: use python3 as the python executable name
` [PATCH 4/9] tests: silence pip upgrade warnings during venv creation
` [PATCH 5/9] tests: add quiet-venv-pip macro
` [PATCH 6/9] tests: install "qemu" namespace package into venv
` [PATCH 7/9] tests: use tests/venv to run basevm.py-based scripts
` [PATCH 8/9] tests: add python3-venv to debian10.docker
` [PATCH 9/9] tests: run 'device-crash-test' from tests/venv

[python-qemu-qmp MR #6] GitLab: add python3.11 to python container
 2022-05-26 19:43 UTC 

[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-05-26 19:23 UTC  (25+ messages)
` [PATCH v3 01/10] block: Add a 'flags' param to bdrv_{pread, pwrite, pwrite_sync}()
  ` [PATCH v3 01/10] block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
` [PATCH v3 02/10] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH v3 03/10] block: Make bdrv_{pread, pwrite}() return 0 on success
  ` [PATCH v3 03/10] block: Make bdrv_{pread,pwrite}() "
` [PATCH v3 04/10] crypto: Make block callbacks "
` [PATCH v3 05/10] block: Make bdrv_co_pwrite() take a const buffer
` [PATCH v3 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
  ` [PATCH v3 06/10] block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() "
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper
  ` [PATCH v3 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "
` [PATCH v3 08/10] block: Add bdrv_co_pwrite_sync()
` [PATCH v3 09/10] block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn
` [PATCH v3 10/10] block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()

[PATCH 0/3] recover hardware corrupted page by virtio balloon
 2022-05-26 19:18 UTC  (3+ messages)
` [PATCH 3/3] virtio_balloon: Introduce memory recover

[PATCH 0/2] gdbstub: don't crash if no gdb attached and gdb syscall attempted
 2022-05-26 19:00 UTC  (3+ messages)
` [PATCH 1/2] gdbstub: Don't use GDB syscalls if no GDB is attached
` [PATCH 2/2] semihosting/config: Merge --semihosting-config option groups

[PATCH v4 0/7] copy-before-write: on-cbw-error and cbw-timeout
 2022-05-26 18:51 UTC  (3+ messages)

[RFC PATCH v4 00/36] TDX QEMU support
 2022-05-26 18:48 UTC  (21+ messages)
` [RFC PATCH v4 13/36] i386/tdx: Validate TD attributes
` [RFC PATCH v4 16/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v4 18/36] i386/tdx: Skip BIOS shadowing setup
` [RFC PATCH v4 20/36] i386/tdx: Register a machine_init_done callback for TD
` [RFC PATCH v4 22/36] i386/tdx: Track RAM entries for TDX VM

[RFC PATCH 00/13] Add a plugin to support out-of-band live migration for VFIO pass-through device
 2022-05-26 18:44 UTC  (2+ messages)

[PATCH 0/3] recover hardware corrupted page by virtio balloon
 2022-05-26 18:37 UTC  (2+ messages)

make -j check failing on master, interesting valgrind errors on qos-test vhost-user-blk-test/basic
 2022-05-26 18:18 UTC  (2+ messages)

building e2k qemu errors
 2022-05-26 18:15 UTC  (2+ messages)

[PATCH 0/5] gitlab: restrict running jobs in forks and upstream master
 2022-05-26 17:08 UTC  (8+ messages)
` [PATCH 1/5] gitlab: introduce a common base job template
` [PATCH 2/5] gitlab: convert Cirrus jobs to .base_job_template
` [PATCH 3/5] gitlab: convert static checks "
` [PATCH 4/5] gitlab: convert build/container jobs "
` [PATCH 5/5] gitlab: don't run CI jobs in forks by default

[PATCH 0/2] target/m68k: Enable halt insn for 68060
 2022-05-26 17:08 UTC  (2+ messages)

[PATCH 00/16] Cross compilation of embedded firmware
 2022-05-26 16:49 UTC  (5+ messages)

[PATCH v5] tests/qtest: add qtests for npcm7xx sdhci
 2022-05-26 16:21 UTC  (3+ messages)

[PULL 0/7] crypto asymmetric cipher patches
 2022-05-26 16:18 UTC  (9+ messages)
` [PULL 1/7] qapi: crypto-akcipher: Introduce akcipher types to qapi
` [PULL 2/7] crypto: Introduce akcipher crypto class
` [PULL 3/7] crypto: add ASN.1 DER decoder
` [PULL 4/7] crypto: Implement RSA algorithm by hogweed
` [PULL 5/7] crypto: Implement RSA algorithm by gcrypt
` [PULL 6/7] test/crypto: Add test suite for crypto akcipher
` [PULL 7/7] tests/crypto: Add test suite for RSA keys

[PULL 00/26] target-arm queue
 2022-05-26 16:01 UTC  (3+ messages)
` [PULL 07/26] tests/qtest: add qtests for npcm7xx sdhci

[PATCH] iotests: fix source directory location
 2022-05-26 15:23 UTC  (5+ messages)

[PATCH v14 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-05-26 15:11 UTC  (5+ messages)
` [PATCH v14 5/8] qmp: decode feature & status bits in virtio-status

[RFC 0/2] introduce QEMUMachind.cmd()
 2022-05-26 14:55 UTC  (4+ messages)
` [PATCH 1/2] python/machine.py: upgrade vm.command() method

[PATCH 0/3] hw/acpi/aml-build: Fix {socket, cluster, core} IDs in PPTT
 2022-05-26 14:41 UTC  (7+ messages)
` [PATCH 2/3] "

[PATCH v3 0/6] hw/acpi/viot: generate stable VIOT ACPI tables
 2022-05-26 14:23 UTC  (2+ messages)

[PATCH 00/35] pc/q35: refactor ISA and SMBUS AML generation
 2022-05-26 13:57 UTC  (6+ messages)
` [PATCH 28/35] acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML

[PATCH v7 0/9] Introduce akcipher service for virtio-crypto
 2022-05-26 13:32 UTC  (6+ messages)
` [PATCH 9/9] crypto: Introduce RSA algorithm
  ` Re: [PATCH v7 0/9] Introduce akcipher service for virtio-crypto

[PATCH v2 00/11] scsi: add quirks and features to support m68k Macs
 2022-05-26 12:50 UTC  (19+ messages)
` [PATCH v2 02/11] scsi-disk: add new quirks bitmap to SCSIDiskState
` [PATCH v2 03/11] scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for Macintosh
` [PATCH v2 04/11] q800: implement compat_props to enable quirk_mode_page_apple_vendor for scsi-hd devices
` [PATCH v2 06/11] q800: implement compat_props to enable quirk_mode_sense_rom_force_dbd for scsi-cd devices
` [PATCH v2 07/11] scsi-disk: allow truncated MODE SELECT requests
` [PATCH v2 09/11] scsi-disk: allow MODE SELECT block descriptor to set the ROM device block size
` [PATCH v2 10/11] q800: add default vendor and product information for scsi-hd devices
` [PATCH v2 11/11] q800: add default vendor and product information for scsi-cd devices

[PATCH v3 0/9] Record/replay refactoring and stuff
 2022-05-26 12:10 UTC  (16+ messages)
` [PATCH v3 1/9] replay: fix event queue flush for qemu shutdown
` [PATCH v3 2/9] replay: notify vCPU when BH is scheduled
` [PATCH v3 3/9] replay: rewrite async event handling
` [PATCH v3 4/9] replay: simplify async event processing
` [PATCH v3 5/9] docs: convert docs/devel/replay page to rst
` [PATCH v3 6/9] docs: move replay docs to docs/system/replay.rst
` [PATCH v3 7/9] tests/avocado: update replay_linux test
` [PATCH v3 8/9] tests/avocado: add replay Linux tests for virtio machine
` [PATCH v3 9/9] tests/avocado: add replay Linux test for Aarch64 machines

[PATCH v11 0/2] hw/arm/virt: CXL 2.0 emulation support
 2022-05-26 12:10 UTC  (2+ messages)

[PATCH 0/2] hppa: Fix serial port pass-through
 2022-05-26 11:19 UTC  (3+ messages)
` [PATCH 1/2] New SeaBIOS-hppa version 6
` [PATCH 2/2] hppa: Fix serial port pass-through

[PATCH] MAINTAINERS: update Vladimir's address and repositories
 2022-05-26 11:54 UTC 

AArch64 semihosting?
 2022-05-26 11:46 UTC  (9+ messages)

[PATCH] qsd: document vduse-blk exports
 2022-05-26 11:36 UTC  (2+ messages)

[PATCH] target/riscv: fix priv enum
 2022-05-26 10:48 UTC  (3+ messages)

[PATCH v3 0/4] QEMU RISC-V nested virtualization fixes
 2022-05-26 10:05 UTC  (5+ messages)
` [PATCH v3 1/4] target/riscv: Don't force update priv spec version to latest
` [PATCH v3 2/4] target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or higher
` [PATCH v3 3/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
` [PATCH v3 4/4] target/riscv: Force disable extensions if priv spec version does not match

[PATCH v5 00/43] Add LoongArch softmmu support
 2022-05-26  8:42 UTC  (3+ messages)
` [PATCH v5 40/43] hw/loongarch: Add LoongArch ls7a acpi device support

[PATCH v2 15/15] tests/qtest: enable tests for virtio-gpio
 2022-05-26  8:06 UTC  (3+ messages)

[PATCH v9 00/12] Improve PMU support
 2022-05-26  7:50 UTC  (7+ messages)
` [PATCH v9 08/12] target/riscv: Add sscofpmf extension support
` [PATCH v9 09/12] target/riscv: Simplify counter predicate function

[PATCH] ui/console: allow display device to be labeled with given id
 2022-05-26  7:08 UTC 

[PATCH v4 0/3] Implement Sstc extension
 2022-05-26  7:16 UTC  (6+ messages)
` [PATCH v4 1/3] hw/intc: Move mtimer/mtimecmp to aclint
` [PATCH v4 2/3] target/riscv: Add stimecmp support

[PATCH] virtio/vhost-user: Fix wrong vhost notifier GPtrArray size
 2022-05-26  7:08 UTC  (2+ messages)

[PATCH] target/i386/tcg: Fix masking of real-mode addresses with A20 bit
 2022-05-26  7:06 UTC  (2+ messages)

[PATCH v17 0/8] support dirty restraint on vCPU
 2022-05-26  2:51 UTC  (8+ messages)
` [PATCH v17 6/8] softmmu/dirtylimit: Implement virtual CPU throttle

[PATCH v4 0/3] Enable notify VM exit
 2022-05-26  2:21 UTC  (4+ messages)
` [PATCH v4 3/3] i386: Add notify VM exit support

[PATCH 1/1] hw: m25p80: add W# pin and SRWD bit for write protection
 2022-05-26  2:12 UTC 

[PATCH 0/1] hw: m25p80: add W# pin and SRWD bit for write protection
 2022-05-26  2:11 UTC 

[PATCH v4 00/17] target/m68k: Conditional traps + trap cleanup
 2022-05-26  0:15 UTC  (5+ messages)
` [PATCH v4 10/17] target/m68k: Implement TRAPcc

[PULL 00/17] Misc patches for 2022-05-25
 2022-05-25 22:20 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).