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

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

[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 0/9] tests, python: prepare to expand usage of test venv
 2022-05-26 14:34 UTC  (20+ 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

[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  (21+ messages)
` [PATCH v2 01/11] scsi-disk: add FORMAT UNIT command
` [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  (23+ messages)
` [PATCH v4 08/17] target/m68k: Fix address argument for EXCP_TRACE
` [PATCH v4 09/17] target/m68k: Fix stack frame for EXCP_ILLEGAL
` [PATCH v4 10/17] target/m68k: Implement TRAPcc
` [PATCH v4 11/17] target/m68k: Implement TPF in terms of TRAPcc
` [PATCH v4 12/17] target/m68k: Implement TRAPV
` [PATCH v4 13/17] target/m68k: Implement FTRAPcc
` [PATCH v4 14/17] tests/tcg/m68k: Add trap.c
` [PATCH v4 16/17] linux-user/strace: Adjust get_thread_area for m68k
` [PATCH v4 17/17] target/m68k: Mark helper_raise_exception as noreturn

[PULL 00/17] Misc patches for 2022-05-25
 2022-05-25 22:20 UTC  (11+ messages)
` [PULL 06/17] contrib/elf2dmp: add ELF dump header checking
` [PULL 09/17] hw/audio/ac97: Remove unneeded local variables
` [PULL 10/17] target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host
` [PULL 11/17] ide_ioport_read: Return lower octet of data register instead of 0xFF
` [PULL 12/17] i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURES
` [PULL 13/17] i386: Hyper-V Enlightened MSR bitmap feature
` [PULL 14/17] i386: Hyper-V XMM fast hypercall input feature
` [PULL 16/17] i386: Hyper-V Direct TLB flush hypercall
` [PULL 17/17] i386: docs: Convert hyperv.txt to rST

[PATCH 0/2] i386: fixup number of logical CPUs when host-cache-info=on
 2022-05-25 21:20 UTC  (8+ messages)

[PATCH v9 08/12] target/hexagon: import flex/bison to docker files
 2022-05-25 21:05 UTC  (6+ messages)

[RFC 0/1] i2c/aspeed: Add slave device handling in new register mode
 2022-05-25 20:50 UTC  (2+ messages)
` [RFC 1/1] "

[PULL 00/15] aspeed queue
 2022-05-25 20:44 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).