qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-05 18:43:00 to 2021-03-07 16:51:17 UTC [more...]

[PATCH v4 0/5] m68k: add Virtual M68k Machine
 2021-03-07 16:48 UTC  (4+ messages)
` [PATCH v4 2/5] intc: add goldfish-pic
` [PATCH v4 3/5] m68k: add an interrupt controller
` [PATCH v4 4/5] m68k: add a system controller

RESEND [PATCH v2] bsd-user: Add new maintainers
 2021-03-07 15:56 UTC  (2+ messages)
` [PATCH v2] FreeBSD: Upgrade to 12.2 release

[PATCH v2 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-07 14:11 UTC  (9+ messages)
` [PATCH v2 8/9] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE
` [PATCH v2 9/9] hostmem: Wire up RAM_NORESERVE via "reserve" property

[PULL 00/42] qemu-sparc queue 20210307
 2021-03-07 12:08 UTC  (43+ messages)
` [PULL 01/42] esp: checkpatch fixes
` [PULL 02/42] esp: rename existing ESP QOM type to SYSBUS_ESP
` [PULL 03/42] esp: QOMify the internal ESP device state
` [PULL 04/42] esp: add vmstate_esp version to embedded ESPState
` [PULL 05/42] esp: add trace event when receiving a TI command
` [PULL 06/42] esp: fix esp_reg_read() trace event
` [PULL 07/42] esp: add PDMA trace events
` [PULL 08/42] esp: determine transfer direction directly from SCSI phase
` [PULL 09/42] esp: introduce esp_get_tc() and esp_set_tc()
` [PULL 10/42] esp: introduce esp_get_stc()
` [PULL 11/42] esp: apply transfer length adjustment when STC is zero at TC load time
` [PULL 12/42] esp: remove dma_counter from ESPState
` [PULL 13/42] esp: remove dma_left "
` [PULL 14/42] esp: remove minlen restriction in handle_ti
` [PULL 15/42] esp: introduce esp_pdma_read() and esp_pdma_write() functions
` [PULL 16/42] esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
` [PULL 17/42] esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
` [PULL 18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
` [PULL 19/42] esp: remove buf parameter from do_cmd()
` [PULL 20/42] esp: remove the buf and buflen parameters from get_cmd()
` [PULL 21/42] esp: remove redundant pdma_start from ESPState
` [PULL 22/42] esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
` [PULL 23/42] esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
` [PULL 24/42] esp: use in-built TC to determine PDMA transfer length
` [PULL 25/42] esp: remove CMD pdma_origin
` [PULL 26/42] esp: rename get_cmd_cb() to esp_select()
` [PULL 27/42] esp: fix PDMA target selection
` [PULL 28/42] esp: use FIFO for PDMA transfers between initiator and device
` [PULL 29/42] esp: remove pdma_origin from ESPState
` [PULL 30/42] esp: add 4 byte PDMA read and write transfers
` [PULL 31/42] esp: implement FIFO flush command
` [PULL 32/42] esp: latch individual bits in ESP_RINTR register
` [PULL 33/42] esp: defer command completion interrupt on incoming data transfers
` [PULL 34/42] esp: remove old deferred command completion mechanism
` [PULL 35/42] esp: raise interrupt after every non-DMA byte transferred to the FIFO
` [PULL 36/42] esp: add maxlen parameter to get_cmd()
` [PULL 37/42] esp: transition to message out phase after SATN and stop command
` [PULL 38/42] esp: convert ti_buf from array to Fifo8
` [PULL 39/42] esp: convert cmdbuf "
` [PULL 40/42] esp: add trivial implementation of the ESP_RFLAGS register
` [PULL 41/42] esp: implement non-DMA transfers in PDMA mode
` [PULL 42/42] esp: add support for unaligned accesses

[PATCH] MAINTAINERS: Merge the Gitlab-CI section into the generic CI section
 2021-03-07 11:34 UTC 

[PATCH] memory: Display MemoryRegion name in read/write ops trace events
 2021-03-07  7:48 UTC 

[PATCH v3 0/5] m68k: add Virtual M68k Machine
 2021-03-07  7:38 UTC  (2+ messages)

[PATCH 0/2] tricore: IMASK/EXTR corner case fixes
 2021-03-07  7:36 UTC  (5+ messages)
` [PATCH 1/2] target/tricore: Fix imask OPC2_32_RRPW_IMASK for r3+1 == r2
` [PATCH 2/2] target/tricore: Fix OPC2_32_RRPW_EXTR for width=0

[Bug 1918026] [NEW] RISCV64 32-bit AMOs incorrectly simulated
 2021-03-07  5:06 UTC  (3+ messages)
` [Bug 1918026] "

[PULL 0/3] Hexagon patch queue
 2021-03-07  1:39 UTC  (4+ messages)
` [PULL 1/3] exec: Poison Hexagon target-specific definitions
` [PULL 2/3] target/hexagon: Fix shift amount check in fASHIFTL/fLSHIFTR
` [PULL 3/3] target/hexagon/opcodes: Add missing varargs cleanup

[PULL 00/27] tcg patch queue
 2021-03-06 21:36 UTC  (28+ messages)
` [PULL 01/27] tcg/aarch64: Fix constant subtraction in tcg_out_addsub2
` [PULL 02/27] tcg/aarch64: Fix I3617_CMLE0
` [PULL 03/27] tcg/aarch64: Fix generation of "scalar" vector operations
` [PULL 04/27] tcg/tci: Use exec/cpu_ldst.h interfaces
` [PULL 05/27] tcg: Split out tcg_raise_tb_overflow
` [PULL 06/27] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PULL 07/27] tcg/tci: Merge identical cases in generation (arithmetic opcodes)
` [PULL 08/27] tcg/tci: Merge identical cases in generation (exchange opcodes)
` [PULL 09/27] tcg/tci: Merge identical cases in generation (deposit opcode)
` [PULL 10/27] tcg/tci: Merge identical cases in generation (conditional opcodes)
` [PULL 11/27] tcg/tci: Merge identical cases in generation (load/store opcodes)
` [PULL 12/27] tcg/tci: Remove tci_read_r8
` [PULL 13/27] tcg/tci: Remove tci_read_r8s
` [PULL 14/27] tcg/tci: Remove tci_read_r16
` [PULL 15/27] tcg/tci: Remove tci_read_r16s
` [PULL 16/27] tcg/tci: Remove tci_read_r32
` [PULL 17/27] tcg/tci: Remove tci_read_r32s
` [PULL 18/27] tcg/tci: Reduce use of tci_read_r64
` [PULL 19/27] tcg/tci: Merge basic arithmetic operations
` [PULL 20/27] tcg/tci: Merge extension operations
` [PULL 21/27] tcg/tci: Merge bswap operations
` [PULL 22/27] tcg/tci: Merge mov, not and neg operations
` [PULL 23/27] accel/tcg: rename tb_lookup__cpu_state and hoist state extraction
` [PULL 24/27] accel/tcg: move CF_CLUSTER calculation to curr_cflags
` [PULL 25/27] accel/tcg: drop the use of CF_HASH_MASK and rename params
` [PULL 26/27] include/exec: lightly re-arrange TranslationBlock
` [PULL 27/27] accel/tcg: Precompute curr_cflags into cpu->tcg_cflags

[PATCH v4 2/4] util/qemu-sockets.c: Split host:port parsing out of inet_parse
 2021-03-06 19:29 UTC  (11+ messages)

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-03-06 16:54 UTC  (16+ messages)
` [PATCH v1 3/3] semihosting/arg-compat: fix up handling of SYS_HEAPINFO
      ` [Bug 1915925] "

[PULL 00/14] Renesas patches for 2021-03-06
 2021-03-06 15:36 UTC  (15+ messages)
` [PULL 01/14] target/sh4: Fix code style for checkpatch.pl
` [PULL 02/14] target/sh4: Replace magic value by MMUAccessType definitions
` [PULL 03/14] target/sh4: Remove unused 'int access_type' argument
` [PULL 04/14] target/sh4: Let get_physical_address() use MMUAccessType access_type
` [PULL 05/14] target/sh4: Remove unused definitions
` [PULL 06/14] hw/sh4: Add missing license
` [PULL 07/14] hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D board
` [PULL 08/14] hw/intc: Introduce SH_INTC Kconfig entry
` [PULL 09/14] hw/char: Introduce SH_SCI "
` [PULL 10/14] hw/timer: Introduce SH_TIMER "
` [PULL 11/14] hw/block: Introduce TC58128 eeprom "
` [PULL 12/14] hw/pci-host: Introduce SH_PCI "
` [PULL 13/14] hw/sh4: Remove now unused CONFIG_SH4 from Kconfig
` [PULL 14/14] hw/sh4/sh7750_regs: Replace link to license by its full content

[PATCH v3] target/arm: Restrict v7A TCG cpus to TCG accel
 2021-03-06 15:18 UTC 

[PATCH v2 0/3] target/arm: Restrict v7A TCG cpus to TCG accel
 2021-03-06 15:13 UTC  (3+ messages)

[PATCH] hw/sh4/sh7750_regs: Replace link to license by its full content
 2021-03-06 15:01 UTC  (2+ messages)

[PULL v2 00/49] target-arm queue
 2021-03-06 13:51 UTC 

[PULL 00/31] Block layer patches
 2021-03-06 11:22 UTC  (2+ messages)

[PULL 00/23] Misc patches for 2021-03-06
 2021-03-06 11:15 UTC  (25+ messages)
` [PULL 01/23] KVM: x86: do not fail if software breakpoint has already been removed
` [PULL 02/23] KVM: x86: deprecate -M kernel-irqchip=off except for -M isapc
` [PULL 03/23] qga-vss: Use dynamic linking for GLib
` [PULL 04/23] chardev: add nodelay option
` [PULL 05/23] qom: Check for wellformed id in user_creatable_add_type()
` [PULL 06/23] vl.c: do not execute trace_init_backends() before daemonizing
` [PULL 07/23] accel: kvm: Fix memory waste under mismatch page size
` [PULL 08/23] accel: kvm: Add aligment assert for kvm_log_clear_one_slot
` [PULL 09/23] lsilogic: Use PCIDevice::exit instead of DeviceState::unrealize
` [PULL 10/23] elf_ops: correct loading of 32 bit PVH kernel
` [PULL 11/23] x86/pvh: extract only 4 bytes of start address for 32 bit kernels
` [PULL 12/23] qemu-config: add error propagation to qemu_config_parse
` [PULL 13/23] scsi: Rename linux-specific SG_ERR codes to generic SCSI_HOST error codes
` [PULL 14/23] scsi: Add mapping for generic SCSI_HOST status to sense codes
` [PULL 15/23] scsi-generic: do not snoop the output of failed commands
` [PULL 16/23] scsi: inline sg_io_sense_from_errno() into the callers
` [PULL 17/23] scsi: move host_status handling into SCSI drivers
` [PULL 18/23] qemu-option: do not suggest using the delay option
` [PULL 19/23] build-sys: invoke ninja with -d keepdepfile
` [PULL 20/23] meson: adjust timeouts for some slower tests
` [PULL 21/23] trace: fix "-trace file=..."
` [PULL 22/23] trace: skip qemu_set_log_filename if no "-D" option was passed
` [PULL 23/23] meson: Stop if cfi is enabled with system slirp

[PATCH] qom: Check for wellformed id in user_creatable_add_type()
 2021-03-06 10:50 UTC  (2+ messages)

[PATCH] scsi-generic: do not snoop the output of failed commands
 2021-03-06 10:48 UTC 

[PATCH] linux-user: Adjust pgd_find_hole_fallback result with guest_loaddr
 2021-03-06  9:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/2] add error handling in multifd_tls_handshake_thread
 2021-03-06  9:08 UTC  (5+ messages)
` [PATCH v2 1/2] migration/tls: fix inverted semantics in multifd_channel_connect
` [PATCH v2 2/2] migration/tls: add error handling in multifd_tls_handshake_thread

[PATCH v4 00/18] Support Multifd for RDMA migration
 2021-03-06  8:45 UTC  (16+ messages)
` [PATCH v4 05/18] migration/rdma: do not need sync main for rdma
` [PATCH v4 10/18] migration/rdma: Create the multifd recv channels for RDMA
` [PATCH v4 14/18] migration/rdma: register memory for multifd RDMA channels
` [PATCH v4 17/18] migration/rdma: send data for both rdma-pin-all and NOT rdma-pin-all mode
` [PATCH v4 18/18] migration/rdma: RDMA cleanup for multifd migration

[Qemu-devel] [PATCH] monitor: increase amount of data for monitor to read
 2021-03-06  7:15 UTC  (10+ messages)

[RFC] adding a generic QAPI event for failed device hotunplug
 2021-03-06  6:57 UTC  (2+ messages)

[PATCH v2] hw/block: m25p80: Support fast read for SST flashes
 2021-03-06  6:01 UTC 

[PATCH] arm: xlnx-versal: fix virtio-mmio base address assignment
 2021-03-06  2:28 UTC  (4+ messages)
` [PATCH v4] virtio-mmio: improve virtio-mmio get_dev_path alog

[PATCH 0/3] memory: Display AddressSpace zero-based in 'info mtree'
 2021-03-05 23:54 UTC  (4+ messages)
` [PATCH 1/3] memory: Better name 'offset' argument in mtree_print_mr()
` [PATCH 2/3] memory: Provide 'base address' argument to mtree_print_mr()
` [PATCH 3/3] memory: Make memory_region_to_absolute_addr() take a const MemoryRegion

[PULL 0/8] s390x update
 2021-03-05 22:52 UTC  (2+ messages)

[PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-03-05 21:46 UTC  (2+ messages)

[PATCH v2 0/2] tests/acceptance: Test Aspeed ARM machines
 2021-03-05 20:49 UTC  (5+ messages)
` [PATCH v2 1/2] tests/acceptance: Test ast2400 and ast2500 machines
` [PATCH v2 2/2] tests/acceptance: Test ast2600 machine

[PATCH] docs: qsd: Explain --export nbd,name=... default
 2021-03-05 19:40 UTC  (2+ messages)

[Bug 1917940] [NEW] -bios edk2-$arch-code doesn't work for x86
 2021-03-05 19:28 UTC 

[PATCH v1 0/9] testing/next (docs, hexagon, cfi, docker)
 2021-03-05 19:37 UTC  (2+ messages)

[PULL 0/4] QAPI patches patches for 2021-03-05
 2021-03-05 19:04 UTC  (2+ messages)

[PATCH] target/hexagon/opcodes: Add missing varargs cleanup
 2021-03-05 19:04 UTC  (2+ messages)

[PATCH 0/4] hw/misc: Add NPCM7XX Tachometer Device
 2021-03-05 19:00 UTC  (6+ messages)
` [PATCH 1/4] hw/misc: Add GPIOs for duty in NPCM7xx PWM
` [PATCH 2/4] hw/misc: Add NPCM7XX MFT Module
` [PATCH 3/4] hw/arm: Connect PWM fans in NPCM7XX boards
` [PATCH 4/4] tests/qtest: Test PWM fan RPM using MFT in PWM test

[PATCH] exec: Poison Hexagon target-specific definitions
 2021-03-05 19:02 UTC  (2+ messages)

[PATCH v2] Hexagon (target/hexagon) Fix shift amount check in fASHIFTL/fLSHIFTR
 2021-03-05 19:01 UTC  (2+ messages)

[PATCH] linux-user: Fix executable page of /proc/self/maps
 2021-03-05 18:50 UTC  (2+ messages)

[PATCH v3 00/15] tests/tcg: Add TriCore tests
 2021-03-05 18:00 UTC  (2+ messages)

[PATCH 00/27] tcg patch queue
 2021-03-05 17:58 UTC  (5+ messages)
` [PATCH 16/27] tcg/tci: Remove tci_read_r32
` [PATCH 22/27] tcg/tci: Merge mov, not and neg operations

[PULL 00/49] target-arm queue
 2021-03-05 18:36 UTC  (2+ messages)

RFC: linux-user: preserving argv[0] of the original binary in context of binfmt-misc
 2021-03-05 18:15 UTC  (4+ messages)

[PATCH v1 0/3] semihosting/next (move from hw, heapinfo)
 2021-03-05 13:54 UTC 


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