qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-31 10:04:24 to 2022-09-01 07:24:01 UTC [more...]

[PULL 00/20] tcg patch queue
 2022-09-01  6:52 UTC  (13+ messages)
` [PULL 01/20] linux-user/arm: Mark the commpage executable
` [PULL 1/4] target/avr: Support probe argument to tlb_fill
` [PULL 02/20] linux-user/hppa: Allocate page zero as a commpage
` [PULL 2/4] target/avr: Call avr_cpu_do_interrupt directly
` [PULL 03/20] linux-user/x86_64: Allocate vsyscall page as a commpage
` [PULL 3/4] target/avr: Only execute one interrupt at a time
` [PULL 4/4] target/avr: Disable interrupts when env->skip set
` [PULL 07/20] accel/tcg: Introduce is_same_page()
` [PULL 08/20] accel/tcg: Properly implement get_page_addr_code for user-only
` [PULL 09/20] accel/tcg: Unlock mmap_lock after longjmp
` [PULL 10/20] accel/tcg: Make tb_htable_lookup static
` [PULL 11/20] accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c

[PATCH v2 1/1] monitor/hmp: print trace as option in help for log command
 2022-09-01  6:47 UTC  (4+ messages)

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-09-01  6:41 UTC  (42+ messages)
` [PATCH 03/51] block: Unify the get_tmp_filename() implementation
` [PATCH 04/51] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH 05/51] tcg: "
` [PATCH 06/51] util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
` [PATCH 08/51] block/vvfat: Unify the mkdir() call
` [PATCH 10/51] hw/usb: dev-mtp: Use g_mkdir_with_parents()
` [PATCH 14/51] backends/tpm: Exclude headers and macros that don't exist on win32
` [PATCH 17/51] tests/qtest: Build virtio-net-test for posix only
` [PATCH 19/51] tests/qtest: Build test-filter-{mirror, redirector} cases "
` [PATCH 20/51] tests/qtest: i440fx-test: Skip running request_{bios, pflash} for win32
` [PATCH 23/51] accel/qtest: Support qtest accelerator for Windows
` [PATCH 24/51] tests/qtest: libqos: Drop inclusion of <sys/wait.h>
` [PATCH 25/51] tests/qtest: libqos: Rename malloc.h to libqos-malloc.h
` [PATCH 27/51] tests/qtest: Use send/recv for socket communication
` [PATCH 28/51] tests/qtest: libqtest: Exclude the *_fds APIs for win32
` [PATCH 29/51] tests/qtest: libqtest: Install signal handler via signal()
` [PATCH 31/51] tests/qtest: Support libqtest to build and run on Windows

[PATCH v4 0/4] Enable unix socket support on Windows
 2022-09-01  6:13 UTC  (2+ messages)

[PATCH 0/2] expose host-phys-bits to guest
 2022-09-01  6:07 UTC  (6+ messages)
` [PATCH 1/2] [hack] reserve bit KVM_HINTS_HOST_PHYS_BITS
` [PATCH 2/2] [RfC] expose host-phys-bits to guest

[PATCH v7 00/20] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-09-01  5:55 UTC  (4+ messages)
` [PATCH v7 05/20] linux-user: Clear translations and tb_jmp_cache on mprotect()

[PULL 0/4] target/avr patch queue
 2022-09-01  5:48 UTC  (5+ messages)
` [PULL 1/4] target/avr: Support probe argument to tlb_fill
` [PULL 2/4] target/avr: Call avr_cpu_do_interrupt directly
` [PULL 3/4] target/avr: Only execute one interrupt at a time
` [PULL 4/4] target/avr: Disable interrupts when env->skip set

[PATCH for-7.2 v4 00/21] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
 2022-09-01  2:10 UTC  (7+ messages)
` [PATCH for-7.2 v4 15/21] qmp/hmp, device_tree.c: introduce 'info fdt' command

[RFC] hw/registerfields: add `FIELDx_1CLEAR()` macro
 2022-09-01  5:32 UTC  (2+ messages)

TCG IR extraction
 2022-09-01  5:28 UTC  (2+ messages)

[PATCH 1/2] error-report: make real_time_iso8601() non-static
 2022-09-01  4:17 UTC  (5+ messages)
` [PATCH 2/2] util/log: add timestamp to logs via qemu_log()

[PATCH v3 0/5] Support ACPI NVDIMM Label Methods
 2022-09-01  3:27 UTC  (6+ messages)
` [PATCH v3 1/5] tests/acpi: allow SSDT changes
` [PATCH v3 2/5] acpi/ssdt: Fix aml_or() and aml_and() in if clause
` [PATCH v3 3/5] acpi/nvdimm: define macro for NVDIMM Device _DSM
` [PATCH v3 4/5] acpi/nvdimm: Implement ACPI NVDIMM Label Methods
` [PATCH v3 5/5] test/acpi/bios-tables-test: SSDT: update golden master binaries

Any interest in a QEMU emulation BoF at KVM Forum?
 2022-09-01  2:21 UTC  (4+ messages)
  ` 回复:Any "

[PATCH for-7.2 v2 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
 2022-09-01  1:57 UTC  (8+ messages)
` [PATCH for-7.2 v2 10/20] hw/ppc: set machine->fdt in spapr machine

[Qemu-devel] [RFC PATCH] Add qemu .clang-format
 2022-09-01  1:08 UTC  (7+ messages)

[PULL 00/23] First testing patches for QEMU 7.2
 2022-08-31 23:54 UTC  (2+ messages)

[PULL 0/6] First s390x updates for QEMU 7.2
 2022-08-31 22:16 UTC  (2+ messages)

[PATCH v3 1/1] monitor/hmp: print trace as option in help for log command
 2022-08-31 21:39 UTC 

[PULL v2 00/60] ppc queue
 2022-08-31 20:28 UTC 

[PULL 00/60] ppc queue
 2022-08-31 20:27 UTC  (63+ messages)
` [PULL 01/60] pseries: Update SLOF firmware image
` [PULL 02/60] target/ppc: Fix host PVR matching for KVM
` [PULL 03/60] ppc/pnv: Add initial P9/10 SBE model
` [PULL 04/60] fpu: Add rebias bool, value and operation
` [PULL 05/60] target/ppc: Bugfix FP when OE/UE are set
` [PULL 06/60] ppc/pnv: add PHB3 bus init helper
` [PULL 07/60] ppc/pnv: add PnvPHB base/proxy device
` [PULL 08/60] ppc/pnv: turn PnvPHB3 into a PnvPHB backend
` [PULL 09/60] ppc/pnv: add PHB4 bus init helper
` [PULL 10/60] ppc/pnv: turn PnvPHB4 into a PnvPHB backend
` [PULL 11/60] ppc/pnv: add pnv-phb-root-port device
` [PULL 12/60] ppc/pnv: remove pnv-phb3-root-port
` [PULL 13/60] ppc/pnv: remove pnv-phb4-root-port
` [PULL 14/60] ppc/pnv: remove root port name from pnv_phb_attach_root_port()
` [PULL 15/60] ppc/pnv: remove pecc->rp_model
` [PULL 16/60] ppc/pnv: remove PnvPHB4.version
` [PULL 17/60] ppc/pnv: move attach_root_port helper to pnv-phb.c
` [PULL 18/60] ppc/pnv: add phb-id/chip-id PnvPHB3RootBus properties
` [PULL 19/60] ppc/pnv: add phb-id/chip-id PnvPHB4RootBus properties
` [PULL 20/60] ppc/pnv: set root port chassis and slot using Bus properties
` [PULL 21/60] ppc/pnv: add helpers for pnv-phb user devices
` [PULL 22/60] ppc/pnv: turn chip8->phbs[] into a PnvPHB* array
` [PULL 23/60] ppc/pnv: enable user created pnv-phb for powernv8
` [PULL 24/60] ppc/pnv: add PHB4 helpers for user created pnv-phb
` [PULL 25/60] ppc/pnv: enable user created pnv-phb for powernv9
` [PULL 26/60] ppc/pnv: change pnv_phb4_get_pec() to also retrieve chip10->pecs
` [PULL 27/60] ppc/pnv: user creatable pnv-phb for powernv10
` [PULL 28/60] ppc/pnv: consolidate pnv_parent_*_fixup() helpers
` [PULL 29/60] ppc/pnv: fix QOM parenting of user creatable root ports
` [PULL 30/60] ppc/ppc405: Remove taihu machine
` [PULL 31/60] ppc/ppc405: Introduce a PPC405 generic machine
` [PULL 32/60] ppc/ppc405: Move devices under the ref405ep machine
` [PULL 33/60] ppc/ppc405: Move SRAM "
` [PULL 34/60] ppc/ppc405: Introduce a PPC405 SoC
` [PULL 35/60] ppc/ppc405: Start QOMification of the SoC
` [PULL 36/60] ppc/ppc405: QOM'ify CPU
` [PULL 37/60] ppc/ppc4xx: Introduce a DCR device model
` [PULL 38/60] ppc/ppc405: QOM'ify CPC
` [PULL 39/60] ppc/ppc405: QOM'ify GPT
` [PULL 40/60] ppc/ppc405: QOM'ify OCM
` [PULL 41/60] ppc/ppc405: QOM'ify GPIO
` [PULL 42/60] ppc/ppc405: QOM'ify DMA
` [PULL 43/60] ppc/ppc405: QOM'ify EBC
` [PULL 44/60] ppc/ppc405: QOM'ify OPBA
` [PULL 45/60] ppc/ppc405: QOM'ify POB
` [PULL 46/60] ppc/ppc405: QOM'ify PLB
` [PULL 47/60] ppc/ppc405: QOM'ify MAL
` [PULL 48/60] ppc4xx: Move PLB model to ppc4xx_devs.c
` [PULL 49/60] ppc4xx: Rename ppc405-plb to ppc4xx-plb
` [PULL 50/60] ppc4xx: Move EBC model to ppc4xx_devs.c
` [PULL 51/60] ppc4xx: Rename ppc405-ebc to ppc4xx-ebc
` [PULL 52/60] ppc/ppc405: Use an embedded PPCUIC model in SoC state
` [PULL 53/60] hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device
` [PULL 54/60] ppc/ppc405: Use an explicit I2C object
` [PULL 55/60] ppc/ppc405: QOM'ify FPGA
` [PULL 56/60] ppc405: Move machine specific code to ppc405_boards.c
` [PULL 57/60] hw/ppc/sam3460ex: Remove PPC405 dependency from sam460ex
` [PULL 58/60] hw/ppc/Kconfig: Move imply before select
` [PULL 59/60] ppc/ppc4xx: Fix sdram trace events
` [PULL 60/60] ppc4xx: Fix code style problems reported by checkpatch

[PATCH v4 00/12] Instantiate VT82xx functions in host device
 2022-08-31 18:52 UTC  (15+ messages)
` [PATCH v4 01/12] hw/isa/vt82c686: Resolve chip-specific realize methods
` [PATCH v4 02/12] hw/isa/vt82c686: Resolve unneeded attribute
` [PATCH v4 03/12] hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()
` [PATCH v4 04/12] hw/isa/vt82c686: Reuse errp
` [PATCH v4 05/12] hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
` [PATCH v4 06/12] hw/isa/vt82c686: Instantiate IDE function in host device
` [PATCH v4 07/12] hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
` [PATCH v4 08/12] hw/isa/vt82c686: Instantiate USB functions in host device
` [PATCH v4 09/12] hw/isa/vt82c686: Instantiate PM function "
` [PATCH v4 10/12] hw/isa/vt82c686: Instantiate AC97 and MC97 functions "
` [PATCH v4 11/12] hw/isa/vt82c686: Embed RTCState "
` [PATCH v4 12/12] hw/isa/vt82c686: Create rtc-time alias in boards instead

[RFC v4 00/11] blkio: add libblkio BlockDriver
 2022-08-31 19:44 UTC  (3+ messages)

[PATCH v1 for 7.2 00/25] testing updates and mips deprecation
 2022-08-31 18:18 UTC  (4+ messages)
` [PATCH v1 02/25] tests/avocado: reduce the default timeout to 120s

QEMU 7.2 release schedule
 2022-08-31 17:23 UTC  (2+ messages)

[PATCH] target/sh4: Fix TB_FLAG_UNALIGN
 2022-08-31 16:56 UTC  (7+ messages)

[PATCH v3 00/10] Instantiate VT82xx functions in host device
 2022-08-31 16:02 UTC  (20+ messages)
` [PATCH v3 02/10] hw/isa/vt82c686: Resolve unneeded attribute
` [PATCH v3 03/10] hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()
` [PATCH v3 04/10] hw/isa/vt82c686: Reuse errp
` [PATCH v3 05/10] hw/isa/vt82c686: Instantiate IDE function in host device
` [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions "
` [PATCH v3 07/10] hw/isa/vt82c686: Instantiate PM function "
` [PATCH v3 08/10] hw/isa/vt82c686: Instantiate AC97 and MC97 functions "
` [PATCH v3 09/10] hw/isa/vt82c686: Embed RTCState "
` [PATCH v3 10/10] hw/isa/vt82c686: Create rtc-time alias in boards instead

[RFC PATCH 0/3] CXL Performance Monitoring Unit QEMU emulation
 2022-08-31 15:33 UTC  (4+ messages)
` [RFC PATCH 1/3] hw/mem/cxl-type3: Add MSI/MSIX support
` [RFC PATCH 2/3] hw/cxl: Switch to using an array for CXLRegisterLocator base addresses
` [RFC PATCH 3/3] hw/cxl: CXL Performance Monitoring Unit (CPMU) Emulation

[PATCH v1 00/16] qapi examples fixes and rfc for another generator
 2022-08-31 14:57 UTC  (21+ messages)
` [PATCH v1 03/16] qapi: fix example of query-spice command
` [PATCH v1 04/16] qapi: fix example of query-rocker-of-dpa-flows command
` [PATCH v1 08/16] qapi: fix example of NIC_RX_FILTER_CHANGED event
` [PATCH v1 12/16] qapi: fix example of blockdev-add command
` [PATCH v1 14/16] qapi: fix example of query-migrate command
` [PATCH v1 16/16] RFC: add a generator for qapi's examples

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-31 14:24 UTC  (7+ messages)

[RFC PATCH v2] gdbstub: only send stop-reply packets when allowed to
 2022-08-31 13:54 UTC  (2+ messages)

[PATCH] pci: Abort if pci_add_capability fails
 2022-08-31 12:32 UTC  (5+ messages)

[PATCH] audio: exit(1) if audio backend failed to be found or initialized
 2022-08-31 12:29 UTC  (3+ messages)

[PATCH 0/2] tpm_emulator: Signal swtpm to re-lock storage
 2022-08-31 11:36 UTC  (3+ messages)
` [PATCH 1/2] tpm_emulator: Use latest tpm_ioctl.h from swtpm project

[PATCH] tests/x86: Add 'q35' machine type to hotplug tests
 2022-08-31 10:11 UTC  (3+ messages)

[PATCH v2 00/10] Instantiate VT82xx functions in host device
 2022-08-31 10:06 UTC  (7+ messages)
` [PATCH v2 06/10] hw/isa/vt82c686: Instantiate USB "
` [PATCH v2 07/10] hw/isa/vt82c686: Instantiate PM function "


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