qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-22 14:10:55 to 2022-02-22 22:20:10 UTC [more...]

[PATCH v7 0/2] System Generation ID driver and VMGENID backend
 2022-02-22 22:17 UTC  (4+ messages)
` [PATCH v7 2/2] drivers/virt: vmgenid: add vm generation id driver

[PATCH v4 0/6] Privilege version update
 2022-02-22 22:07 UTC  (7+ messages)
` [PATCH v4 1/6] target/riscv: Define simpler privileged spec version numbering
` [PATCH v4 2/6] target/riscv: Add the privileged spec version 1.12.0
` [PATCH v4 3/6] target/riscv: Introduce privilege version field in the CSR ops
` [PATCH v4 4/6] target/riscv: Add support for mconfigptr
` [PATCH v4 5/6] target/riscv: Add *envcfg* CSRs support
` [PATCH v4 6/6] target/riscv: Enable privileged spec version 1.12

[PATCH v4 00/47] target/ppc: PowerISA Vector/VSX instruction batch
 2022-02-22 22:15 UTC  (63+ messages)
` [PATCH v4 01/47] target/ppc: Introduce TRANS*FLAGS macros
` [PATCH v4 02/47] target/ppc: moved vector even and odd multiplication to decodetree
` [PATCH v4 03/47] target/ppc: Moved vector multiply high and low "
` [PATCH v4 04/47] target/ppc: vmulh* instructions without helpers
` [PATCH v4 05/47] target/ppc: Implement vmsumcud instruction
` [PATCH v4 06/47] target/ppc: Implement vmsumudm instruction
` [PATCH v4 07/47] target/ppc: Move vexts[bhw]2[wd] to decodetree
` [PATCH v4 08/47] target/ppc: Implement vextsd2q
` [PATCH v4 09/47] target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
` [PATCH v4 10/47] target/ppc: Move Vector Compare Not Equal or Zero "
` [PATCH v4 11/47] target/ppc: Implement Vector Compare Equal Quadword
` [PATCH v4 12/47] target/ppc: Implement Vector Compare Greater Than Quadword
` [PATCH v4 13/47] target/ppc: Implement Vector Compare Quadword
` [PATCH v4 14/47] target/ppc: implement vstri[bh][lr]
` [PATCH v4 15/47] target/ppc: implement vclrlb
` [PATCH v4 16/47] target/ppc: implement vclrrb
` [PATCH v4 17/47] target/ppc: implement vcntmb[bhwd]
` [PATCH v4 18/47] target/ppc: implement vgnb
` [PATCH v4 19/47] target/ppc: move vs[lr][a][bhwd] to decodetree
` [PATCH v4 20/47] target/ppc: implement vslq
` [PATCH v4 21/47] target/ppc: implement vsrq
` [PATCH v4 22/47] target/ppc: implement vsraq
` [PATCH v4 23/47] target/ppc: move vrl[bhwd] to decodetree
` [PATCH v4 24/47] target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi "
` [PATCH v4 25/47] target/ppc: implement vrlq
` [PATCH v4 26/47] target/ppc: Move vsel and vperm/vpermr to decodetree
` [PATCH v4 27/47] target/ppc: Move xxsel "
` [PATCH v4 28/47] target/ppc: move xxperm/xxpermr "
` [PATCH v4 29/47] target/ppc: Move xxpermdi "
` [PATCH v4 30/47] target/ppc: Implement xxpermx instruction
` [PATCH v4 31/47] tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i
` [PATCH v4 32/47] target/ppc: Implement xxeval
` [PATCH v4 33/47] target/ppc: Implement xxgenpcv[bhwd]m instruction
` [PATCH v4 34/47] target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
` [PATCH v4 35/47] target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
` [PATCH v4 36/47] target/ppc: Implement xvtlsbb instruction
` [PATCH v4 37/47] target/ppc: Remove xscmpnedp instruction
` [PATCH v4 38/47] target/ppc: Refactor VSX_SCALAR_CMP_DP
` [PATCH v4 39/47] target/ppc: Implement xscmp{eq,ge,gt}qp
` [PATCH v4 40/47] target/ppc: Move xscmp{eq,ge,gt}dp to decodetree
` [PATCH v4 41/47] target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
` [PATCH v4 42/47] target/ppc: Refactor VSX_MAX_MINC helper
` [PATCH v4 43/47] target/ppc: Implement xs{max,min}cqp
` [PATCH v4 44/47] target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions
` [PATCH v4 45/47] target/ppc: implement plxsd/pstxsd
` [PATCH v4 46/47] target/ppc: implement plxssp/pstxssp
` [PATCH v4 47/47] target/ppc: implement lxvr[bhwd]/stxvr[bhwd]x

[PATCH v1 1/2] hw/ssi: Add Ibex SPI device model
 2022-02-22 21:44 UTC  (2+ messages)
` [PATCH v1 2/2] riscv: opentitan: Connect opentitan SPI Host

[PATCH v2 0/2] block/curl: check error return from curl_easy_setopt()
 2022-02-22 21:30 UTC  (4+ messages)
` [PATCH v2 1/2] block/curl.c: Set error message string if curl_init_state() fails
` [PATCH v2 2/2] block/curl.c: Check error return from curl_easy_setopt()

[PATCH 0/8] Misc build fixes and cleanups
 2022-02-22 21:26 UTC  (10+ messages)
` [PATCH 1/8] meson: fix generic location of vss headers
` [PATCH 2/8] qga/vss-win32: check old VSS SDK headers
` [PATCH 3/8] qga/vss: update informative message about MinGW
` [PATCH 4/8] meson: drop the .fa library suffix
` [PATCH 5/8] meson: use chardev_ss dependencies
` [PATCH 6/8] char: move qemu_openpty_raw from util/ to char/
` [PATCH 7/8] Drop qemu_foo() socket API wrapper
` [PATCH 8/8] Replace GCC_FMT_ATTR with G_GNUC_PRINTF

[PATCH v3 0/6] Privilege version update
 2022-02-22 20:37 UTC  (4+ messages)
` [PATCH v3 3/6] target/riscv: Introduce privilege version field in the CSR ops

[PULL 00/25] qtest patches and misc header clean-ups
 2022-02-22 20:16 UTC  (2+ messages)

[PATCH v2 00/22] isa: Resolve unneeded IRQ attributes from ISADevice
 2022-02-22 19:50 UTC  (24+ messages)
` [PATCH v2 01/22] hw/rtc/mc146818rtc: QOM'ify IRQ number
` [PATCH v2 02/22] hw/rtc/m48t59-isa: "
` [PATCH v2 03/22] hw/input/pckbd: QOM'ify IRQ numbers
` [PATCH v2 04/22] hw/isa/isa-bus: Remove isabus_dev_print()
` [PATCH v2 05/22] hw/ppc/pnv: Determine ns16550's IRQ number from QOM property
` [PATCH v2 06/22] isa: Drop unused attributes from ISADevice
` [PATCH v2 07/22] hw/audio/cs4231a: Disuse isa_init_irq()
` [PATCH v2 08/22] hw/audio/gus: "
` [PATCH v2 09/22] hw/audio/sb16: "
` [PATCH v2 10/22] hw/block/fdc-isa: "
` [PATCH v2 11/22] hw/char/parallel: "
` [PATCH v2 12/22] hw/char/serial-isa: "
` [PATCH v2 13/22] hw/ide/isa: "
` [PATCH v2 14/22] hw/input/pckbd: "
` [PATCH v2 15/22] hw/ipmi/isa_ipmi_bt: "
` [PATCH v2 16/22] hw/ipmi/isa_ipmi_kcs: "
` [PATCH v2 17/22] hw/isa/piix4: "
` [PATCH v2 18/22] hw/net/ne2000-isa: "
` [PATCH v2 19/22] hw/rtc/m48t59-isa: "
` [PATCH v2 20/22] hw/tpm/tpm_tis_isa: "
` [PATCH v2 21/22] hw/isa/isa-bus: "
` [PATCH v2 22/22] isa: Remove unused isa_init_irq()

[PATCH v6 00/19] vfio-user server in QEMU
 2022-02-22 19:05 UTC  (8+ messages)
` [PATCH v6 01/19] configure, meson: override C compiler for cmake

[PATCH 00/31] vDPA shadow virtqueue
 2022-02-22 19:01 UTC  (6+ messages)
` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding

Analysis of slow distro boots in check-avocado (BootLinuxAarch64.test_virt_tcg*)
 2022-02-22 18:05 UTC  (6+ messages)

[PATCH 00/22] isa: Resolve unneeded IRQ attributes from ISADevice
 2022-02-22 17:54 UTC  (25+ messages)
` [PATCH 01/22] hw/rtc/mc146818rtc: QOM'ify IRQ number
` [PATCH 02/22] hw/rtc/m48t59-isa: "
` [PATCH 03/22] hw/input/pckbd: QOM'ify IRQ numbers
` [PATCH 04/22] hw/isa/isa-bus: Remove isabus_dev_print()
` [PATCH 05/22] hw/ppc/pnv: Determine ns16550's IRQ number from QOM property
` [PATCH 06/22] isa: Drop unused attributes from ISADevice
` [PATCH 07/22] hw/audio/cs4231a: Disuse isa_init_irq()
` [PATCH 08/22] hw/audio/gus: "
` [PATCH 09/22] hw/audio/sb16: "
` [PATCH 10/22] hw/block/fdc-isa: "
` [PATCH 11/22] hw/char/parallel: "
` [PATCH 12/22] hw/char/serial-isa: "
` [PATCH 13/22] hw/ide/isa: "
` [PATCH 14/22] hw/input/pckbd: "
` [PATCH 15/22] hw/ipmi/isa_ipmi_bt: "
` [PATCH 16/22] hw/ipmi/isa_ipmi_kcs: "
` [PATCH 17/22] hw/isa/piix4: "
` [PATCH 18/22] hw/net/ne2000-isa: "
` [PATCH 19/22] hw/rtc/m48t59-isa: "
` [PATCH 20/22] hw/tpm/tpm_tis_isa: "
` [PATCH 21/22] hw/isa/isa-bus: "
` [PATCH 22/22] isa: Remove unused isa_init_irq()

[PATCH] configure: Support empty prefixes
 2022-02-22 17:35 UTC  (3+ messages)

[PATCH 0/2] ui/cocoa: updateUIInfo threading, autorelease pools
 2022-02-22 17:15 UTC  (5+ messages)
` [PATCH 1/2] ui/cocoa.m: Fix updateUIInfo threading issues
` [PATCH 2/2] ui/cocoa.m: Remove unnecessary NSAutoreleasePools

[PATCH 0/4] vCPU hotunplug related memory leaks
 2022-02-22 17:15 UTC  (4+ messages)
` [PATCH 1/4] softmmu/cpus: Free cpu->thread in cpu_remove_sync()

[PATCH 0/2] Adds designware i2c module and adds it to virt arm
 2022-02-22 17:05 UTC  (8+ messages)

[PATCH v2] qapi/migration: Fix examples document wrong field name for arguments
 2022-02-22 17:01 UTC 

[PATCH v2 0/4] block/dirty-bitmaps: fix and improve bitmap merge
 2022-02-22 16:18 UTC  (5+ messages)
` [PATCH v2 1/4] block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return value
` [PATCH v2 2/4] block: block_dirty_bitmap_merge(): fix error path
` [PATCH v2 3/4] block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap
` [PATCH v2 4/4] block: simplify handling of try to merge different sized bitmaps

[PULL 0/7] Trivial branch for 7.0 patches
 2022-02-22 16:16 UTC  (8+ messages)
` [PULL 1/7] configure: Disable capstone and slirp in the --without-default-features mode
` [PULL 2/7] target/avr: Correct AVRCPUClass docstring
` [PULL 3/7] target/rx: Remove unused ENV_OFFSET definition
` [PULL 4/7] hw/nvram: use at24 macro
` [PULL 5/7] qemu-options: fix incorrect description for '-drive index='
` [PULL 6/7] vdpa: Make ncs autofree
` [PULL 7/7] hid: Implement support for side and extra buttons

[PATCH] Added parameter to take screenshot with screendump as PNG
 2022-02-22 16:34 UTC  (2+ messages)

[PATCH] hw/mem/pc-dimm: Fix error message if no slots were defined some more
 2022-02-22 16:15 UTC  (3+ messages)

[PATCH 0/2] iotests: Check for zstd support
 2022-02-22 15:55 UTC  (5+ messages)
` [PATCH 1/2] iotests/065: "
` [PATCH 2/2] iotests/303: "

[RFC PATCH] gitlab: upgrade the job definition for s390x to 20.04
 2022-02-22 16:05 UTC  (2+ messages)

[PATCH v2 0/3] qapi: Move RTC_CHANGE back out of target schema
 2022-02-22 15:47 UTC  (7+ messages)
` [PATCH RFC 4/4] rtc: Have event RTC_CHANGE identify the RTC by QOM path

proposed release schedule for QEMU 7.0
 2022-02-22 16:23 UTC  (2+ messages)

[PATCH 0/4] block/dirty-bitmaps: fix and improve bitmap merge
 2022-02-22 16:15 UTC  (3+ messages)
` [PATCH 4/4] block: simplify handling of try to merge different sized bitmaps

[PATCH v2] iotests: Write test output to TEST_DIR
 2022-02-22 14:53 UTC  (4+ messages)

[PATCH v2 0/9] A collection of RISC-V cleanups and improvements
 2022-02-22 15:41 UTC  (5+ messages)
` [PATCH v2 9/9] hw/riscv: virt: Set the clock-frequency

[PATCH] schemas: fix: wrong field name 'data' in client snapshot msg examples
 2022-02-22 15:02 UTC  (2+ messages)

Call for GSoC and Outreachy project ideas for summer 2022
 2022-02-22 15:03 UTC  (6+ messages)

[PATCH] block/curl.c: Check error return from curl_easy_setopt()
 2022-02-22 14:58 UTC  (4+ messages)

[PULL v2 0/5] 9p queue (previous 2022-02-10)
 2022-02-22 15:35 UTC  (5+ messages)
` [PULL v2 5/5] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread

[PATCH 00/11] mos6522: switch to gpios, add control line edge-triggering and extra debugging
 2022-02-22 15:03 UTC  (11+ messages)
` [PATCH 08/11] mos6522: add "info via" HMP command for debugging

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2022-02-22 14:40 UTC  (7+ messages)

[PATCH v8 00/11] 9p: Add support for darwin
 2022-02-22 14:27 UTC  (3+ messages)
` [PATCH v8 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH resend 0/2] kvm/msi: do explicit commit when adding msi routes
 2022-02-22 14:11 UTC  (3+ messages)
` [PATCH resend 1/2] kvm-irqchip: introduce new API to support route change
` [PATCH resend 2/2] kvm/msi: do explicit commit when adding msi routes

[Qemu-devel] [Bug 1772165] [NEW] qemu-system-arm: -device usb-host, bus=001, vendorid=0x04f2, productid=0x0111: Bus '001' not found
 2022-02-22 13:56 UTC  (2+ messages)
` [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support

[PATCH v5 0/4] tls: add macros for coroutine-safe TLS variables
 2022-02-22 14:01 UTC  (3+ messages)
` [PATCH v5 1/4] "
` [PATCH v5 3/4] rcu: use coroutine TLS macros


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