qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-09 09:52:43 to 2021-08-10 05:08:09 UTC [more...]

[Qemu-devel] [PULL 00/30] ppc patch queue 2015-07-07 for 2.4
 2021-08-10  5:07 UTC  (5+ messages)
` [Qemu-devel] [PULL 24/30] spapr_pci: populate ibm,loc-code
  `  "

[PATCH] xive: Remove extra '0x' prefix in trace events
 2021-08-10  5:03 UTC  (4+ messages)

ps2: Fix issue #501 and #502
 2021-08-10  5:05 UTC  (6+ messages)
` [PATCH 2/3] ps2: use a separate keyboard command reply queue
` [PATCH 3/3] ps2: migration support for "

[PATCH] fuzz: avoid building twice, when running on gitlab
 2021-08-10  5:01 UTC  (7+ messages)

[PATCH] audio: Never send migration section
 2021-08-10  4:58 UTC  (3+ messages)

[PATCH for 6.2 00/49] bsd-user updates to run hello world
 2021-08-10  4:26 UTC  (26+ messages)
` [PATCH for 6.2 23/49] bsd-user: pull in target_arch_thread.h update target_arch_elf.h
` [PATCH for 6.2 24/49] bsd-user: Include more things in qemu.h
` [PATCH for 6.2 25/49] bsd-user: define max args in terms of pages
` [PATCH for 6.2 26/49] bsd-user: Create target specific vmparam.h
` [PATCH for 6.2 27/49] bsd-user: Add architecture specific signal tramp code
` [PATCH for 6.2 28/49] bsd-user: Move stack initializtion into a per-os file
` [PATCH for 6.2 29/49] bsd-user: Add system independent stack, data and text limiting
` [PATCH for 6.2 30/49] bsd-user: elf cleanup
` [PATCH for 6.2 31/49] bsd-user: Remove dead #ifdefs from elfload.c
` [PATCH for 6.2 32/49] bsd-user: *BSD specific siginfo defintions

[PATCH 00/19] PMU-EBB support for PPC64 TCG
 2021-08-10  4:17 UTC  (34+ messages)
` [PATCH 01/19] target/ppc: add exclusive Book3S PMU reg read/write functions
` [PATCH 02/19] target/ppc: add exclusive user read function for PMU regs
` [PATCH 03/19] target/ppc: add exclusive user write "
` [PATCH 04/19] target/ppc: PMU Book3s basic insns count for pseries TCG
` [PATCH 05/19] target/ppc/pmu_book3s_helper.c: eliminate code repetition
` [PATCH 06/19] target/ppc/pmu_book3s_helper: enable PMC1-PMC4 events
` [PATCH 07/19] target/ppc/pmu_book3s_helper.c: icount fine tuning
` [PATCH 08/19] target/ppc/pmu_book3s_helper.c: do an actual cycles calculation
` [PATCH 09/19] PPC64/TCG: Implement 'rfebb' instruction
` [PATCH 10/19] target/ppc: PMU Event-Based exception support
` [PATCH 11/19] target/ppc/excp_helper.c: POWERPC_EXCP_EBB adjustments
` [PATCH 12/19] target/ppc/pmu_book3s_helper.c: enable PMC1 counter negative EBB
` [PATCH 13/19] target/ppc/translate: PMU: handle setting of PMCs while running
` [PATCH 14/19] target/ppc/pmu_book3s_helper.c: add generic timeout helpers
` [PATCH 15/19] target/ppc/pmu_book3s_helper: enable counter negative for all PMCs
` [PATCH 16/19] target/ppc/pmu_book3s_helper: adding 0xFA event
` [PATCH 17/19] target/ppc/pmu_book3s_helper.c: add PMC14/PMC56 counter freeze bits
` [PATCH 18/19] target/ppc/pmu_book3s_helper.c: add PM_CMPLU_STALL mock events
` [PATCH 19/19] docs/specs: add PPC64 TCG PMU-EBB documentation

[PATCH for-6.2 v6 0/7] DEVICE_UNPLUG_ERROR QAPI event
 2021-08-10  1:03 UTC  (8+ messages)
` [PATCH for-6.2 v6 1/7] hw/acpi/memory_hotplug.c: avoid sending MEM_UNPLUG_ERROR if dev->id is NULL
` [PATCH for-6.2 v6 6/7] spapr: use DEVICE_UNPLUG_ERROR to report unplug errors

[PATCH 00/26] ppc/pnv: Extend the powernv10 machine
 2021-08-10  3:12 UTC  (29+ messages)
` [PATCH 01/26] ppc: Add a POWER10 DD2 CPU
` [PATCH 02/26] ppc/pnv: Change the POWER10 machine to support DD2 only
` [PATCH 03/26] ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-saving mode
` [PATCH 04/26] ppc/pnv: Use a simple incrementing index for the chip-id
` [PATCH 05/26] ppc/pnv: Distribute RAM among the chips
` [PATCH 06/26] ppc/pnv: add a chip topology index for POWER10
` [PATCH 07/26] ppc/xive: Export PQ get/set routines
` [PATCH 08/26] ppc/xive: Export xive_presenter_notify()
` [PATCH 09/26] ppc/xive2: Introduce a XIVE2 core framework
` [PATCH 10/26] ppc/xive2: Introduce a presenter matching routine
` [PATCH 11/26] ppc/pnv: Add a XIVE2 controller to the POWER10 chip
` [PATCH 12/26] ppc/pnv: Add a OCC model for POWER10
` [PATCH 13/26] ppc/pnv: Add POWER10 quads
` [PATCH 14/26] ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge
` [PATCH 15/26] ppc/pnv: Add a HOMER model to POWER10
` [PATCH 16/26] ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)
` [PATCH 17/26] ppc/xive2: Add support for notification injection on ESB pages
` [PATCH 18/26] ppc/xive: Add support for PQ state bits offload
` [PATCH 19/26] ppc/pnv: Add support for PQ offload on PHB5
` [PATCH 20/26] ppc/pnv: Add support for PHB5 "Address-based trigger" mode
` [PATCH 21/26] pnv/xive2: Introduce new capability bits
` [PATCH 22/26] ppc/pnv: add XIVE Gen2 TIMA support
` [PATCH 23/26] pnv/xive2: Add support XIVE2 P9-compat mode (or Gen1)
` [PATCH 24/26] xive2: Add a get_config() handler for the router configuration
` [PATCH 25/26] pnv/xive2: Add support for automatic save&restore
` [PATCH 26/26] pnv/xive2: Add support for 8bits thread id

[PATCH] fsl-imx6ul: add SAI1/2/3 and ASRC as unimplemented devices
 2021-08-10  4:10 UTC 

[PATCH] hw: arm: aspeed: Enable mac0/1 instead of mac1/2 for g220a
 2021-08-10  3:57 UTC 

[PATCH] target/riscv: Don't wrongly overide isa version
 2021-08-10  3:33 UTC 

[PULL for-6.1 0/1] qemu-ga patch queue for hard-freeze/rc3
 2021-08-10  1:39 UTC  (2+ messages)
` [PULL for-6.1 1/1] qga: fix leak of base64 decoded data on command error

[PATCH v2 1/1] target/riscv: Add User CSRs read-only check
 2021-08-10  1:45 UTC 

[PATCH] ppc/pnv: update skiboot to commit 820d43c0a775
 2021-08-10  0:58 UTC  (7+ messages)

[PATCH v1] s390x/ioinst: Fix wrong MSCH alignment check on little endian
 2021-08-09 23:09 UTC  (2+ messages)

[PATCH v4] virtio/vsock: add two more queues for datagram types
 2021-08-09 22:49 UTC  (5+ messages)
  `  "

[RFC v3] virtio/vsock: add two more queues for datagram types
 2021-08-09 22:47 UTC  (10+ messages)
  `  "

[PULL 0/2] Block patches for 6.1-rc3
 2021-08-09 20:17 UTC  (5+ messages)
` [PULL 1/2] block/export/fuse.c: fix musl build
` [PULL 2/2] tests: filter out TLS distinguished name in certificate checks

[PATCH for-6.2 v3 0/2] qom: DECLARE_INTERFACE_CHECKER macro
 2021-08-09 20:07 UTC  (3+ messages)
` [PATCH for-6.2 v3 1/2] "
` [PATCH for-6.2 v3 2/2] [autoamted] Use "

[PATCH] docs/devel: fix missing antislash
 2021-08-09 18:14 UTC  (2+ messages)

[PATCH for-6.2 00/12] qom: Get rid of all manual usage of OBJECT_CHECK & friends
 2021-08-09 18:00 UTC  (3+ messages)

migration-test, intermittent hang, aarch64 host, i386 guest
 2021-08-09 19:40 UTC 

[RFC PATCH 00/13] Support UXL field in mstatus
 2021-08-09 19:34 UTC  (5+ messages)
` [RFC PATCH 02/13] target/riscv: Support UXL32 for branch instructions

[PATCH] Acceptance tests: add myself as a reviewer for the acceptance tests
 2021-08-09 19:29 UTC 

[PATCH-for-6.2 v3 0/7] target/mips: Convert NEC Vr54xx to decodetree
 2021-08-09 19:26 UTC  (3+ messages)
` [PATCH-for-6.2 v3 1/7] target/mips: Introduce generic TRANS() macro for decodetree helpers

[PATCH-for-6.2 0/2] target/mips: Use tcg_constant_* in TX79 & MXU
 2021-08-09 19:25 UTC  (5+ messages)
` [PATCH-for-6.2 1/2] target/mips/tx79: Use tcg_constant_tl()
` [PATCH-for-6.2 2/2] target/mips/mxu: Use tcg_constant_i32()

[PATCH v3 00/10] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-08-09 19:08 UTC  (23+ messages)
` [PATCH v3 01/10] virtiofsd: Limit setxattr()'s creds-dropped region
` [PATCH v3 02/10] virtiofsd: Add TempFd structure
` [PATCH v3 04/10] virtiofsd: Add lo_inode_fd() helper
` [PATCH v3 06/10] virtiofsd: Let lo_inode_open() return a TempFd
` [PATCH v3 07/10] virtiofsd: Add lo_inode.fhandle
` [PATCH v3 08/10] virtiofsd: Add inodes_by_handle hash table
` [PATCH v3 09/10] virtiofsd: Optionally fill lo_inode.fhandle
` [PATCH v3 10/10] virtiofsd: Add lazy lo_do_find()

[PATCH v2 0/1] virtio: failover: allow to keep the VFIO device rather than the virtio-net one
 2021-08-09 17:13 UTC  (2+ messages)
` [PATCH v2 1/1] virtio: failover: define the default device to use in case of error

[PATCH v3] blog: add a post for the new TCG cache modelling plugin
 2021-08-09 16:45 UTC 

[CXL volatile MEM] - Qemu command to turn on HMAT and NUMA fails with assertion
 2021-08-09 16:38 UTC 

[PATCH v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
 2021-08-09 16:21 UTC  (10+ messages)

[PATCH v13] qapi: introduce 'query-x86-cpuid' QMP command
 2021-08-09 15:22 UTC 

[PATCH] ui/sdl2: Check return value from g_setenv()
 2021-08-09 16:14 UTC 

[PATCH 0/2] virtio: failover: allow to keep the VFIO device rather than the virtio-net one
 2021-08-09 16:12 UTC  (8+ messages)
` [PATCH 1/2] virtio: add a way to disable a queue

[PULL for-6.1 0/1] hw/nvme fixes
 2021-08-09 16:04 UTC  (3+ messages)
` [PULL for-6.1 1/1] hw/nvme: fix missing variable initializers

[PATCH V6 00/27] Live Update
 2021-08-09 16:02 UTC  (2+ messages)

[PATCH] linux-user: Check lock_user result for ip_mreq_source sockopts
 2021-08-09 16:00 UTC  (2+ messages)

[PATCH 00/10] Aspeed: 6.2 queue
 2021-08-09 15:59 UTC  (14+ messages)
` [PATCH 01/10] hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evb
` [PATCH 02/10] watchdog: aspeed: Sanitize control register values
` [PATCH 03/10] watchdog: aspeed: Fix sequential control writes
` [PATCH 04/10] hw: aspeed_gpio: Simplify 1.8V defines
` [PATCH 05/10] hw: aspeed_gpio: Clarify GPIO controller name
` [PATCH 06/10] misc/pca9552: Fix LED status register indexing in pca955x_get_led()
` [PATCH 07/10] arm/aspeed: rainier: Add i2c eeproms and muxes
` [PATCH 08/10] aspeed: Emulate the AST2600A3
` [PATCH 09/10] hw/misc: Add Infineon DPS310 sensor model
` [PATCH 10/10] arm/aspeed: Add DPS310 to Witherspoon and Rainier

[PATCH for 6.1] tests: filter out TLS distinguished name in certificate checks
 2021-08-09 15:35 UTC  (2+ messages)

[PATCH v2] block/export/fuse.c: fix musl build
 2021-08-09 15:29 UTC  (4+ messages)
` [PATCH-for-6.1 "

[PULL 0/1] Build system patch for 6.1-rc3
 2021-08-09 13:59 UTC  (2+ messages)

[PATCH] block/rbd: implement bdrv_co_block_status
 2021-08-09 13:41 UTC 

[PATCH] hw/virtio: move vhost_set_backend_type() to vhost.c
 2021-08-09 13:40 UTC 

[PATCH] qga: fix leak of base64 decoded data on command error
 2021-08-09 13:34 UTC  (2+ messages)

[Qemu-devel] [PULL v1 0/5] Support for securely passing secrets to QEMU
 2021-08-09 12:51 UTC  (3+ messages)
` [Qemu-devel] [PULL v1 3/5] qga: convert to use error checked base64 decode
  `  "

[FSL P50x0] lscpu reports wrong values since the RC1 of kernel 5.13
 2021-08-09 12:37 UTC 

[PATCH v2 0/2] s390x: improve subchannel error handling (vfio)
 2021-08-09 11:15 UTC  (6+ messages)

[PULL 00/35] hexagon initial commit
 2021-08-09 11:12 UTC  (3+ messages)
` [PULL 06/35] Hexagon (disas) disassembler

[PATCH for-6.2 0/6] qom: Fix broken OBJECT_CHECK usage
 2021-08-09 10:52 UTC  (3+ messages)
` [PATCH for-6.2 1/6] acpi: Delete broken ACPI_GED_X86 macro

[PATCH] hw/nvme: fix missing variable initializers
 2021-08-09 10:51 UTC  (3+ messages)
` [PATCH-for-6.1?] "

[PATCH v3] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-08-09 10:49 UTC  (3+ messages)

[PATCH v4] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-08-09 10:48 UTC 

[RFC 1/4] gqa-win: get_pci_info: Clean dev_info if handle is valid
 2021-08-09 10:46 UTC  (4+ messages)
` [RFC 2/4] gqa-win: get_pci_info: Use common 'cleanup' label
` [RFC 3/4] gqa-win: get_pci_info: Add g_autofree for few variables

[PULL 00/23] hw/nvme patches
 2021-08-09 10:44 UTC  (4+ messages)
` [PULL 06/23] hw/nvme: namespace parameter for EUI-64

[PULL 0/9] Misc QEMU patches for 6.0-rc
 2021-08-09 10:40 UTC  (3+ messages)
` [PULL 8/9] qapi: introduce forwarding visitor

[PATCH] target/riscv: Add User CSRs read-only check
 2021-08-09 10:39 UTC  (2+ messages)

[Question] Reduce the msix_load cost for VFIO device
 2021-08-09 10:20 UTC  (3+ messages)

[PATCH for-6.2 v3 00/12] mirror: Handle errors after READY cancel
 2021-08-09 10:09 UTC  (7+ messages)
` [PATCH for-6.2 v3 01/12] job: Context changes in job_completed_txn_abort()
` [PATCH for-6.2 v3 05/12] job: @force parameter for job_cancel_sync{, _all}()

[RFC PATCH v2] Add a post for the new TCG cache modelling plugin
 2021-08-09  9:39 UTC  (2+ messages)

[PATCH for 6.1 0/1] Fix chardev frontend bug in HMP
 2021-08-09  9:57 UTC  (3+ messages)
` [PATCH] monitor/hmp: schedule qemu_chr_fe_accept_input() after read

[Qemu-devel] [Bug 1807073] [NEW] qemu-guest-agent stop work when fsfreeze
 2021-08-09  9:43 UTC  (2+ messages)
` [Bug 1807073] "

[Bug 1939179] [NEW] qemu-ga fsfreeze crashes the kernel
 2021-08-09  9:42 UTC  (2+ messages)
` [Bug 1939179] "

[PATCH] target/riscv: Add User CSRs read-only check
 2021-08-09  9:49 UTC  (4+ 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).