qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-01 09:36:16 to 2023-09-01 19:51:11 UTC [more...]

[PATCH v9 00/20] riscv: 'max' CPU, detect user choice in TCG
 2023-09-01 19:46 UTC  (20+ messages)
` [PATCH v9 01/20] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH v9 02/20] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH v9 03/20] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH v9 04/20] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH v9 05/20] target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[]
` [PATCH v9 06/20] target/riscv/cpu.c: split vendor "
` [PATCH v9 07/20] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
` [PATCH v9 08/20] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
` [PATCH v9 09/20] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v9 10/20] target/riscv: add 'max' CPU type
` [PATCH v9 12/20] target/riscv: deprecate the 'any' "
` [PATCH v9 13/20] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH v9 14/20] target/riscv: make CPUCFG() macro public
` [PATCH v9 15/20] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH v9 16/20] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH v9 17/20] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH v9 18/20] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH v9 19/20] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH v9 20/20] target/riscv/cpu.c: consider user option with RVG

[PATCH] arm64: Restore trapless ptimer access
 2023-09-01 19:23 UTC  (3+ messages)

[PATCH RESEND 0/2] block/qapi: Dead code cleanup
 2023-09-01 18:46 UTC  (3+ messages)
` [PATCH RESEND 1/2] block: Remove bdrv_query_block_node_info
` [PATCH RESEND 2/2] block: Remove unnecessary variable in bdrv_block_device_info

[PATCH for-8.2 v2 0/2] migration: Add max-switchover-bandwidth parameter
 2023-09-01 18:39 UTC  (7+ messages)
` [PATCH for-8.2 v2 2/2] migration: Allow user to specify migration switchover bandwidth

[PATCH v5 0/8] Fix segfault on migration return path
 2023-09-01 18:29 UTC  (4+ messages)
` [PATCH v5 8/8] migration: Add a wrapper to cleanup migration files

[PATCH v2 00/14] Lower TCG vector ops to LSX
 2023-09-01 18:06 UTC  (22+ messages)
` [PATCH v2 01/14] tcg/loongarch64: Import LSX instructions
` [PATCH v2 02/14] tcg/loongarch64: Lower basic tcg vec ops to LSX
` [PATCH v2 03/14] tcg/loongarch64: Lower cmp_vec to vseq/vsle/vslt
` [PATCH v2 04/14] tcg/loongarch64: Lower add/sub_vec to vadd/vsub
` [PATCH v2 05/14] tcg/loongarch64: Lower vector bitwise operations
` [PATCH v2 06/14] tcg/loongarch64: Lower neg_vec to vneg
` [PATCH v2 07/14] tcg/loongarch64: Lower mul_vec to vmul
` [PATCH v2 11/14] tcg/loongarch64: Lower bitsel_vec to vbitsel
` [PATCH v2 12/14] tcg/loongarch64: Lower vector shift integer ops
` [PATCH v2 13/14] tcg/loongarch64: Lower rotv_vec ops to LSX
` [PATCH v2 14/14] tcg/loongarch64: Lower rotli_vec to vrotri

[PATCH 00/67] Make pixman an optional dependency
 2023-09-01 17:28 UTC  (78+ messages)
` [PATCH 09/67] ui/console: get the DisplayState from new_console()
` [PATCH 11/67] ui/vc: VC always has a DisplayState now
` [PATCH 13/67] ui/vc: replace variable with static text attributes default
` [PATCH 15/67] ui/vc: pass VCCharDev to VC-specific functions
` [PATCH 16/67] ui/vc: move VCCharDev specific fields out of QemuConsole
` [PATCH 18/67] ui/console: change new_console() to use object initialization
` [PATCH 19/67] ui/console: introduce different console objects
` [PATCH 20/67] ui/console: instantiate a specific console type
` [PATCH 21/67] ui/console: register the console from qemu_console_init()
` [PATCH 22/67] ui/console: remove new_console()
` [PATCH 23/67] ui/console: specialize console_lookup_unused()
` [PATCH 24/67] ui/console: update the head from unused QemuConsole
` [PATCH 25/67] ui/console: allocate ui_timer in QemuConsole
` [PATCH 26/67] ui/vc: move cursor_timer initialization to QemuTextConsole class
` [PATCH 27/67] ui/console: free more QemuConsole resources
` [PATCH 28/67] ui/vc: move text fields to QemuTextConsole
` [PATCH 29/67] ui/console: move graphic fields to QemuGraphicConsole
` [PATCH 30/67] ui/vc: fold text_console_do_init() in vc_chr_open()
` [PATCH 31/67] ui/vc: move some text console initialization to qom handlers
` [PATCH 32/67] ui/console: simplify getting active_console size
` [PATCH 33/67] ui/console: remove need for g_width/g_height
` [PATCH 34/67] ui/vc: use common text console surface creation
` [PATCH 35/67] ui/console: declare console types in console.h
` [PATCH 38/67] ui/console: assert(surface) where appropriate
` [PATCH 39/67] ui/console: fold text_console_update_cursor_timer
` [PATCH 40/67] ui/vc: skip text console resize when possible
` [PATCH 41/67] ui/console: minor stylistic changes
` [PATCH 42/67] ui/vc: move text console invalidate in helper
` [PATCH 43/67] ui/vc: do not parse VC-specific options in Spice and GTK
` [PATCH 44/67] ui/vc: change the argument for QemuTextConsole
` [PATCH 46/67] ui/vc: rename kbd_put → qemu_text_console functions
` [PATCH 47/67] ui/console: remove redundant format field
` [PATCH 48/67] ui/vc: preliminary QemuTextConsole changes before split
` [PATCH 49/67] ui/vc: split off the VC part from console.c
` [PATCH 50/67] ui/console: move DisplaySurface to its own header
` [PATCH 51/67] build-sys: add optional "pixman" feature
` [PATCH 54/67] ui/vc: console-vc requires PIXMAN

[PATCH 00/20] riscv: split TCG/KVM accelerators from cpu.c
 2023-09-01 17:19 UTC  (4+ messages)
` [PATCH 12/20] target/riscv: move KVM only files to kvm subdir

[PATCH v2 for-8.2 00/19] ppc: record-replay enablement and fixes
 2023-09-01 17:02 UTC  (6+ messages)
` [PATCH v2 05/19] host-utils: Add muldiv64_round_up
` [PATCH v2 08/19] target/ppc: Sign-extend large decrementer to 64-bits

[PATCH v2 0/4] block-backend: process I/O in the current AioContext
 2023-09-01 17:01 UTC  (3+ messages)
` [PATCH v2 4/4] block-coroutine-wrapper: use qemu_get_current_aio_context()

[PATCH v22 00/20] s390x: CPU Topology
 2023-09-01 15:58 UTC  (21+ messages)
` [PATCH v22 01/20] CPU topology: extend with s390 specifics
` [PATCH v22 02/20] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v22 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v22 04/20] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v22 05/20] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v22 06/20] s390x/cpu topology: interception of PTF instruction
` [PATCH v22 07/20] target/s390x/cpu topology: activate CPU topology
` [PATCH v22 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v22 09/20] machine: adding s390 topology to query-cpu-fast
` [PATCH v22 10/20] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v22 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v22 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command
` [PATCH v22 13/20] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v22 14/20] tests/avocado: s390x cpu topology core
` [PATCH v22 15/20] tests/avocado: s390x cpu topology polarization
` [PATCH v22 16/20] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v22 17/20] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v22 18/20] tests/avocado: s390x cpu topology test socket full
` [PATCH v22 19/20] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v22 20/20] tests/avocado: s390x cpu topology bad move

[PATCH v2 0/8] tcg: Document *swap* helper implementations
 2023-09-01 15:59 UTC  (3+ messages)
` [PATCH v2 8/8] target/cris: Fix a typo in gen_swapr()

[PATCH v2 0/5] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-09-01 15:51 UTC  (8+ messages)
` [PATCH v2 3/5] migration: Add .save_prepare() handler to struct SaveVMHandlers
` [PATCH v2 4/5] vfio/migration: Block VFIO migration with postcopy migration
` [PATCH v2 5/5] vfio/migration: Block VFIO migration with background snapshot

[PATCH 00/13] linux-user patch queue
 2023-09-01 15:12 UTC  (15+ messages)
` [PATCH 01/13] linux-user: Split out cpu/target_proc.h
` [PATCH 07/13] linux-user: Show heap address in /proc/pid/maps
` [PATCH 08/13] linux-user: Emulate the Anonymous: keyword in /proc/self/smaps
` [PATCH 11/13] linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat, shmdt}
` [PATCH 12/13] linux-user: Fix shmdt
` [PATCH 13/13] linux-user: Track shm regions with an interval tree

[PATCH] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
 2023-09-01 15:00 UTC  (2+ messages)

[PATCH 0/7] Steps towards enabling -Wshadow=local
 2023-09-01 14:54 UTC  (9+ messages)
` [PATCH 7/7] qobject atomics osdep: Make a few macros more hygienic

'check-avocado' fails after c03f57fd5b ("Revert "tests: Use separate ...")
 2023-09-01 14:36 UTC 

[PATCH 1/2] hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters
 2023-09-01 14:30 UTC  (4+ messages)

[PATCH v2] dbus: Properly dispose touch/mouse dbus objects
 2023-09-01 14:28 UTC  (2+ messages)

[PATCH v5 00/20] linux-user: Implement VDSOs
 2023-09-01 14:21 UTC  (5+ messages)

[PATCH] fix bdrv_open_child return value check
 2023-09-01 13:57 UTC  (4+ messages)

[PATCH v2 0/4] Support message-based DMA in vfio-user server
 2023-09-01 13:41 UTC  (7+ messages)
` [PATCH v2 1/4] softmmu: Support concurrent bounce buffers

[PATCH RFC 0/7] move softmmu options processing from os-posix.c to vl.c
 2023-09-01 12:56 UTC  (5+ messages)
` [PATCH RFC 1/7] include/sysemu/os-posix.h: move *daemonize* declaration together

[PATCH v3 00/11] memory-backend-file related improvements and VM templating support
 2023-09-01 12:52 UTC  (12+ messages)
` [PATCH v3 03/11] backends/hostmem-file: Add "rom" property to support VM templating with R/O files
` [PATCH v3 11/11] machine: Improve error message when using default RAM backend id
  `  "

[PATCH] dbus: Properly dispose touch/mouse dbus objects
 2023-09-01 12:45 UTC  (3+ messages)

[PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
 2023-09-01 12:36 UTC  (4+ messages)

[PATCH] crypto/rsakey-builtin.c.inc: Clean up two error paths
 2023-09-01 12:32 UTC 

[PATCH] hw/virtio/vhost: check nvqs at dev_start
 2023-09-01 12:23 UTC 

[PATCH 0/2] Fix vhost reconnect issues
 2023-09-01 12:00 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-09-01 12:00 UTC  (6+ messages)
` [PATCH v3 0/5] Implement reconnect for vhost-user-scsi
  ` [PATCH v3 4/5] vhost-user-scsi: support reconnect to backend
  ` [PATCH v3 5/5] vhost-user-scsi: start vhost when guest kicks

[RFC PATCH v2] docs/interop: define PROBE feature for vhost-user VirtIO devices
 2023-09-01 11:59 UTC  (2+ messages)
` [virtio-dev] "

[PATCH v4 2/5] s390x: switch pv and subsystem reset ordering on reboot
 2023-09-01 11:48 UTC  (2+ messages)
` [PATCH] s390x: do a subsystem reset before the unprotect "

[PATCH 00/11] (few more) Steps towards enabling -Wshadow
 2023-09-01 11:31 UTC  (9+ messages)
` [PATCH 02/11] target/arm: Clean up local variable shadowing
` [PATCH 04/11] target/m68k: "
` [PATCH 05/11] hw/arm/virt: "
` [PATCH 06/11] hw/arm/allwinner: "

[PATCH v3 0/4] Add full zoned storage emulation to qcow2 driver
 2023-09-01 11:07 UTC  (3+ messages)
` [PATCH v3 2/4] qcow2: add configurations for zoned format extension

[PATCH v2 0/2] Fix MCE handling on AMD hosts
 2023-09-01 10:30 UTC  (3+ messages)
` [PATCH v2 1/2] i386: Add support for SUCCOR feature

[PATCH] qemu-img: Update documentation for compressed images
 2023-09-01 10:28 UTC  (2+ messages)

[PATCH for 7.2 v3 00/13] testing and doc updates (pre-PR)
 2023-09-01 10:23 UTC  (6+ messages)
` [PATCH v3 06/13] docs/devel: simplify the minimal checklist

[PATCH 0/3] hw/mips/jazz: Rework the NIC init code
 2023-09-01 10:15 UTC  (2+ messages)

[PATCH 0/8] move softmmu options processing from os-posix.c to vl.c
 2023-09-01 10:13 UTC  (9+ messages)
` [PATCH 1/8] include/sysemu/os-posix.h: move *daemonize* declarations together
` [PATCH 2/8] os-posix: create and export os_set_runas()
` [PATCH 3/8] os-posix.c: create and export os_set_chroot()
` [PATCH 4/8] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
` [PATCH 5/8] os-posix.c: move code around
` [PATCH 6/8] os-posix.c: remove unneeded #includes
` [PATCH 7/8] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
` [PATCH 8/8] util/async-teardown.c: move to softmmu/, only build it when system build is requested

[PATCH v3 00/20] virtio: add vhost-user-generic, reduce c&p and support standalone
 2023-09-01 10:00 UTC  (3+ messages)
` [RFC PATCH v3 20/20] hw/virtio: allow vhost-user-device to be driven by backend

[PATCH 00/16] tests: Add CPU topology related smbios test cases
 2023-09-01  9:55 UTC  (2+ messages)

[PULL 00/26] aspeed queue
 2023-09-01  9:42 UTC  (27+ messages)
` [PULL 01/26] aspeed: Introduce helper for 32-bit hosts limitation
` [PULL 02/26] hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
` [PULL 03/26] hw/i2c/aspeed: Fix TXBUF transmission start position error
` [PULL 04/26] hw/i2c/aspeed: Add support for buffer organization
` [PULL 05/26] tests/avocado/machine_aspeed.py: Update SDK images
` [PULL 06/26] hw/ssi: Add a "cs" property to SSIPeripheral
` [PULL 07/26] hw/ssi: Introduce a ssi_get_cs() helper
` [PULL 08/26] aspeed/smc: Wire CS lines at reset
` [PULL 09/26] hw/ssi: Check for duplicate CS indexes
` [PULL 10/26] aspeed: Create flash devices only when defaults are enabled
` [PULL 11/26] m25p80: Introduce an helper to retrieve the BlockBackend of a device
` [PULL 12/26] aspeed: Get the BlockBackend of FMC0 from the flash device
` [PULL 13/26] hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior SD spec v3.01
` [PULL 14/26] hw/sd: When card is in wrong state, log which state it is
` [PULL 15/26] hw/sd: When card is in wrong state, log which spec version is used
` [PULL 16/26] hw/sd: Move proto_name to SDProto structure
` [PULL 17/26] hw/sd: Introduce sd_cmd_handler type
` [PULL 18/26] hw/sd: Add sd_cmd_illegal() handler
` [PULL 19/26] hw/sd: Add sd_cmd_unimplemented() handler
` [PULL 20/26] hw/sd: Add sd_cmd_GO_IDLE_STATE() handler
` [PULL 21/26] hw/sd: Add sd_cmd_SEND_OP_CMD() handler
` [PULL 22/26] hw/sd: Add sd_cmd_ALL_SEND_CID() handler
` [PULL 23/26] hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handler
` [PULL 24/26] hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handler
` [PULL 25/26] hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handler
` [PULL 26/26] hw/sd: Introduce a "sd-card" SPI variant model


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).