qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-13 17:07:38 to 2022-09-14 13:51:09 UTC [more...]

[PULL 00/11] semihosting patch queue
 2022-09-14 13:23 UTC  (7+ messages)
` [PULL 01/11] target/nios2: Use semihosting/syscalls.h
` [PULL 04/11] target/m68k: Convert semihosting errno to gdb remote errno
` [PULL 05/11] semihosting: Allow optional use of semihosting from userspace
` [PULL 07/11] target/m68k: Honour -semihosting-config userspace=on
` [PULL 08/11] target/mips: "
` [PULL 10/11] target/xtensa: "

Proposal for a fixed ram migration stream format for file-based migrations
 2022-09-14 13:25 UTC 

[PATCH v2 0/4] Patch series to set up a ppc64le CI
 2022-09-14 12:41 UTC  (3+ messages)
` [PATCH v2 1/4] scripts/ci/setup: ninja missing from build-environment
` [PATCH v2 3/4] scripts/ci/setup: spice-server only on x86 aarch64

[PATCH] target/arm: Fix alignment for VLD4.32
 2022-09-14 13:11 UTC  (2+ messages)

[PULL 00/20] target-arm.next patch queue
 2022-09-14 11:52 UTC  (22+ messages)
` [PULL 01/20] target/arm: Add cortex-a35
` [PATCH] target/arm: Do alignment check when translation disabled
` [PULL 02/20] hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DISPLAYS
` [PULL 03/20] target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8
` [PULL 04/20] target/arm: Sort KVM reads of AArch32 ID registers into encoding order
` [PULL 05/20] target/arm: Implement ID_MMFR5
` [PULL 06/20] target/arm: Implement ID_DFR1
` [PULL 07/20] target/arm: Advertise FEAT_ETS for '-cpu max'
` [PULL 08/20] target/arm: Add missing space in comment
` [PULL 09/20] target/arm: Don't corrupt high half of PMOVSR when cycle counter overflows
` [PULL 10/20] target/arm: Correct value returned by pmu_counter_mask()
` [PULL 11/20] target/arm: Don't mishandle count when enabling or disabling PMU counters
` [PULL 12/20] target/arm: Ignore PMCR.D when PMCR.LC is set
` [PULL 13/20] target/arm: Honour MDCR_EL2.HPMD in Secure EL2
` [PULL 14/20] target/arm: Detect overflow when calculating next PMU interrupt
` [PULL 15/20] target/arm: Rename pmu_8_n feature test functions
` [PULL 16/20] target/arm: Implement FEAT_PMUv3p5 cycle counter disable bits
` [PULL 17/20] target/arm: Support 64-bit event counters for FEAT_PMUv3p5
` [PULL 18/20] target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'
` [PULL 19/20] target/arm: Remove useless TARGET_BIG_ENDIAN check in armv7m_load_kernel()
` [PULL 20/20] target/arm: Make boards pass base address to armv7m_load_kernel()

[PATCH v11 00/21] job: replace AioContext lock with job_mutex
 2022-09-14 12:51 UTC  (3+ messages)
` [PATCH v11 10/21] block/mirror.c: use of job helpers in drivers

[PATCH v2] e1000e: set RX desc status with DD flag in a separate operation
 2022-09-14 12:16 UTC 

[PATCH v3 00/20] ppc4xx_sdram QOMify and clean ups
 2022-09-14 11:52 UTC  (33+ messages)
` [PATCH v3 01/20] ppc440_bamboo: Remove unnecessary memsets
` [PATCH v3 02/20] ppc4xx: Introduce Ppc4xxSdramBank struct
` [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
` [PATCH v3 04/20] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
` [PATCH v3 05/20] ppc440_bamboo: Add missing 4 MiB valid memory size
` [PATCH v3 06/20] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
` [PATCH v3 07/20] ppc4xx_sdram: QOM'ify
` [PATCH v3 08/20] ppc4xx_sdram: Drop extra zeros for readability
` [PATCH v3 09/20] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
` [PATCH v3 10/20] ppc440_sdram: Implement enable bit in the DDR2 SDRAM
` [PATCH v3 11/20] ppc440_sdram: Get rid of the init RAM hack
` [PATCH v3 12/20] ppc440_sdram: Rename local variable for readibility
` [PATCH v3 13/20] ppc4xx_sdram: Rename functions to prevent name clashes
` [PATCH v3 14/20] ppc440_sdram: Move RAM size check to ppc440_sdram_init
` [PATCH v3 15/20] ppc440_sdram: QOM'ify
` [PATCH v3 16/20] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
` [PATCH v3 17/20] ppc4xx_sdram: Use hwaddr for memory bank size
` [PATCH v3 18/20] ppc4xx_sdram: Rename local state variable for brevity
` [PATCH v3 19/20] ppc4xx_sdram: Generalise bank setup
` [PATCH v3 20/20] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling

[PATCH v4 00/21] ppc4xx_sdram QOMify and clean ups
 2022-09-14 11:34 UTC  (22+ messages)
` [PATCH v4 01/21] ppc440_bamboo: Remove unnecessary memsets
` [PATCH v4 02/21] ppc4xx: Introduce Ppc4xxSdramBank struct
` [PATCH v4 03/21] ppc4xx_sdram: Get rid of the init RAM hack
` [PATCH v4 04/21] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
` [PATCH v4 05/21] ppc440_bamboo: Add missing 4 MiB valid memory size
` [PATCH v4 06/21] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
` [PATCH v4 07/21] ppc4xx_sdram: QOM'ify
` [PATCH v4 08/21] ppc4xx_sdram: Drop extra zeros for readability
` [PATCH v4 09/21] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
` [PATCH v4 10/21] ppc440_sdram: Implement enable bit in the DDR2 SDRAM
` [PATCH v4 11/21] ppc440_sdram: Get rid of the init RAM hack
` [PATCH v4 12/21] ppc440_sdram: Rename local variable for readability
` [PATCH v4 13/21] ppc4xx_sdram: Rename functions to prevent name clashes
` [PATCH v4 14/21] ppc440_sdram: Move RAM size check to ppc440_sdram_init
` [PATCH v4 15/21] ppc440_sdram: QOM'ify
` [PATCH v4 16/21] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
` [PATCH v4 17/21] ppc4xx_sdram: Use hwaddr for memory bank size
` [PATCH v4 18/21] ppc4xx_sdram: Rename local state variable for brevity
` [PATCH v4 19/21] ppc4xx_sdram: Generalise bank setup
` [PATCH v4 20/21] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
` [PATCH v4 21/21] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()

[PATCH 1/1] s390x/tcg: Fix opcode for lzrf
 2022-09-14 11:51 UTC  (2+ messages)

[PATCH 0/3] Vhost-vdpa Shadow Virtqueue VLAN support
 2022-09-14 11:32 UTC  (11+ messages)
` [PATCH 2/3] vdpa: load vlan configuration at NIC startup

[PATCH] i386: Add new CPU model SapphireRapids
 2022-09-14 11:21 UTC  (2+ messages)

Question about loading bare metal firmware
 2022-09-14 11:20 UTC  (4+ messages)

[PATCH v2 0/4] compare machine type compat_props
 2022-09-14 10:55 UTC  (5+ messages)
` [PATCH v2 1/4] qom: add devault value
` [PATCH v2 2/4] python/qmp: increase read buffer size
` [PATCH v2 3/4] qmp: add dump machine type compatible properties
` [PATCH v2 4/4] scripts: add script to compare "

[PATCH] hw/xen: set pci Atomic Ops requests for passthrough device
 2022-09-14 10:07 UTC  (5+ messages)

[PATCH 0/3] hw/riscv: opentitan: Fixup resetvec issues
 2022-09-14 10:11 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Set the CPU resetvec directly
` [PATCH 2/3] hw/riscv: opentitan: Fixup resetvec
` [PATCH 3/3] hw/riscv: opentitan: Expose the resetvec as a SoC property

[PATCH] chardev: fix segfault in finalize
 2022-09-14  9:31 UTC  (3+ messages)

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-09-14  8:08 UTC  (13+ messages)
` [PATCH 49/51] io/channel-watch: Fix socket watch "

[PATCH] bochs-display: Modify mismatched return value
 2022-09-14  7:34 UTC 

[PATCH v2 0/6] Support VIRTIO_F_RING_RESET for vhost-user in virtio pci-modern
 2022-09-14  6:18 UTC  (12+ messages)
` [PATCH v2 1/6] net: virtio: rename vhost_set_vring_enable to vhost_set_dev_enable
` [PATCH v2 2/6] vhost-user: add op to enable or disable a single vring
` [PATCH v2 3/6] vhost-net: vhost-user: update vhost_net_virtqueue_reset()
` [PATCH v2 5/6] virtio-net: vhost-user: update queue_reset and queue_enable
` [PATCH v2 6/6] vhost: vhost-user: enable vq reset feature

[PATCH v8 00/14] qapi: net: add unix socket type support to netdev backend
 2022-09-14  5:23 UTC  (15+ messages)
` [PATCH v8 01/14] net: introduce convert_host_port()
` [PATCH v8 02/14] net: remove the @errp argument of net_client_inits()
` [PATCH v8 03/14] net: simplify net_client_parse() error management
` [PATCH v8 05/14] qapi: net: add stream and dgram netdevs
` [PATCH v8 06/14] net: stream: Don't ignore EINVAL on netdev socket connection
` [PATCH v8 07/14] net: stream: add unix socket
` [PATCH v8 11/14] qemu-sockets: move and rename SocketAddress_to_str()

[PATCH] e1000e: set RX desc status with DD flag in a separate operation
 2022-09-14  4:41 UTC  (4+ messages)

[PATCH v5 00/15] Support VIRTIO_F_RING_RESET for virtio-net, vhost-net kernel in virtio pci-modern
 2022-09-14  4:36 UTC  (18+ messages)
` [PATCH v5 01/15] virtio: sync relevant definitions with linux
` [PATCH v5 02/15] virtio: introduce __virtio_queue_reset()
` [PATCH v5 03/15] virtio: introduce virtio_queue_reset()
` [PATCH v5 04/15] virtio: introduce virtio_queue_enable()
` [PATCH v5 05/15] virtio: core: vq reset feature negotation support
` [PATCH v5 06/15] virtio-pci: support queue reset
` [PATCH v5 07/15] virtio-pci: support queue enable
` [PATCH v5 08/15] vhost: expose vhost_virtqueue_start()
` [PATCH v5 09/15] vhost: expose vhost_virtqueue_stop()
` [PATCH v5 10/15] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
` [PATCH v5 11/15] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
` [PATCH v5 12/15] virtio-net: introduce flush_or_purge_queued_packets()
` [PATCH v5 13/15] virtio-net: support queue reset
` [PATCH v5 14/15] virtio-net: support queue_enable
` [PATCH v5 15/15] vhost: vhost-kernel: enable vq reset feature

[PATCH v4 00/15] Support VIRTIO_F_RING_RESET for virtio-net, vhost-net kernel in virtio pci-modern
 2022-09-14  2:38 UTC  (9+ messages)
` [PATCH v4 10/15] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
` [PATCH v4 11/15] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
` [PATCH v4 13/15] virtio-net: support queue reset
` [PATCH v4 14/15] virtio-net: support queue_enable

[PATCH v4 1/2] x86: return modified setup_data only if read as memory, not as file
 2022-09-13 23:41 UTC  (2+ messages)
` [PATCH v4 2/2] x86: re-enable rng seeding via setup_data

[PULL 00/12] linux-user patches
 2022-09-13 19:13 UTC  (13+ messages)
` [PULL 01/12] linux-user: Add missing signals in strace output
` [PULL 02/12] linux-user: Add missing clock_gettime64() syscall strace
` [PULL 03/12] linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
` [PULL 04/12] linux-user: Log failing executable in EXCP_DUMP()
` [PULL 05/12] linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
` [PULL 06/12] linux-user/hppa: Dump IIR on register dump
` [PULL 07/12] linux-user: Fix strace of chmod() if mode == 0
` [PULL 08/12] linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
` [PULL 09/12] linux-user: Add strace for clock_nanosleep()
` [PULL 10/12] linux-user: Show timespec on strace for futex()
` [PULL 11/12] linux-user: Add close_range() syscall
` [PULL 12/12] linux-user: Add parameters of getrandom() syscall for strace

[RFC PATCH v2 0/3] Initial PECI bus support
 2022-09-13 18:30 UTC  (6+ messages)
` [RFC PATCH v2 1/3] hw/peci: add initial support for PECI
` [RFC PATCH v2 2/3] hw/peci: add PECI support for NPCM7xx BMCs
` [RFC PATCH v2 3/3] hw/peci: add support for EndPointConfig reads

[PATCH v2 00/18] ppc4xx_sdram QOMify and clean ups
 2022-09-13 18:55 UTC  (20+ messages)
` [PATCH v2 01/18] ppc440_bamboo: Remove unnecessary memsets
` [PATCH v2 02/18] ppc4xx: Introduce Ppc4xxSdramBank struct
` [PATCH v2 03/18] ppc4xx_sdram: Get rid of the init RAM hack
` [PATCH v2 04/18] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
` [PATCH v2 05/18] ppc440_bamboo: Add missing 4 MiB valid memory size
` [PATCH v2 06/18] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
` [PATCH v2 07/18] ppc4xx_sdram: QOM'ify
` [PATCH v2 08/18] ppc4xx_sdram: Drop extra zeros for readability
` [PATCH v2 09/18] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
` [PATCH v2 10/18] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
` [PATCH v2 11/18] ppc440_sdram: Rename local variable for readibility
` [PATCH v2 12/18] ppc440_sdram: Move RAM size check to ppc440_sdram_init
` [PATCH v2 13/18] ppc440_sdram: QOM'ify
` [PATCH v2 14/18] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
` [PATCH v2 15/18] ppc4xx_sdram: Use hwaddr for memory bank size
` [PATCH v2 16/18] ppc4xx_sdram: Rename local state variable for brevity
` [PATCH v2 17/18] ppc4xx_sdram: Generalise bank setup
` [PATCH v2 18/18] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling

[RFC PATCH 0/3] Initial PECI bus support
 2022-09-13 18:28 UTC  (11+ messages)
` [RFC PATCH 1/3] hw/peci: add initial support for PECI
` [RFC PATCH 3/3] hw/peci: add support for EndPointConfig reads

[PATCH 0/2] target/m68k: fix two writes to %sr
 2022-09-13 17:15 UTC  (3+ messages)

[PULL 0/4] Merge tpm 2022/09/13 v1
 2022-09-13 16:59 UTC  (3+ messages)
` [PULL 3/4] tpm_emulator: Use latest tpm_ioctl.h from swtpm project
` [PULL 4/4] tpm_emulator: Have swtpm relock storage upon migration fall-back


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