qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 16:25:05 to 2021-02-04 00:42:18 UTC [more...]

[PATCH v5 00/15] qapi: static typing conversion, pt2
 2021-02-04  0:32 UTC  (11+ messages)
` [PATCH v5 01/15] qapi/introspect.py: assert schema is not None
` [PATCH v5 02/15] qapi/introspect.py: use _make_tree for features nodes
` [PATCH v5 03/15] qapi/introspect.py: add _gen_features helper
` [PATCH v5 04/15] qapi/introspect.py: guard against ifcond/comment misuse
` [PATCH v5 05/15] qapi/introspect.py: Unify return type of _make_tree()
` [PATCH v5 06/15] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PATCH v5 08/15] qapi/introspect.py: Introduce preliminary tree typing
` [PATCH v5 09/15] qapi/introspect.py: create a typed 'Annotated' data strutcure
` [PATCH v5 10/15] qapi/introspect.py: improve _tree_to_qlit error message
` [PATCH v5 11/15] qapi/introspect.py: improve readability of _tree_to_qlit

[PATCH v3 0/3]
 2021-02-03 23:45 UTC  (5+ messages)
` [PATCH v3 1/3] slirp: Placeholder for libslirp ipv6 hostfwd support
` [PATCH v3 2/3] net/slirp.c: Refactor address parsing
` [PATCH v3 3/3] net: Add -ipv6-hostfwd option, ipv6_hostfwd_add/remove commands

[PATCH v4 00/14] qapi: static typing conversion, pt2
 2021-02-03 23:27 UTC  (18+ messages)
` [PATCH v4 04/14] qapi/introspect.py: guard against ifcond/comment misuse
` [PATCH v4 06/14] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PATCH v4 07/14] qapi/introspect.py: Introduce preliminary tree typing
` [PATCH v4 08/14] qapi/introspect.py: create a typed 'Annotated' data strutcure
` [PATCH v4 11/14] qapi/introspect.py: add type hint annotations

gitlab containers are broken
 2021-02-03 23:04 UTC 

[PATCH v2 0/2] Add support for ipv6 host forwarding
 2021-02-03 22:31 UTC  (9+ messages)
` [PATCH v2 1/2] net/slirp.c: Refactor address parsing
` [PATCH v2 2/2] net: Add -ipv6-hostfwd option, ipv6_hostfwd_add/remove commands

[PATCH 00/20] Various vhost-user-gpu & UI fixes
 2021-02-03 22:21 UTC  (4+ messages)
` [PATCH 11/20] ui: add an optional get_flags callback to GraphicHwOps

[RFC PATCH v1 00/01] PCIe DOE for PCIe and CXL 2.0
 2021-02-03 17:23 UTC  (3+ messages)
` [RFC PATCH v1 01/01] "

[PATCH v15 00/23] i386 cleanup PART 2
 2021-02-03 22:07 UTC  (17+ messages)
` [PATCH v15 15/23] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
` [PATCH v15 17/23] accel: replace struct CpusAccel with AccelOpsClass
` [PATCH v15 19/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v15 21/23] hw/core/cpu: call qemu_init_vcpu in cpu_common_realizefn
` [PATCH v15 23/23] accel-cpu: make cpu_realizefn return a bool

cdrom scsi passthough not working well
 2021-02-03 16:56 UTC  (2+ messages)

[PATCH v2 00/36] block: update graph permissions update
 2021-02-03 21:33 UTC  (15+ messages)
` [PATCH v2 15/36] block: use topological sort for permission update
` [PATCH v2 19/36] block: fix bdrv_replace_node_common
` [PATCH v2 20/36] block: add bdrv_attach_child_common() transaction action
` [PATCH v2 22/36] block: split out bdrv_replace_node_noperm()
` [PATCH v2 23/36] block: adapt bdrv_append() for inserting filters

[PATCH] MAINTAINERS: Fix the location of virtiofsd.rst
 2021-02-03 21:19 UTC 

[PATCH v4 0/3] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-02-03 21:14 UTC  (19+ messages)
` [PATCH v4 1/3] virtiofsd: extract lo_do_open() from lo_open()
` [PATCH v4 2/3] virtiofsd: optionally return inode pointer from lo_do_lookup()
` [PATCH v4 3/3] virtiofsd: prevent opening of special files (CVE-2020-35517)

[RFC 0/4] New APIs for the Clock framework
 2021-02-03 21:14 UTC  (4+ messages)
` [RFC 3/4] clock: Add clock_ns_to_ticks() function

[PATCH v4 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-02-03 21:06 UTC  (3+ messages)

[PATCH v4 0/4] target/arm: Add support for FEAT_DIT, Data Independent Timing
 2021-02-03 20:36 UTC  (6+ messages)
` [PATCH v4 2/4] target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate

[PATCH v2] virtiofsd: vu_dispatch locking should never fail
 2021-02-03 20:23 UTC  (2+ messages)

[PATCH v4 00/18] Support Multifd for RDMA migration
 2021-02-03 20:19 UTC  (25+ messages)
` [PATCH v4 02/18] migration/rdma: judge whether or not the RDMA is used for migration
` [PATCH v4 04/18] migration/rdma: add multifd_setup_ops for rdma
` [PATCH v4 05/18] migration/rdma: do not need sync main "
` [PATCH v4 06/18] migration/rdma: export MultiFDSendParams/MultiFDRecvParams
` [PATCH v4 07/18] migration/rdma: add rdma field into multifd send/recv param
` [PATCH v4 08/18] migration/rdma: export getQIOChannel to get QIOchannel in rdma
` [PATCH v4 10/18] migration/rdma: Create the multifd recv channels for RDMA
` [PATCH v4 11/18] migration/rdma: record host_port for multifd RDMA
` [PATCH v4 12/18] migration/rdma: Create the multifd send channels for RDMA
` [PATCH v4 13/18] migration/rdma: Add the function for dynamic page registration
` [PATCH v4 14/18] migration/rdma: register memory for multifd RDMA channels
` [PATCH v4 16/18] migration/rdma: add rdma_channel into Migrationstate field

[PATCH 0/6] Move remaining x86 Travis jobs to the gitlab-CI
 2021-02-03 20:15 UTC  (10+ messages)
` [PATCH 1/6] travis.yml: Move gprof/gcov test across to gitlab
` [PATCH 3/6] travis.yml: Move the --enable-modules test to the gitlab-CI
` [PATCH 4/6] travis.yml: Remove the --enable-debug jobs
` [PATCH 6/6] travis.yml: Move the -fsanitize=thread compile-testing to the gitlab-CI

ARM Snapshots Not Backwards-Compatible
 2021-02-03 20:06 UTC  (4+ messages)
` [PATCH] target/arm: Don't migrate CPUARMState.features

[PATCH v21 00/20] Initial support for multi-process Qemu
 2021-02-03 20:02 UTC  (3+ messages)

[PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff
 2021-02-03 19:42 UTC  (7+ messages)
` [PATCH 1/4] hw/i386: Remove the deprecated pc-1.x machine types
` [PATCH 2/4] hw/block/fdc: Remove the check_media_rate property
` [PATCH 3/4] hw/virtio/virtio-balloon: Remove the "class" property
` [PATCH 4/4] hw/usb/bus: Remove the "full-path" property

[PATCH v5 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-03 19:57 UTC  (36+ messages)
` [PATCH v5 01/31] tcg: Introduce target-specific page data for user-only
` [PATCH v5 02/31] linux-user: Introduce PAGE_ANON
` [PATCH v5 03/31] exec: Use uintptr_t for guest_base
` [PATCH v5 04/31] exec: Use uintptr_t in cpu_ldst.h
` [PATCH v5 05/31] exec: Improve types for guest_addr_valid
` [PATCH v5 06/31] linux-user: Check for overflow in access_ok
` [PATCH v5 07/31] linux-user: Tidy VERIFY_READ/VERIFY_WRITE
` [PATCH v5 08/31] bsd-user: "
` [PATCH v5 09/31] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v5 10/31] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v5 11/31] exec: Introduce cpu_untagged_addr
` [PATCH v5 12/31] exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
` [PATCH v5 13/31] linux-user: Explicitly untag memory management syscalls
` [PATCH v5 14/31] linux-user: Use guest_range_valid in access_ok
` [PATCH v5 15/31] exec: Rename guest_{addr,range}_valid to *_untagged
` [PATCH v5 16/31] linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
` [PATCH v5 17/31] linux-user: Move lock_user et al out of line
` [PATCH v5 18/31] linux-user: Fix types in uaccess.c
` [PATCH v5 19/31] linux-user: Handle tags in lock_user/unlock_user
` [PATCH v5 20/31] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PATCH v5 21/31] target/arm: Improve gen_top_byte_ignore
` [PATCH v5 22/31] target/arm: Use the proper TBI settings for linux-user
` [PATCH v5 23/31] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PATCH v5 24/31] linux-user/aarch64: Implement PROT_MTE
` [PATCH v5 25/31] target/arm: Split out syndrome.h from internals.h
` [PATCH v5 26/31] linux-user/aarch64: Pass syndrome to EXC_*_ABORT
` [PATCH v5 27/31] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PATCH v5 28/31] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PATCH v5 29/31] target/arm: Add allocation tag storage for user mode
` [PATCH v5 30/31] target/arm: Enable MTE for user-only
` [PATCH v5 31/31] tests/tcg/aarch64: Add mte smoke tests

[PULL v2 00/20] NBD patches for 2021-02-02
 2021-02-03 19:35 UTC  (2+ messages)

[PATCH v7 0/6] RISC-V Pointer Masking implementation
 2021-02-03 19:27 UTC  (8+ messages)
` [PATCH v7 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the ones required for hypervisor mode
` [PATCH v7 4/6] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v7 5/6] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension

[PATCH v3 0/2] pci: add romsize property
 2021-02-03 19:14 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH v4 0/1] target-riscv: support QMP dump-guest-memory
 2021-02-03 18:57 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH v5 0/5] hw/block/nvme: add simple copy command
 2021-02-03 18:57 UTC  (6+ messages)
` [PATCH v5 4/5] nvme: updated shared header for "

[PATCH] MAINTAINERS: update bsd-user maintainers
 2021-02-03 18:06 UTC  (3+ messages)

[PATCH v2 0/1] target/arm: Fix SCR_EL3 migration issue
 2021-02-03 18:28 UTC  (3+ messages)
` [PATCH v2 1/1] target/arm: Fix SCR RES1 handling

[RFC PATCH 0/4] hw/cxl/ + /hw/pci/: PCI DOE + CXL CDAT emulation
 2021-02-03 18:01 UTC  (5+ messages)
` [RFC PATCH 2/4] hw/pci/pcie_doe: Introduce utility functions for PCIe DOE

[Bug 1912224] [NEW] qemu may freeze during drive-mirroring on fragmented FS
 2021-02-03 16:51 UTC  (2+ messages)
` [Bug 1912224] "

[Bug 1914282] [NEW] block copy job sometimes hangs on the last block for minutes
 2021-02-03 17:13 UTC  (3+ messages)
` [Bug 1914282] "

[Bug 1914353] [NEW] QEMU: aarch64: :GIC: out-of-bounds access via interrupt ID
 2021-02-03 16:42 UTC  (2+ messages)
` [Bug 1914353] "

[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
 2021-02-03 17:51 UTC  (28+ messages)
` [PATCH 01/22] tests/acceptance/boot_linux.py: fix typo on cloudinit error message
` [PATCH 02/22] tests/acceptance/boot_linux.py: rename misleading cloudinit method
` [PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example
` [PATCH 04/22] tests/acceptance/virtiofs_submounts.py: use workdir property
` [PATCH 05/22] tests/acceptance/virtiofs_submounts.py: do not ask for ssh key password
` [PATCH 06/22] tests/acceptance/virtiofs_submounts.py: use a virtio-net device instead
` [PATCH 07/22] tests/acceptance/virtiofs_submounts.py: evaluate string not length
` [PATCH 08/22] tests/acceptance/virtiofs_submounts.py: standardize port as integer
` [PATCH 09/22] tests/acceptance/virtiofs_submounts.py: required space between IP and port
` [PATCH 10/22] Python: add utility function for retrieving port redirection
` [PATCH 11/22] tests/acceptance/linux_ssh_mips_malta.py: standardize port as integer
` [PATCH 12/22] Acceptance tests: clarify ssh connection failure reason
` [PATCH 13/22] tests/acceptance/virtiofs_submounts.py: add missing accel tag
` [PATCH 14/22] Acceptance Tests: introduce LinuxTest base class
` [PATCH 15/22] Acceptance Tests: move useful ssh methods to "
` [PATCH 16/22] Acceptance Tests: introduce method for requiring an accelerator
` [PATCH 17/22] Acceptance Tests: fix population of public key in cloudinit image
` [PATCH 18/22] Acceptance Tests: set up existing ssh keys by default
` [PATCH 19/22] Acceptance Tests: add port redirection for ssh "
` [PATCH 20/22] Acceptance Tests: add basic documentation on LinuxTest base class
` [PATCH 21/22] Acceptance Tests: introduce CPU hotplug test
` [PATCH 22/22] [NOTFORMERGE] Bump Avocado version to latest master

[RFC PATCH 0/3] hw/arm/virt: CXL enablement including gpex-acpi
 2021-02-03 17:26 UTC  (4+ messages)
` [RFC PATCH 3/3] hw/cxl/cxl-device-utils: Allow incorrect read lengths

[Bug 1913916] [NEW] aarch64-virt: heap-buffer-overflow in address_space_lookup_region
 2021-02-03 16:41 UTC  (2+ messages)
` [Bug 1913916] "

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-03 17:50 UTC  (5+ messages)
` [PATCH v8 08/13] confidential guest support: Move SEV initialization into arch specific code
` [PATCH v8 10/13] spapr: Add PEF based confidential guest support

[Bug 1913917] [NEW] aarch64-virt: heap-use-after-free in gic_dist_writeb
 2021-02-03 16:41 UTC  (2+ messages)
` [Bug 1913917] "

[RFC PATCH v3 00/31] CXL 2.0 Support
 2021-02-03 17:42 UTC  (2+ messages)

About creating machines on the command line
 2021-02-03 17:09 UTC  (3+ messages)

[PATCH 0/1] target/arm: Fix SCR_EL3 migration issue
 2021-02-03 16:58 UTC  (7+ messages)
` [PATCH 1/1] target/arm: Add raw_writefn to SCR_EL3 register

usb-wacom-tablet failing to register
 2021-02-03 16:53 UTC  (6+ messages)

[PATCH 1/1] docs: fix mistake in dirty bitmap feature description
 2021-02-03 16:50 UTC  (7+ messages)

[PATCH] virtiofsd: vu_dispatch locking should never fail
 2021-02-03 16:53 UTC  (5+ messages)

[PATCH v3 0/8] [RfC] fix tracing for modules
 2021-02-03 16:32 UTC  (6+ messages)
` [PATCH v3 7/8] trace/simple: pass iter to st_write_event_mapping
` [PATCH v3 8/8] trace/simple: add st_init_group

[PATCH] docs/system: document an example vexpress-a15 invocation
 2021-02-03 16:28 UTC  (2+ messages)

[PATCH 0/8] hw/ppc: Convert UIC device to QOM
 2021-02-03 16:35 UTC  (4+ messages)
` [PATCH 4/8] hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()

qemu broke booting of old RedHat floppies
 2021-02-03 16:30 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).