qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-18 06:11:08 to 2020-12-18 14:30:59 UTC [more...]

[PATCH 0/9] block/vpc: Clean up some buffer abuse
 2020-12-18 14:29 UTC  (24+ messages)
` [PATCH 1/9] block/vpc: Make vpc_open() read the full dynamic header
` [PATCH 2/9] block/vpc: Don't abuse the footer buffer as BAT sector buffer
` [PATCH 3/9] block/vpc: Don't abuse the footer buffer for dynamic header
` [PATCH 4/9] block/vpc: Make vpc_checksum() take void *
` [PATCH 5/9] block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers
` [PATCH 6/9] block/vpc: Use sizeof() instead of 1024 for dynamic header size
` [PATCH 7/9] block/vpc: Pad VHDFooter, replace uint8_t[] buffers
` [PATCH 8/9] block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *
` [PATCH 9/9] block/vpc: Use sizeof() instead of HEADER_SIZE for footer size

[PATCH v2 0/9] gdbstub/next (cleanups, softmmu, SVE)
 2020-12-18 14:12 UTC  (14+ messages)
` [PATCH v2 1/9] test/guest-debug: echo QEMU command as well
` [PATCH v2 2/9] configure: gate our use of GDB to 8.3.1 or above
` [PATCH v2 3/9] Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test"
` [PATCH v2 4/9] gdbstub: implement a softmmu based test
` [PATCH v2 5/9] gdbstub: add support to Xfer:auxv:read: packet
` [PATCH v2 6/9] gdbstub: drop CPUEnv from gdb_exit()
` [PATCH v2 7/9] gdbstub: drop gdbserver_cleanup in favour of gdb_exit
` [PATCH v2 8/9] gdbstub: ensure we clean-up when terminated
` [PATCH v2 9/9] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers

[PATCH 1/2] win32: drop fd registration to the main-loop on setting non-block
 2020-12-18 13:57 UTC  (2+ messages)
` [PATCH 2/2] win32: make qemu_fd_register() specific to windows

[PATCH] spapr: Fix buffer overflow in spapr_numa_associativity_init()
 2020-12-18 13:59 UTC  (2+ messages)

[PATCH for-5.2 00/10] block/export: vhost-user-blk server tests and input validation
 2020-12-18 13:44 UTC  (5+ messages)
` [PATCH for-5.2 05/10] vhost-user-blk-test: close fork child file descriptors

[PATCH qemu v12] spapr: Implement Open Firmware client interface
 2020-12-18 14:04 UTC  (2+ messages)

[PATCH v2] Add support for pvpanic pci device
 2020-12-18 12:53 UTC  (4+ messages)
` [PATCH 1/3] hw/misc/pvpanic: split-out generic and bus dependent code
` [PATCH 2/3] hw/misc/pvpanic: add PCI interface support
` [PATCH 3/3] pvpanic : update pvpanic spec document

[PATCH 0/8] hw/block/nvme: misc cmb/pmr patches
 2020-12-18 13:29 UTC  (9+ messages)
` [PATCH 1/8] hw/block/nvme: indicate CMB support through controller capabilities register
` [PATCH 2/8] hw/block/nvme: move msix table and pba to BAR 0
` [PATCH 3/8] hw/block/nvme: allow cmb and pmr to coexist
` [PATCH 4/8] hw/block/nvme: fix controller reset/shutdown logic
` [PATCH 5/8] hw/block/nvme: rename CAP_PMR_{SHIFT, MASK} to CAP_PMRS_{SHIFT, MASK}
` [PATCH 6/8] hw/block/nvme: remove redundant zeroing of PMR registers
` [PATCH 7/8] hw/block/nvme: disable PMR at boot up
` [PATCH 8/8] hw/block/nvme: add PMR RDS/WDS support

[PATCH v2] tests/acceptance: Add a test with the Fedora 31 kernel and initrd
 2020-12-18 13:38 UTC  (2+ messages)

[PULL 00/23] riscv-to-apply queue
 2020-12-18 13:36 UTC  (19+ messages)
` [PULL 04/23] target/riscv: Fix the bug of HLVX/HLV/HSV
` [PULL 06/23] intc/ibex_plic: Clear interrupts that occur during claim process
` [PULL 07/23] hw/riscv: Expand the is 32-bit check to support more CPUs
` [PULL 08/23] target/riscv: Add a TYPE_RISCV_CPU_BASE CPU
` [PULL 09/23] riscv: spike: Remove target macro conditionals
` [PULL 10/23] riscv: virt: "
` [PULL 11/23] hw/riscv: boot: Remove compile time XLEN checks
` [PULL 13/23] hw/riscv: spike: "
` [PULL 14/23] hw/riscv: sifive_u: "
` [PULL 15/23] target/riscv: fpu_helper: Match function defs in HELPER macros
` [PULL 16/23] target/riscv: Add a riscv_cpu_is_32bit() helper function
` [PULL 17/23] target/riscv: Specify the XLEN for CPUs
` [PULL 19/23] target/riscv: cpu_helper: Remove compile time XLEN checks
` [PULL 20/23] target/riscv: csr: "
` [PULL 21/23] target/riscv: cpu: Set XLEN independently from target
` [PULL 22/23] hw/riscv: Use the CPU to determine if 32-bit
` [PULL 23/23] riscv/opentitan: Update the OpenTitan memory layout

[PATCH] build-sys: fix win32 compilation with --target-list=''
 2020-12-18 13:33 UTC  (7+ messages)

[PULL v2 00/11] testing and configure updates
 2020-12-18 13:40 UTC  (6+ messages)

[PATCH] tests/docker: Use lower case for centos8 powertools
 2020-12-18 13:10 UTC  (3+ messages)

[PATCH] whpx: fix compilation
 2020-12-18 13:07 UTC  (7+ messages)

[PULL 00/17] Block layer patches
 2020-12-18 12:10 UTC  (18+ messages)
` [PULL 01/17] iotests/210: Fix reference output
` [PULL 02/17] hw/block/nand: Decommission the NAND museum
` [PULL 03/17] block/nfs: fix int overflow in nfs_client_open_qdict
` [PULL 04/17] docs: generate qemu-storage-daemon-qmp-ref(7) man page
` [PULL 05/17] docs: add qemu-storage-daemon(1) "
` [PULL 06/17] MAINTAINERS: add Kevin Wolf as storage daemon maintainer
` [PULL 07/17] iotests: make _filter_qom_path more strict
` [PULL 08/17] iotests:172: use _filter_qom_path
` [PULL 09/17] block/vpc: Make vpc_open() read the full dynamic header
` [PULL 10/17] block/vpc: Don't abuse the footer buffer as BAT sector buffer
` [PULL 11/17] block/vpc: Don't abuse the footer buffer for dynamic header
` [PULL 12/17] block/vpc: Make vpc_checksum() take void *
` [PULL 13/17] block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers
` [PULL 14/17] block/vpc: Use sizeof() instead of 1024 for dynamic header size
` [PULL 15/17] block/vpc: Pad VHDFooter, replace uint8_t[] buffers
` [PULL 16/17] block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *
` [PULL 17/17] block/vpc: Use sizeof() instead of HEADER_SIZE for footer size

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-18 12:08 UTC  (8+ messages)
` [for-6.0 v5 11/13] spapr: PEF: prevent migration

[PATCH] configure: Fail when specified cross compiler cannot be found
 2020-12-18 11:57 UTC  (6+ messages)

[PATCH v1 1/1] chardev: enable guest socket status/crontrol via DTR and DCD
 2020-12-18 11:57 UTC  (4+ messages)

[PATCH v14 00/21] Initial support for multi-process Qemu
 2020-12-18 11:39 UTC  (3+ messages)
` [PATCH v14 04/21] socket: export socket_get_fd() function

[PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation
 2020-12-18 11:29 UTC  (3+ messages)
` [PATCH v2 02/12] libqtest: add qtest_socket_server()

Question about migration of a VM between hosts having slight difference in TSC Frequency
 2020-12-18 11:25 UTC  (2+ messages)

[PATCH v2 0/2] s390x/pci: some pcistb fixes
 2020-12-18 11:04 UTC  (7+ messages)
` [PATCH v2 1/2] s390x/pci: fix pcistb length
` [PATCH v2 2/2] s390x/pci: Fix memory_region_access_valid call

[PATCH] gitlab-ci.yml: Add openSUSE Tumbleweed and Leap for gitlab CI/CD
 2020-12-18 10:56 UTC  (6+ messages)
` [PATCH v2] gitlab-ci.yml: Add openSUSE Leap 15.2 "

[PATCH v2] fuzz: map all BARs and enable PCI devices
 2020-12-18 11:03 UTC  (2+ messages)

[PULL 00/15] migration queue
 2020-12-18 10:41 UTC  (16+ messages)
` [PULL 01/15] monitor:open brace '{' following struct go on the same line
` [PULL 02/15] monitor:braces {} are necessary for all arms of this statement
` [PULL 03/15] monitor:Don't use '#' flag of printf format ('%#') in format strings
` [PULL 04/15] hmp-commands.hx: List abbreviation after command for cont, quit, print
` [PULL 05/15] virtiofsd: Use --thread-pool-size=0 to mean no thread pool
` [PULL 06/15] virtiofsd: make the debug log timestamp on stderr more human-readable
` [PULL 07/15] virtiofsd: Set up posix_lock hash table for root inode
` [PULL 08/15] virtiofsd: Disable posix_lock hash table if remote locks are not enabled
` [PULL 09/15] virtiofsd: Check file type in lo_flush()
` [PULL 10/15] virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup"
` [PULL 11/15] virtiofsd: Remove useless code about send_notify_iov
` [PULL 12/15] docs/devel/migration: Improve debugging section a bit
` [PULL 13/15] savevm: Remove dead code in save_snapshot()
` [PULL 14/15] savevm: Delete snapshots just created in case of error
` [PULL 15/15] migration: Don't allow migration if vm is in POSTMIGRATE

[PATCH 00/11] mirror: cancel nbd reconnect
 2020-12-18 11:05 UTC  (2+ messages)

[PATCH v2 for-6.0 0/8] nbd reconnect on open
 2020-12-18 10:57 UTC  (2+ messages)

[PATCHv4 00/18] ARMv8.4-A Secure EL2
 2020-12-18 10:37 UTC  (19+ messages)
` [PATCH 01/18] target/arm: remove redundant tests
` [PATCH 02/18] target/arm: add arm_is_el2_enabled() helper
` [PATCH 03/18] target/arm: use arm_is_el2_enabled() where applicable
` [PATCH 04/18] target/arm: use arm_hcr_el2_eff() "
` [PATCH 05/18] target/arm: factor MDCR_EL2 common handling
` [PATCH 06/18] target/arm: declare new AA64PFR0 bit-fields
` [PATCH 07/18] target/arm: add 64-bit S-EL2 to EL exception table
` [PATCH 08/18] target/arm: add MMU stage 1 for Secure EL2
` [PATCH 09/18] target/arm: add ARMv8.4-SEL2 system registers
` [PATCH 10/18] target/arm: handle VMID change in secure state
` [PATCH 11/18] target/arm: do S1_ptw_translate() before address space lookup
` [PATCH 12/18] target/arm: translate NS bit in page-walks
` [PATCH 13/18] target/arm: generalize 2-stage page-walk condition
` [PATCH 14/18] target/arm: secure stage 2 translation regime
` [PATCH 15/18] target/arm: set HPFAR_EL2.NS on secure stage 2 faults
` [PATCH 16/18] target/arm: add ARMv8.4-SEL2 extension
` [PATCH 17/18] target/arm: enable Secure EL2 in max CPU
` [PATCH 18/18] target/arm: refactor vae1_tlbmask()

[PATCH 0/6] spapr: Fix visibility and traversal of DR connectors
 2020-12-18 10:34 UTC  (7+ messages)
` [PATCH 1/6] spapr: Call spapr_drc_reset() for all DRCs at CAS
` [PATCH 2/6] spapr: Fix reset of transient DR connectors
` [PATCH 3/6] spapr: Introduce spapr_drc_reset_all()
` [PATCH 4/6] spapr: Use spapr_drc_reset_all() at machine reset
` [PATCH 5/6] spapr: Add drc_ prefix to the DRC realize and unrealize functions
` [PATCH 6/6] spapr: Model DR connectors as simple objects

[PATCH v2 0/2] Fix _send_qemu_cmd with bash 5.1
 2020-12-18 10:24 UTC  (2+ messages)

[PULL 00/14] Linux user for 6.0 patches
 2020-12-18 10:24 UTC  (15+ messages)
` [PULL 01/14] linux-user/mmap.c: check range of mremap result in target address space
` [PULL 02/14] linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body
` [PULL 03/14] linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()
` [PULL 04/14] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro
` [PULL 05/14] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro
` [PULL 06/14] linux-user/elfload: Update HWCAP bits from linux 5.7
` [PULL 07/14] linux-user: Add support for MIPS Loongson 2F/3A
` [PULL 08/14] docs/user: Display linux-user binaries nicely
` [PULL 09/14] linux-user: Implement copy_file_range
` [PULL 10/14] linux-user: Add most IFTUN ioctls
` [PULL 11/14] linux-user/sparc: Correct sparc64_get/set_context() FPU handling
` [PULL 12/14] linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()
` [PULL 13/14] linux-user/sparc: Don't restore %g7 in sparc64_set_context()
` [PULL 14/14] linux-user/sparc: Handle tstate in sparc64_get/set_context()

[PATCH] block/nvme: Do not allow image creation with NVMe block driver
 2020-12-18 10:20 UTC  (5+ messages)

[RFC PATCH 0/9] Support for Virtio-fs daemon crash reconnection
 2020-12-18  9:39 UTC  (3+ messages)
  ` [External] "

[PATCHv3 00/17] ARMv8.4 Secure EL2
 2020-12-18  9:45 UTC  (4+ messages)

[PATCH RFC 0/3] hw/block/nvme: dif-based end-to-end data protection support
 2020-12-18  9:39 UTC  (3+ messages)

[PATCH 0/3] hw/block/nvme: cmb enhancements and bump to v1.4
 2020-12-18  9:23 UTC  (4+ messages)
` [PATCH 1/3] hw/block/nvme: cmb enhancements
` [PATCH 2/3] hw/block/nvme: bump to v1.4
` [PATCH 3/3] hw/block/nvme: lift cmb restrictions

[PATCH v3 00/10] virtio-mem: vfio support
 2020-12-18  9:11 UTC  (6+ messages)
` [PATCH v3 05/10] vfio: Support for RamDiscardMgr in the !vIOMMU case

[Bug 1908626] [NEW] Atomic test-and-set instruction does not work on qemu-user
 2020-12-18  8:48 UTC  (2+ messages)
` [Bug 1908626] "

[PULL 00/17] x86 queue, 2020-12-17
 2020-12-18  8:50 UTC  (9+ messages)
` [PULL 07/17] i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()

[PATCH v2] bugfix: hostmem: Free host_nodes list right after visited
 2020-12-18  8:45 UTC  (2+ messages)
` Ping: "

[PATCH] RISC-V: Place DTB at 3GB boundary instead of 4GB
 2020-12-18  8:42 UTC  (6+ messages)

[PULL v2 00/14] Compile QEMU with -Wimplicit-fallthrough
 2020-12-18  8:27 UTC  (4+ messages)
` [PULL 12/14] bsd-user: Silence warnings about missing fallthrough statement
` [PULL 13/14] hw/rtc/twl92230: Add missing 'break'
` [PULL 14/14] configure: Compile with -Wimplicit-fallthrough=2

[PATCH v2 0/8] fcntl, sockopt, and ioctl options
 2020-12-18  8:24 UTC  (2+ messages)

QOM address space handling
 2020-12-18  7:49 UTC  (3+ messages)

[PATCH v6 0/3] qcow2: don't leave partially initialized file on image creation
 2020-12-18  6:15 UTC  (5+ messages)
` [PATCH v6 2/3] block: add bdrv_co_delete_file_noerr
` [PATCH v6 3/3] block: qcow2: remove the created file on initialization error

[PATCH] acpi: Add addr_trans in build_crs
 2020-12-18  6:13 UTC  (3+ 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).