messages from 2022-04-21 17:00:26 to 2022-04-22 01:04:30 UTC [more...]
[PULL v2 00/31] riscv-to-apply queue
2022-04-22 0:36 UTC (26+ messages)
` [PULL v2 01/31] hw/ssi: Add Ibex SPI device model
` [PULL v2 02/31] riscv: opentitan: Connect opentitan SPI Host
` [PULL v2 03/31] target/riscv: Define simpler privileged spec version numbering
` [PULL v2 04/31] target/riscv: Add the privileged spec version 1.12.0
` [PULL v2 05/31] target/riscv: Introduce privilege version field in the CSR ops
` [PULL v2 06/31] target/riscv: Add support for mconfigptr
` [PULL v2 07/31] target/riscv: Add *envcfg* CSRs support
` [PULL v2 08/31] target/riscv: Enable privileged spec version 1.12
` [PULL v2 09/31] target/riscv: cpu: Fixup indentation
` [PULL v2 10/31] target/riscv: Allow software access to MIP SEIP
` [PULL v2 11/31] target/riscv: Add initial support for the Sdtrig extension
` [PULL v2 12/31] target/riscv: optimize condition assign for scale < 0
` [PULL v2 13/31] target/riscv: optimize helper for vmv<nr>r.v
` [PULL v2 14/31] target/riscv: misa to ISA string conversion fix
` [PULL v2 15/31] target/riscv: Add isa extenstion strings to the device tree
` [PULL v2 16/31] target/riscv: fix start byte for vmv<nf>r.v when vstart != 0
` [PULL v2 17/31] target/riscv: Use cpu_loop_exit_restore directly from mmu faults
` [PULL v2 18/31] hw/riscv: virt: Exit if the user provided -bios in combination with KVM
` [PULL v2 19/31] target/riscv/pmp: fix NAPOT range computation overflow
` [PULL v2 20/31] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
` [PULL v2 21/31] hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
` [PULL v2 23/31] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
` [PULL v2 26/31] target/riscv: cpu: Add a config option for native debug
` [PULL v2 27/31] target/riscv: csr: Hook debug CSR read/write
` [PULL v2 31/31] hw/riscv: boot: Support 64bit fdt address
[PATCH RESEND v1 0/2] i386: Make PIT and PIC the property of common x86 base machine type
2022-04-22 0:50 UTC (3+ messages)
[PATCH v2] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
2022-04-22 0:48 UTC (3+ messages)
[PATCH v11 00/14] support subsets of scalar crypto extension
2022-04-22 0:34 UTC (3+ messages)
` [PATCH v11 12/14] target/riscv: rvk: add CSR support for Zkr
[PATCH V2 0/4] PASID support for Intel IOMMU
2022-04-22 0:13 UTC (9+ messages)
` [PATCH V2 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
[PULL 00/17] Python patches
2022-04-21 23:45 UTC (2+ messages)
[PATCH 00/50] hppa: general improvements and tidy-ups
2022-04-21 22:19 UTC (52+ messages)
` [PATCH 01/50] dino: checkpatch fixes
` [PATCH 02/50] dino: move registers from dino_init() to DINO_PCI_BRIDGE init function
` [PATCH 03/50] dino: move PCI bus initialisation to dino_pcihost_init()
` [PATCH 04/50] dino: move PCI windows "
` [PATCH 05/50] dino: add memory-as property containing a link to the memory address space
` [PATCH 06/50] dino: move pci_setup_iommu() to dino_pcihost_init()
` [PATCH 07/50] dino: move PCI bus master address space setup to dino_pcihost_realize()
` [PATCH 08/50] dino: move initial register configuration to new dino_pcihost_reset() function
` [PATCH 09/50] dino: use QOM cast instead of directly referencing parent_obj
` [PATCH 10/50] dino: return PCIBus from dino_init() using qdev_get_child_bus()
` [PATCH 11/50] dino: split declarations from dino.c into dino.h
` [PATCH 12/50] hppa: use new CONFIG_HPPA_GENERIC option instead of CONFIG_DINO to build hppa machine
` [PATCH 13/50] dino: change dino_init() to return the DINO device instead of PCIBus
` [PATCH 14/50] machine.c: map DINO device during board configuration
` [PATCH 15/50] dino.h: add defines for DINO IRQ numbers
` [PATCH 16/50] dino: define IRQ inputs as qdev GPIOs
` [PATCH 17/50] dino: wire up serial IRQ using a qdev GPIO in machine.c
` [PATCH 18/50] dino: remove unused dino_set_timer_irq() IRQ handler
` [PATCH 19/50] hppa: move dino_init() from dino.c to machine.c
` [PATCH 20/50] dino: use numerical constant for iar0 and iar1 reset values
` [PATCH 21/50] dino: move DINO HPA constants from hppa_hardware.h to dino.h
` [PATCH 22/50] dino: move from hw/hppa to hw/pci-host
` [PATCH 23/50] lasi: checkpatch fixes
` [PATCH 24/50] lasi: move memory region initialisation to new lasi_init() function
` [PATCH 25/50] lasi: move register memory mapping from lasi.c to machine.c
` [PATCH 26/50] lasi: move initialisation of iar and rtc to new lasi_reset() function
` [PATCH 27/50] lasi: move LASIState and associated QOM structures to lasi.h
` [PATCH 28/50] lasi: replace lasi_get_irq() with defined constants
` [PATCH 29/50] lasi: define IRQ inputs as qdev GPIOs
` [PATCH 30/50] lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
` [PATCH 31/50] lasi: fix serial port initialisation
` [PATCH 32/50] lasi: update lasi_initfn() to return LASIState
` [PATCH 33/50] lasi: move LAN initialisation to machine.c
` [PATCH 34/50] lasi: move parallel port "
` [PATCH 35/50] lasi: move second serial "
` [PATCH 36/50] lasi: move PS2 "
` [PATCH 37/50] lasi: remove address space parameter from lasi_initfn()
` [PATCH 38/50] lasi: move lasi_initfn() to machine.c
` [PATCH 39/50] lasi: use constants for device register offsets
` [PATCH 40/50] lasi: use numerical constant for iar reset value
` [PATCH 41/50] hppa: move device headers from hppa_sys.h into individual .c files
` [PATCH 42/50] lasi: move from hw/hppa to hw/misc
` [PATCH 43/50] hppa: move hppa_pci_ignore_ops from pci.c to machine.c
` [PATCH 44/50] hppa: remove hw/hppa/pci.c
` [PATCH 45/50] hppa: remove unused trace-events from from hw/hppa
` [PATCH 46/50] hppa: move enable_lan() define from hppa_sys.h to machine.c
` [PATCH 47/50] hppa: remove the empty hppa_sys.h file
` [PATCH 48/50] hppa: use MACHINE QOM macros for defining the hppa machine
` [PATCH 49/50] hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_init()
` [PATCH 50/50] hppa: simplify machine function names in machine.c
[PULL 0/7] QAPI patches patches for 2022-04-21
2022-04-21 22:15 UTC (2+ messages)
[PATCH 0/6] scsi: add support for FORMAT UNIT command and quirks
2022-04-21 22:00 UTC (6+ messages)
` [PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh
[PATCH 0/6] target/xtensa: use tcg_constant_* where possible
2022-04-21 21:57 UTC (13+ messages)
` [PATCH 1/6] target/xtensa: use tcg_contatnt_* for numeric literals
` [PATCH 2/6] target/xtensa: use tcg_constant_* for exceptions
` [PATCH 3/6] target/xtensa: use tcg_constant_* for TLB opcodes
` [PATCH 4/6] target/xtensa: use tcg_constant_* for numbered special registers
` [PATCH 5/6] target/xtensa: use tcg_constant_* for FPU conversion opcodes
` [PATCH 6/6] target/xtensa: use tcg_constant_* for remaining opcodes
[PATCH] target/xtensa: add missing tcg_temp_free to gen_window_check
2022-04-21 21:51 UTC (2+ messages)
[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
2022-04-21 21:37 UTC (36+ messages)
` [PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
` [PATCH v3 09/60] target/arm: Change CPUArchState.thumb "
` [PATCH v3 10/60] target/arm: Remove fpexc32_access
` [PATCH v3 11/60] target/arm: Split out set_btype_raw
` [PATCH v3 12/60] target/arm: Split out gen_rebuild_hflags
` [PATCH v3 13/60] target/arm: Use tcg_constant in translate-a64.c
` [PATCH v3 14/60] target/arm: Simplify GEN_SHIFT in translate.c
` [PATCH v3 15/60] target/arm: Simplify gen_sar
` [PATCH v3 16/60] target/arm: Simplify aa32 DISAS_WFI
` [PATCH v3 17/60] target/arm: Use tcg_constant in translate.c
` [PATCH v3 18/60] target/arm: Use tcg_constant in translate-m-nocp.c
` [PATCH v3 19/60] target/arm: Use tcg_constant in translate-neon.c
` [PATCH v3 20/60] target/arm: Use smin/smax for do_sat_addsub_32
` [PATCH v3 21/60] target/arm: Use tcg_constant in translate-sve.c
` [PATCH v3 22/60] target/arm: Use tcg_constant in translate-vfp.c
` [PATCH v3 23/60] target/arm: Use tcg_constant_i32 in translate.h
` [PATCH v3 24/60] target/arm: Split out cpregs.h
Create qemu-project/py-qemu.qmp repo
2022-04-21 21:00 UTC (3+ messages)
[PATCH] target/xtensa: import core lx106
2022-04-21 20:56 UTC (2+ messages)
[PATCH v3] hw/misc: applesmc: use host osk as default on macs
2022-04-21 20:13 UTC (5+ messages)
[PATCH v2] Only advertise aio=io_uring if support is actually available
2022-04-21 19:27 UTC (2+ messages)
[PULL 00/18] migration queue
2022-04-21 18:40 UTC (19+ messages)
` [PULL 01/18] tests: improve error message when saving TLS PSK file fails
` [PULL 02/18] tests: support QTEST_TRACE env variable
` [PULL 03/18] tests: print newline after QMP response in qtest logs
` [PULL 04/18] migration: fix use of TLS PSK credentials with a UNIX socket
` [PULL 05/18] tests: switch MigrateStart struct to be stack allocated
` [PULL 06/18] tests: merge code for UNIX and TCP migration pre-copy tests
` [PULL 07/18] tests: introduce ability to provide hooks for migration precopy test
` [PULL 08/18] tests: switch migration FD passing test to use common precopy helper
` [PULL 09/18] tests: expand the migration precopy helper to support failures
` [PULL 10/18] migration: Postpone releasing MigrationState.hostname
` [PULL 11/18] migration: Drop multifd tls_hostname cache
` [PULL 12/18] migration: Add pss.postcopy_requested status
` [PULL 13/18] migration: Move migrate_allow_multifd and helpers into migration.c
` [PULL 14/18] migration: Export ram_load_postcopy()
` [PULL 15/18] migration: Move channel setup out of postcopy_try_recover()
` [PULL 16/18] migration: Allow migrate-recover to run multiple times
` [PULL 17/18] migration: Fix operator type
` [PULL 18/18] migration: Read state once
[PULL 00/18] migration queue
2022-04-21 18:44 UTC (20+ messages)
` [PULL 01/18] tests: improve error message when saving TLS PSK file fails
` [PULL 02/18] tests: support QTEST_TRACE env variable
` [PULL 03/18] tests: print newline after QMP response in qtest logs
` [PULL 04/18] migration: fix use of TLS PSK credentials with a UNIX socket
` [PULL 05/18] tests: switch MigrateStart struct to be stack allocated
` [PULL 06/18] tests: merge code for UNIX and TCP migration pre-copy tests
` [PULL 07/18] tests: introduce ability to provide hooks for migration precopy test
` [PULL 08/18] tests: switch migration FD passing test to use common precopy helper
` [PULL 09/18] tests: expand the migration precopy helper to support failures
` [PULL 10/18] migration: Postpone releasing MigrationState.hostname
` [PULL 11/18] migration: Drop multifd tls_hostname cache
` [PULL 12/18] migration: Add pss.postcopy_requested status
` [PULL 13/18] migration: Move migrate_allow_multifd and helpers into migration.c
` [PULL 14/18] migration: Export ram_load_postcopy()
` [PULL 15/18] migration: Move channel setup out of postcopy_try_recover()
` [PULL 16/18] migration: Allow migrate-recover to run multiple times
` [PULL 17/18] migration: Fix operator type
` [PULL 18/18] migration: Read state once
[PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
2022-04-21 18:34 UTC (2+ messages)
[RFC PATCH 0/3] Remove some of the old libopcode based disassemblers
2022-04-21 18:35 UTC (2+ messages)
[RFC PATCH 00/18] user-creatable cpu clusters
2022-04-21 18:11 UTC (3+ messages)
[PATCH] target/rx: update PC correctly in wait instruction
2022-04-21 17:10 UTC (2+ messages)
[PATCH v8 00/17] vfio-user server in QEMU
2022-04-21 17:52 UTC (7+ messages)
` [PATCH v8 02/17] qdev: unplug blocker for devices
` [PATCH v8 10/17] vfio-user: run vfio-user context
[PATCH] target/rx: set PSW.I when executing wait instruction
2022-04-21 17:08 UTC (2+ messages)
[PATCH 0/4] target/rx: Track PSW.U in tb->flags
2022-04-21 17:05 UTC (3+ messages)
[PATCH v14 0/8] hmp,qmp: Add commands to introspect virtio devices
2022-04-21 17:47 UTC (3+ messages)
` [PATCH v14 1/8] virtio: drop name parameter for virtio_init()
[PULL 0/7] target/rx patch queue
2022-04-21 17:31 UTC (8+ messages)
` [PULL 1/7] target/rx: Put tb_flags into DisasContext
` [PULL 2/7] target/rx: Store PSW.U in tb->flags
` [PULL 3/7] target/rx: Move DISAS_UPDATE check for write to PSW
` [PULL 4/7] target/rx: Swap stack pointers on clrpsw/setpsw instruction
` [PULL 5/7] hw/rx: rx-gdbsim DTB load address aligned of 16byte
` [PULL 6/7] target/rx: set PSW.I when executing wait instruction
` [PULL 7/7] target/rx: update PC correctly in "
[PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support
2022-04-21 16:59 UTC (5+ messages)
[PULL 00/30] Misc patches
2022-04-21 17:48 UTC (2+ messages)
[PATCH v2 0/5] 9pfs: macOS host fixes
2022-04-21 17:29 UTC (12+ messages)
` [PATCH v2 1/5] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
` [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) "
` [PATCH v2 3/5] 9pfs: fix wrong encoding of rdev field in Rgetattr "
` [PATCH v2 4/5] 9pfs: fix wrong errno being sent to Linux client on macOS host
` [PATCH v2 5/5] 9pfs: fix removing non-existent POSIX ACL xattr "
[PULL 00/13] Dump patches
2022-04-21 17:24 UTC (4+ messages)
` [PULL 13/13] dump/win_dump: add 32-bit guest Windows support
[PATCH v2 0/5] Generalize the sysbus device machine allowance
2022-04-21 16:46 UTC (4+ messages)
` [PATCH v2 1/5] qdev: add user_creatable_requires_machine_allowance class flag
[PATCH v3] hw/rx: rx-gdbsim DTB load address aligned of 16byte
2022-04-21 17:07 UTC (2+ messages)
[PATCH] Only advertise aio=io_uring if support is actually available
2022-04-21 16:51 UTC (3+ messages)
[PULL 00/31] target-arm queue
2022-04-21 16:24 UTC (2+ messages)
[PATCH 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
2022-04-21 16:08 UTC (2+ messages)
[PATCH v8 00/12] target/hexagon: introduce idef-parser
2022-04-21 16:38 UTC (8+ messages)
` [PATCH v8 10/12] target/hexagon: import parser for idef-parser
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).