qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-23 10:15:47 to 2020-11-23 20:03:14 UTC [more...]

[PATCH v3 00/19] qom: Use qlit to represent property defaults
 2020-11-23 19:48 UTC  (13+ messages)
` [PATCH v3 01/19] qnum: Make qnum_get_double() get const pointer
` [PATCH v3 02/19] qnum: Make num_x/num_y variables at qnum_is_equal() const
` [PATCH v3 04/19] qnum: qnum_value_is_equal() function
` [PATCH v3 05/19] qlit: Use qnum_value_is_equal() when comparing QNums
` [PATCH v3 06/19] qlit: Rename QLIT_QNUM to QLIT_QNUM_INT
` [PATCH v3 07/19] qlit: Use QNumValue to represent QNums
` [PATCH v3 08/19] qlit: Move qlit_equal_qobject() reference values to array
` [PATCH v3 09/19] qlit: Add more test literals to qlit_equal_qobject() test case
` [PATCH v3 10/19] qlit: Support all types of QNums
` [PATCH v3 12/19] qom: Replace defval value in Property with QLitObject
` [PATCH v3 18/19] qom: Delete set_default_uuid()
` [PATCH v3 19/19] qom: Delete set_default_value_bool()

virtio-9p-test.c:300:v9fs_req_recv: assertion failed (hdr.id == id): (7 == 73)
 2020-11-23 19:45 UTC  (5+ messages)

[PATCH for-5.2] tests/9pfs: Mark "local" tests as "slow"
 2020-11-23 19:35 UTC  (3+ messages)

[PATCH RFC] vfio: Move the saving of the config space to the right place in VFIO migration
 2020-11-23 19:33 UTC  (8+ messages)

[RFC PATCH 00/25] Introduce CXL 2.0 Emulation
 2020-11-23 19:12 UTC  (4+ messages)
` [RFC PATCH 16/25] hw/pxb/cxl: Add "windows" for host bridges

[Bug 1895895] [NEW] Attaching SD-Card to specific SD-Bus Sabrelite (ARM)
 2020-11-23 19:04 UTC  (2+ messages)
` [Bug 1895895] "

[PATCH] fuzz: Add more i386 configurations for fuzzing
 2020-11-23 18:43 UTC 

[PULL 0/3] s390-ccw bios reboot fixes
 2020-11-23 18:51 UTC  (5+ messages)
` [PULL 1/3] pc-bios: s390x: Ensure Read IPL memory is clean
` [PULL 2/3] pc-bios: s390x: Clear out leftover S390EP string
` [PULL 3/3] pc-bios/s390: Update the s390-ccw bios binaries

QEMU build dependencies for new board
 2020-11-23 18:49 UTC  (2+ messages)

[PATCH] hw/watchdog/wdt_diag288: Remove unnecessary includes
 2020-11-23 18:41 UTC  (8+ messages)

[PATCH 1/1] Fix to show vfio migration stat in migration status
 2020-11-23 18:39 UTC  (4+ messages)

[RFC v3 0/9] i386 cleanup
 2020-11-23 18:34 UTC  (8+ messages)
` [RFC v3 9/9] i386: split cpu accelerators from cpu.c

[PATCH v2 0/8] qom: Use qlit to represent property defaults
 2020-11-23 18:33 UTC  (11+ messages)
` [PATCH v2 3/8] qnum: QNumValue type for QNum value literals

[PATCH 0/1] Fix qcow2 corruption after addition of subcluster support
 2020-11-23 18:23 UTC  (7+ messages)
` [PATCH 1/1] Fix qcow2 corruption on discard

[PATCH v2 1/1] vfio: Change default dirty pages tracking behavior during migration
 2020-11-23 18:23 UTC  (2+ messages)

[RFC v3 8/9] module: introduce MODULE_INIT_ACCEL_CPU
 2020-11-23 18:20 UTC  (17+ messages)

Regressions in build process introduced since August
 2020-11-23 18:17 UTC  (12+ messages)

[PULL 0/2] VFIO updates for QEMU 5.2-rc3
 2020-11-23 17:57 UTC  (3+ messages)
` [PULL 1/2] vfio: Make migration support experimental
` [PULL 2/2] vfio: Change default dirty pages tracking behavior during migration

[PATCH v2 0/2] Increase amount of data for monitor to read
 2020-11-23 17:13 UTC  (5+ messages)
` [PATCH v2 1/2] iotests: add another bash sleep command to 247
` [PATCH v2 2/2] monitor: increase amount of data for monitor to read

[Bug 1761798] Re: live migration intermittently fails in CI with "VQ 0 size 0x80 Guest index 0x12c inconsistent with Host index 0x134: delta 0xfff8"
 2020-11-23 16:56 UTC  (3+ messages)

[Bug 1905297] [NEW] Zynq7000 UART clock reset initialization
 2020-11-23 16:55 UTC  (3+ messages)

[PULL 00/24] target-arm queue
 2020-11-23 17:03 UTC  (26+ messages)
` [PULL 01/24] target/arm: fix stage 2 page-walks in 32-bit emulation
` [PULL 02/24] hw/arm: Fix bad print format specifiers
` [PULL 03/24] hw/intc: fix heap-buffer-overflow in rxicu_realize()
` [PULL 04/24] MAINTAINERS: Cover system/arm/cpu-features.rst with ARM TCG CPUs
` [PULL 05/24] MAINTAINERS: Cover system/arm/aspeed.rst with ASPEED BMC machines
` [PULL 06/24] MAINTAINERS: Cover system/arm/nuvoton.rst with Nuvoton NPCM7xx
` [PULL 07/24] MAINTAINERS: Fix system/arm/orangepi.rst path
` [PULL 08/24] MAINTAINERS: Cover system/arm/sbsa.rst with SBSA-REF machine
` [PULL 09/24] MAINTAINERS: Cover system/arm/sx1.rst with OMAP machines
` [PULL 10/24] docs/system: Deprecate raspi2/raspi3 machine aliases
` [PULL 11/24] docs/system/arm: Document the various raspi boards
` [PULL 12/24] docs/system/arm: Document OpenPOWER Witherspoon BMC model Front LEDs
` [PULL 13/24] docs/system/arm: Document the Sharp Zaurus SL-6000
` [PULL 14/24] target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0
` [PULL 15/24] linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpoints
` [PULL 16/24] docs: Move virtio-net-failover.rst into the system manual
` [PULL 17/24] docs: Move cpu-hotplug.rst "
` [PULL 18/24] docs: Move virtio-pmem.rst "
` [PULL 19/24] docs/system/virtio-pmem.rst: Fix minor style issues
` [PULL 20/24] docs: Split out 'pc' machine model docs into their own file
` [PULL 21/24] docs: Move microvm.rst into the system manual
` [PULL 22/24] docs: Move pr-manager.rst "
` [PULL 23/24] docs: Split qemu-pr-helper documentation into tools manual
` [PULL 24/24] docs/system/pr-manager.rst: Fix minor docs nits

[PATCH] xive: Add trace events
 2020-11-23 16:37 UTC 

[PATCH RFC] vfio: Set the priority of VFIO VM state change handler explicitly
 2020-11-23 16:30 UTC  (2+ messages)

[PATCH] tests: add prefixes to the bare mkdtemp calls
 2020-11-23 15:38 UTC  (2+ messages)

[PATCH v3 00/11] gitlab-ci: Allow forks to select & restrict build jobs
 2020-11-23 15:36 UTC  (3+ messages)
` [PATCH v3 06/11] gitlab-ci: Rename acceptance_test_job -> integration_test_job

[PATCH] hmp: Changed hmp_netdev_add() using qmp_marshal_netdev_add()
 2020-11-23 15:35 UTC  (9+ messages)

[PATCH-for-5.2? 0/5] tests/acceptance: Only run tests tagged 'gating-ci' on GitLab CI
 2020-11-23 15:29 UTC  (3+ messages)
` [PATCH-for-5.2? 1/5] tests/acceptance: Restrict virtio_check_params tests to X86 target

[PATCH v5 0/4] Introducing QMP query-netdev command
 2020-11-23 15:19 UTC  (2+ messages)

[PATCH 00/10] vhost/qemu: thread per IO SCSI vq
 2020-11-23 15:17 UTC  (11+ messages)

[PATCH] virtiofsd: Use --thread-pool-size=0 to mean no thread pool
 2020-11-23 15:07 UTC  (10+ messages)
` [Virtio-fs] "

[Qemu-devel] [Bug 1775011] [NEW] -display gtk, gl=on crashes on Wayland
 2020-11-23 14:51 UTC  (3+ messages)
` [Bug 1775011] Re: -display gtk,gl=on "

[v2 1/1] vfio: Change default dirty pages tracking behavior during migration
 2020-11-23 14:54 UTC  (2+ messages)

[PULL 00/33] Block patches
 2020-11-23 14:47 UTC  (4+ messages)

[PATCH v3 00/36] cleanup qemu_init and make sense of command line processing
 2020-11-23 14:14 UTC  (37+ messages)
` [PATCH 01/36] vl: extract validation of -smp to machine.c
` [PATCH 02/36] vl: remove bogus check
` [PATCH 03/36] vl: split various early command line options to a separate function
` [PATCH 04/36] vl: move various initialization routines out of qemu_init
` [PATCH 05/36] vl: extract qemu_init_subsystems
` [PATCH 06/36] vl: move prelaunch part of qemu_init to new functions
` [PATCH 07/36] vl: extract various command line validation snippets to a new function
` [PATCH 08/36] vl: preconfig and loadvm are mutually exclusive
` [PATCH 09/36] vl: extract various command line desugaring snippets to a new function
` [PATCH 10/36] qemu-option: restrict qemu_opts_set to merge-lists QemuOpts
` [PATCH 11/36] vl: create "-net nic -net user" default earlier
` [PATCH 12/36] vl: load plugins as late as possible
` [PATCH 13/36] vl: move semihosting command line fallback to qemu_init_board
` [PATCH 14/36] vl: extract default devices to separate functions
` [PATCH 15/36] vl: move CHECKPOINT_INIT after preconfig
` [PATCH 16/36] vl: separate qemu_create_early_backends
` [PATCH 17/36] vl: separate qemu_create_late_backends
` [PATCH 18/36] vl: separate qemu_create_machine
` [PATCH 19/36] vl: separate qemu_apply_machine_options
` [PATCH 20/36] vl: separate qemu_resolve_machine_memdev
` [PATCH 21/36] vl: initialize displays before preconfig loop
` [PATCH 22/36] vl: move -global check earlier
` [PATCH 23/36] migration, vl: start migration via qmp_migrate_incoming
` [PATCH 24/36] vl: start VM via qmp_cont
` [PATCH 25/36] hmp: introduce cmd_available
` [PATCH 26/36] remove preconfig state
` [PATCH 27/36] vl: remove separate preconfig main_loop
` [PATCH 28/36] vl: allow -incoming defer with -preconfig
` [PATCH 29/36] vl: extract softmmu/datadir.c
` [PATCH 30/36] vl: extract machine done notifiers
` [PATCH 31/36] vl: extract softmmu/rtc.c
` [PATCH 32/36] vl: extract softmmu/runstate.c
` [PATCH 33/36] vl: extract softmmu/globals.c
` [PATCH 34/36] vl: remove serial_max_hds
` [PATCH 35/36] vl: clean up -boot variables
` [PATCH 36/36] vl: move all generic initialization out of vl.c

[Qemu-devel] [Bug 1613817] [NEW] x86: ret, lret and iret with noncanonical IP saves wrong IP on the exception stack
 2020-11-23 13:43 UTC  (3+ messages)
` [Bug 1613817] "

[PATCH RFC 0/5] Fix accidental crash in iotest 30
 2020-11-23 13:44 UTC  (9+ messages)

[PATCH] Add support for pvpanic pci device
 2020-11-23 13:42 UTC  (3+ messages)

[PATCH for 5.3-rc3 v1 0/6] testing fixes (avocado, gitlab)
 2020-11-23 13:43 UTC  (5+ messages)
` [PATCH v1 3/6] tests/avocado: clean-up socket directory after run

[PATCH] gdbstub: Correct misparsing of vCont C/S requests
 2020-11-23 13:41 UTC  (3+ messages)

[PATCH] target/i386: fix operand order for PDEP and PEXT
 2020-11-23 13:21 UTC  (2+ messages)

physmem: Is 0644 OK for new created file?
 2020-11-23 13:38 UTC  (2+ messages)

[PATCH 0/4] [RfC] try fix tracing for modules
 2020-11-23 13:16 UTC  (10+ messages)
` [PATCH 4/4] [broken] meson: try link tracepoints to module

[PULL for 5.2-rc3 0/7] various CI cleanups (scripts, avocado, gitlab)
 2020-11-23 13:02 UTC  (9+ messages)
` [PULL 1/7] scripts/ci: clean up default args logic a little
` [PULL 2/7] tests: add prefixes to the bare mkdtemp calls
` [PULL 3/7] tests/avocado: clean-up socket directory after run
` [PULL 4/7] gitlab: move remaining x86 check-tcg targets to gitlab
` [PULL 5/7] tests/docker: Install liblttng-ust-dev package in Ubuntu 20.04 image
` [PULL 6/7] gitlab-ci: Move trace backend tests across to gitlab
` [PULL 7/7] .cirrus.yml: bump timeout period for MacOS builds

[PATCH-for-5.2] docs/user: Display linux-user binaries nicely
 2020-11-23 12:42 UTC  (3+ messages)

[PATCH-for-6.0 0/2] hw/scsi/scsi-disk: QOM style change
 2020-11-23 12:32 UTC  (2+ messages)

[PATCH 0/2] exec: Ensure variable page size is only used with TARGET_PAGE_BITS_VARY
 2020-11-23 12:28 UTC  (2+ messages)
` [PATCH-for-6.0 "

[raw] Guest stuck during live live-migration
 2020-11-23 12:25 UTC  (2+ messages)

[PATCH v4 1/2] hw/misc: add an EMC141{3,4} device model
 2020-11-23 12:21 UTC  (2+ messages)

[Bug 1886793] [NEW] "go install" command fails while running inside s390x docker container on x86_64 host using qemu
 2020-11-23 12:08 UTC  (4+ messages)
` [Bug 1886793] "

[PATCH v5 0/2] MTE support for KVM guest
 2020-11-23 12:16 UTC  (3+ messages)

[PATCH for-6.0 0/9] spapr: Perform hotplug sanity checks at pre-plug
 2020-11-23 11:51 UTC  (4+ messages)
` [PATCH for-6.0 4/9] spapr: Set compat mode in spapr_reset_vcpu()

[Bug 1892540] [NEW] qemu can no longer boot NetBSD/sparc
 2020-11-23 11:39 UTC  (3+ messages)
` [Bug 1892540] "

[PATCH v1 0/9] virtio-mem: vfio support
 2020-11-23 11:31 UTC  (2+ messages)

[PATCH for-6.0 0/8] spapr: Address the confusion between IPI numbers and vCPU ids
 2020-11-23 11:25 UTC  (13+ messages)
` [PATCH for-6.0 2/8] spapr/xive: Introduce spapr_xive_nr_ends()
` [PATCH for-6.0 3/8] spapr/xive: Add "nr-servers" property
` [PATCH for-6.0 4/8] spapr/xive: Add "nr-ipis" property
` [PATCH for-6.0 5/8] spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()
` [PATCH for-6.0 6/8] spapr/xics: Add "nr-servers" property

[PATCH 0/4] vhost-user: avoid g_return_val_if() in get/set_config()
 2020-11-23 11:20 UTC  (2+ messages)

[PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
 2020-11-23 11:16 UTC  (5+ messages)

[PATCH-for-5.2 v2 0/4] docs/system/arm: Document raspi/tosa boards
 2020-11-23 10:54 UTC  (2+ messages)

[PATCH-for-5.2 0/6] MAINTAINERS: Fix docs/system/arm/ entries
 2020-11-23 10:51 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).