messages from 2022-05-04 09:24:23 to 2022-05-04 18:08:16 UTC [more...]
[PATCH 00/16] Misc cleanups
2022-05-04 18:07 UTC (18+ messages)
` [PATCH 01/16] include: move qemu_*_exec_dir() to cutils
` [PATCH 02/16] util/win32: simplify qemu_get_local_state_dir()
` [PATCH 03/16] tests: make libqmp buildable for win32
` [PATCH 04/16] compiler.h: add QEMU_{BEGIN, END}_IGNORE_INITIALIZER_OVERRIDES
` [PATCH 05/16] qobject/json-lexer: disable -Winitializer-overrides warnings
` [PATCH 06/16] include: adjust header guards after renaming
` [PATCH 07/16] qga: flatten safe_open_or_create()
` [PATCH 08/16] osdep: export qemu_open_cloexec()
` [PATCH 09/16] qga: use qemu_open_cloexec() for safe_open_or_create()
` [PATCH 10/16] qapi/error: add g_autoptr(Error) support
` [PATCH 11/16] qga: replace qemu_open_old() with qemu_open_cloexec()
` [PATCH 12/16] test/qga: use G_TEST_DIR to locate os-release test file
` [PATCH 13/16] qga/wixl: prefer variables over environment
` [PATCH 14/16] qga/wixl: require Mingw_bin
` [PATCH 15/16] qga/wixl: simplify some pre-processing
` [PATCH 16/16] qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir
[PATCH 0/9] 9pfs: Add 9pfs support for Windows host
2022-05-04 18:01 UTC (8+ messages)
` [PATCH 4/9] fsdev: Add missing definitions for Windows in file-op-9p.h
` [PATCH 5/9] hw/9pfs: Add a 'local' file system backend driver for Windows
[PATCH v9 0/7] MSG_ZEROCOPY + multifd
2022-05-04 17:19 UTC (4+ messages)
` [PATCH v9 3/7] migration: Add zero-copy-send parameter for QMP/HMP for Linux
[PATCH v2 00/50] hppa: general improvements and tidy-ups
2022-05-04 16:56 UTC (62+ messages)
` [PATCH v2 01/50] dino: checkpatch fixes
` [PATCH v2 02/50] dino: move registers from dino_init() to DINO_PCI_BRIDGE init function
` [PATCH v2 03/50] dino: move PCI bus initialisation to dino_pcihost_init()
` [PATCH v2 04/50] dino: move PCI windows "
` [PATCH v2 05/50] dino: add memory-as property containing a link to the memory address space
` [PATCH v2 06/50] dino: move pci_setup_iommu() to dino_pcihost_init()
` [PATCH v2 07/50] dino: move PCI bus master address space setup to dino_pcihost_realize()
` [PATCH v2 08/50] dino: move initial register configuration to new dino_pcihost_reset() function
` [PATCH v2 09/50] dino: use QOM cast instead of directly referencing parent_obj
` [PATCH v2 10/50] dino: return PCIBus from dino_init() using qdev_get_child_bus()
` [PATCH v2 11/50] dino: split declarations from dino.c into dino.h
` [PATCH v2 12/50] hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa machine
` [PATCH v2 13/50] dino: change dino_init() to return the DINO device instead of PCIBus
` [PATCH v2 14/50] machine.c: map DINO device during board configuration
` [PATCH v2 15/50] dino.h: add defines for DINO IRQ numbers
` [PATCH v2 16/50] dino: define IRQ inputs as qdev GPIOs
` [PATCH v2 17/50] dino: wire up serial IRQ using a qdev GPIO in machine.c
` [PATCH v2 18/50] dino: remove unused dino_set_timer_irq() IRQ handler
` [PATCH v2 19/50] hppa: move dino_init() from dino.c to machine.c
` [PATCH v2 20/50] dino: use numerical constant for iar0 and iar1 reset values
` [PATCH v2 21/50] dino: move DINO HPA constants from hppa_hardware.h to dino.h
` [PATCH v2 22/50] dino: move from hw/hppa to hw/pci-host
` [PATCH v2 23/50] lasi: checkpatch fixes
` [PATCH v2 24/50] lasi: move memory region initialisation to new lasi_init() function
` [PATCH v2 25/50] lasi: move register memory mapping from lasi.c to machine.c
` [PATCH v2 26/50] lasi: move initialisation of iar and rtc to new lasi_reset() function
` [PATCH v2 27/50] lasi: move LASIState and associated QOM structures to lasi.h
` [PATCH v2 28/50] lasi: replace lasi_get_irq() with defined constants
` [PATCH v2 29/50] lasi: define IRQ inputs as qdev GPIOs
` [PATCH v2 30/50] lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
` [PATCH v2 31/50] lasi: fix serial port initialisation
` [PATCH v2 32/50] lasi: update lasi_initfn() to return LASIState
` [PATCH v2 33/50] lasi: move LAN initialisation to machine.c
` [PATCH v2 34/50] lasi: move parallel port "
` [PATCH v2 35/50] lasi: move second serial "
` [PATCH v2 36/50] lasi: move PS2 "
` [PATCH v2 37/50] lasi: remove address space parameter from lasi_initfn()
` [PATCH v2 38/50] lasi: move lasi_initfn() to machine.c
` [PATCH v2 39/50] lasi: use constants for device register offsets
` [PATCH v2 40/50] lasi: use numerical constant for iar reset value
` [PATCH v2 41/50] hppa: move device headers from hppa_sys.h into individual .c files
` [PATCH v2 42/50] lasi: move from hw/hppa to hw/misc
` [PATCH v2 43/50] hppa: move hppa_pci_ignore_ops from pci.c to machine.c
` [PATCH v2 44/50] hppa: remove hw/hppa/pci.c
` [PATCH v2 45/50] hppa: remove unused trace-events from from hw/hppa
` [PATCH v2 46/50] hppa: move enable_lan() define from hppa_sys.h to machine.c
` [PATCH v2 47/50] hppa: remove the empty hppa_sys.h file
` [PATCH v2 48/50] hppa: use MACHINE QOM macros for defining the hppa machine
` [PATCH v2 49/50] hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_init()
` [PATCH v2 50/50] hppa: simplify machine function names in machine.c
Help trying to add a new vhost-user test to qos-test
2022-05-04 16:28 UTC
[PATCH v2 0/9] Record/replay refactoring and stuff
2022-05-04 15:39 UTC (12+ messages)
` [PATCH v2 1/9] replay: fix event queue flush for qemu shutdown
` [PATCH v2 2/9] replay: notify vCPU when BH is scheduled
` [PATCH v2 3/9] replay: rewrite async event handling
` [PATCH v2 4/9] replay: simplify async event processing
` [PATCH v2 5/9] docs: convert docs/devel/replay page to rst
` [PATCH v2 6/9] docs: move replay docs to docs/system/replay.rst
` [PATCH v2 7/9] tests/avocado: update replay_linux test
` [PATCH v2 8/9] tests/avocado: add replay Linux tests for virtio machine
` [PATCH v2 9/9] tests/avocado: add replay Linux test for Aarch64 machines
[PATCH] target/arm: read access to performance counters from EL0
2022-05-04 15:36 UTC (4+ messages)
[PATCH] linux-user/host/s390: Treat EX and EXRL as writes
2022-05-04 15:27 UTC (3+ messages)
[PATCH v2 0/1] hw/arm/aspeed: Add fby35 machine type
2022-05-04 16:34 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH] linux-user: Expose risc-v V and H isa bit in get_elf_hwcap()
2022-05-04 16:05 UTC (3+ messages)
[PATCH 0/3] artist: minor fixes and performance improvement
2022-05-04 15:43 UTC (6+ messages)
` [PATCH 1/3] artist: checkpatch and newline style fixes
` [PATCH 2/3] artist: remove unused ROP8OFF() macro
` [PATCH 3/3] artist: only render dirty scanlines on the display surface
[PATCH v9 00/17] vfio-user server in QEMU
2022-05-04 15:24 UTC (13+ messages)
` [PATCH v9 02/17] qdev: unplug blocker for devices
` [PATCH v9 07/17] vfio-user: define vfio-user-server object
` [PATCH v9 10/17] vfio-user: run vfio-user context
[PATCH v6 0/3] qtests/libqos: Allow PCI tests to be run with virt-machine
2022-05-04 15:20 UTC (4+ messages)
` [PATCH v6 1/3] tests/qtest/libqos/pci: Introduce pio_limit
` [PATCH v6 2/3] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
` [PATCH v6 3/3] tests/qtest/libqos: Add generic pci host bridge in arm-virt machine
[PATCH] target/mips: Fix store adress of high 64bit in helper_msa_st_b()
2022-05-04 14:02 UTC (2+ messages)
[PULL 0/7] QGA patches
2022-05-04 15:06 UTC (9+ messages)
` [PULL 1/7] qga/commands-posix: Use getifaddrs when available
` [PULL 2/7] qga/commands-posix: Fix iface hw address detection
` [PULL 3/7] qga/commands-posix: Fix listing ifaces for Solaris
` [PULL 4/7] qga/commands-posix: Log all net stats failures
` [PULL 5/7] qga/commands-posix: 'guest-shutdown' for Solaris
` [PULL 6/7] qga: Introduce NVMe disk bus type
` [PULL 7/7] qga: Introduce disk smart
[PATCH] mos6522: fix linking error when CONFIG_MOS6522 is not set
2022-05-04 14:48 UTC (10+ messages)
[PULL 00/13] Block layer patches
2022-05-04 14:25 UTC (14+ messages)
` [PULL 01/13] qemu-img: properly list formats which have consistency check implemented
` [PULL 02/13] docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REG
` [PULL 03/13] libvhost-user: Fix extra vu_add/rem_mem_reg reply
` [PULL 04/13] vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG
` [PULL 05/13] block: Classify bdrv_get_flags() as I/O function
` [PULL 06/13] qcow2: Do not reopen data_file in invalidate_cache
` [PULL 07/13] Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"
` [PULL 08/13] iotests: Add regression test for issue 945
` [PULL 09/13] block/vmdk: Fix reopening bs->file
` [PULL 10/13] iotests/reopen-file: Test reopening file child
` [PULL 11/13] coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()
` [PULL 12/13] coroutine: "
` [PULL 13/13] coroutine-win32: "
[PATCH v5 0/9] s390x/pci: zPCI interpretation support
2022-05-04 14:20 UTC (10+ messages)
` [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
[PATCH 0/7] Undeprecate nanoMIPS and fix multiple bugs
2022-05-04 11:04 UTC (8+ messages)
` [PATCH 1/7] target/mips: Fix emulation of nanoMips MTHLIP instruction
` [PATCH 2/7] target/mips: Fix emulation of nanoMips EXTRV_S.H instruction
` [PATCH 3/7] target/mips: Fix emulation of nanoMips BPOSGE32C instruction
` [PATCH 4/7] target/mips: Fix emulation of nanoMips BNEC[32] instruction
` [PATCH 5/7] target/mips: Fix handling of unaligned memory access for nanoMips ISA
` [PATCH 6/7] target/mips: Add missing default cases for some nanoMips pools
` [PATCH 7/7] target/mips: Undeprecate nanoMips ISA support in QEMU
[PATCH v9 0/6] hw/arm/virt: Fix CPU's default NUMA node ID
2022-05-04 13:46 UTC (3+ messages)
` [PATCH v9 4/6] qtest/numa-test: Correct CPU and NUMA association in aarch64_numa_cpu()
[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
2022-05-04 13:39 UTC (2+ messages)
[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport
2022-05-04 13:22 UTC (3+ messages)
` [PATCH 1/8] qmp: Support for querying stats
[PATCH] pc: q35: Bump max_cpus to 512
2022-05-04 13:16 UTC
[PATCH] tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.c
2022-05-04 11:24 UTC (11+ messages)
` branch-relative-long fails on s390x host (was: [PATCH] tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.c)
[PATCH 00/50] hppa: general improvements and tidy-ups
2022-05-04 12:12 UTC (5+ messages)
[PULL 00/15] s390x patches
2022-05-04 11:05 UTC (16+ messages)
` [PULL 01/15] target/s390x: Fix writeback to v1 in helper_vstl
` [PULL 02/15] s390x/cpu_models: drop "msa5" from the TCG "max" model
` [PULL 03/15] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
` [PULL 04/15] tcg: Implement tcg_gen_{h,w}swap_{i32,i64}
` [PULL 05/15] target/s390x: vxeh2: vector convert short/32b
` [PULL 06/15] target/s390x: vxeh2: vector string search
` [PULL 07/15] target/s390x: vxeh2: Update for changes to vector shifts
` [PULL 08/15] target/s390x: vxeh2: vector shift double by bit
` [PULL 09/15] target/s390x: vxeh2: vector {load, store} elements reversed
` [PULL 10/15] target/s390x: vxeh2: vector {load, store} byte reversed elements
` [PULL 11/15] target/s390x: vxeh2: vector {load, store} byte reversed element
` [PULL 12/15] target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
` [PULL 13/15] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
` [PULL 14/15] disas: Remove old libopcode s390 disassembler
` [PULL 15/15] tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.c
[PATCH 0/4] block/file: Show extent size in qemu-img info
2022-05-04 11:26 UTC (7+ messages)
` [PATCH 2/4] block: Add protocol-specific image info
` [PATCH 4/4] block/file: Add file-specific "
[PATCH] hw/openrisc: use right OMPIC size variable
2022-05-04 11:10 UTC (4+ messages)
` [PATCH v2] "
[qemu-web PATCH] Add public key for tarball-signing to download page
2022-05-04 10:40 UTC (4+ messages)
[PATCH v7 00/12] Improve PMU support
2022-05-04 10:06 UTC (8+ messages)
` [PATCH v7 08/12] target/riscv: Add sscofpmf extension support
[PATCH 0/3] QEMU RISC-V priv spec version fixes
2022-05-04 9:59 UTC (10+ messages)
` [PATCH 1/3] target/riscv: Don't force update priv spec version to latest
` [PATCH 2/3] target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or higher
` [PATCH 3/3] target/riscv: Consider priv spec version when generating ISA string
[RFC PATCH] gitlab-ci: Switch the 'check-patch' & 'check-dco' jobs to use python-container
2022-05-04 9:20 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).