qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-06 12:35:06 to 2018-08-06 20:15:50 UTC [more...]

[Qemu-devel] [RFC v7 00/16] VIRTIO-IOMMU device
 2018-08-06 20:14 UTC  (17+ messages)
` [Qemu-devel] [RFC v7 01/16] linux-headers: Partial update for virtio-iommu v0.7
` [Qemu-devel] [RFC v7 02/16] virtio-iommu: Add skeleton
` [Qemu-devel] [RFC v7 03/16] virtio-iommu: Decode the command payload
` [Qemu-devel] [RFC v7 04/16] virtio-iommu: Add the iommu regions
` [Qemu-devel] [RFC v7 05/16] virtio-iommu: Endpoint and domains structs and helpers
` [Qemu-devel] [RFC v7 06/16] virtio-iommu: Implement attach/detach command
` [Qemu-devel] [RFC v7 07/16] virtio-iommu: Implement map/unmap
` [Qemu-devel] [RFC v7 08/16] virtio-iommu: Implement translate
` [Qemu-devel] [RFC v7 09/16] virtio-iommu: Implement probe request
` [Qemu-devel] [RFC v7 10/16] virtio-iommu: Add an msi_bypass property
` [Qemu-devel] [RFC v7 11/16] virtio-iommu: Implement fault reporting
` [Qemu-devel] [RFC v7 12/16] virtio_iommu: Handle reserved regions in translation process
` [Qemu-devel] [RFC v7 13/16] qdev: export qbus_find_recursive
` [Qemu-devel] [RFC v7 14/16] hw/arm/virt: Add virtio-iommu to the virt board
` [Qemu-devel] [RFC v7 15/16] hw/arm/virt-acpi-build: Add virtio-iommu node in IORT table
` [Qemu-devel] [RFC v7 16/16] hw/arm/virt: Allow virtio-iommu instantiation

[Qemu-devel] [PATCH 0/2] machine: preparation for adding SPARC64/PPC bootindex support
 2018-08-06 20:11 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] sysbus: always allow explicit_ofw_unit_address() to override address generation
` [Qemu-devel] [PATCH 2/2] fw_cfg: set the get_boot_devices_list() ignore_suffixes parameter from machine property

[Qemu-devel] [PATCH v7 00/80] Add nanoMIPS support to QEMU
 2018-08-06 19:57 UTC  (93+ messages)
` [Qemu-devel] [PATCH v7 01/80] MAINTAINERS: Update target/mips maintainer's email addresses
` [Qemu-devel] [PATCH v7 02/80] target/mips: Avoid case statements formulated by ranges
` [Qemu-devel] [PATCH v7 03/80] target/mips: Mark switch fallthroughs with interpretable comments
` [Qemu-devel] [PATCH v7 04/80] target/mips: Fix two instances of shadow variables
` [Qemu-devel] [PATCH v7 05/80] target/mips: Update some CP0 registers bit definitions
` [Qemu-devel] [PATCH v7 06/80] target/mips: Add CP0 BadInstrX register
` [Qemu-devel] [PATCH v7 07/80] target/mips: Add gen_op_addr_addi()
` [Qemu-devel] [PATCH v7 08/80] target/mips: Don't update BadVAddr register in Debug Mode
` [Qemu-devel] [PATCH v7 09/80] target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
` [Qemu-devel] [PATCH v7 10/80] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v7 11/80] elf: Add ELF flags for MIPS machine variants
` [Qemu-devel] [PATCH v7 12/80] linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
` [Qemu-devel] [PATCH v7 13/80] linux-user: Add preprocessor availability control to some syscalls
` [Qemu-devel] [PATCH v7 14/80] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v7 15/80] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v7 16/80] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v7 17/80] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v7 18/80] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v7 19/80] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v7 20/80] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PATCH v7 21/80] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PATCH v7 22/80] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PATCH v7 23/80] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v7 24/80] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v7 25/80] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v7 26/80] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v7 27/80] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PATCH v7 28/80] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v7 29/80] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v7 30/80] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v7 31/80] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v7 32/80] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PATCH v7 33/80] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v7 34/80] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v7 35/80] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v7 36/80] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v7 37/80] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PATCH v7 38/80] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v7 39/80] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v7 40/80] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v7 41/80] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v7 42/80] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PATCH v7 43/80] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PATCH v7 44/80] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PATCH v7 45/80] disas: Add support for microMIPS and nanoMIPS
` [Qemu-devel] [PATCH v7 46/80] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v7 47/80] target/mips: Add updating BadInstr, BadInstrP, BadInstrX "
` [Qemu-devel] [PATCH v7 48/80] target/mips: Implement CP0 Config1.WR bit functionality
` [Qemu-devel] [PATCH v7 49/80] target/mips: Adjust exception_resume_pc() for nanoMIPS
` [Qemu-devel] [PATCH v7 50/80] target/mips: Adjust set_hflags_for_handler() "
` [Qemu-devel] [PATCH v7 51/80] target/mips: Adjust set_pc() "
` [Qemu-devel] [PATCH v7 52/80] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PATCH v7 53/80] elf: Add nanoMIPS specific variations in ELF header fields
` [Qemu-devel] [PATCH v7 54/80] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PATCH v7 55/80] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PATCH v7 56/80] mips_malta: Add basic nanoMIPS boot code for MIPS' Malta
` [Qemu-devel] [PATCH v7 57/80] mips_malta: Setup GT64120 BARs in nanoMIPS bootloader
` [Qemu-devel] [PATCH v7 58/80] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PATCH v7 59/80] gdbstub: Disable handling of nanoMIPS ISA bit in the MIPS gdbstub
` [Qemu-devel] [PATCH v7 60/80] gdbstub: Add XML support for GDB for nanoMIPS
` [Qemu-devel] [PATCH v7 61/80] target/mips: Add definition of nanoMIPS I7200 CPU
` [Qemu-devel] [PATCH v7 62/80] linux-user: Add syscall numbers for nanoMIPS
` [Qemu-devel] [PATCH v7 63/80] linux-user: Add target_signal.h header "
` [Qemu-devel] [PATCH v7 64/80] linux-user: Add termbits.h "
` [Qemu-devel] [PATCH v7 65/80] linux-user: Update syscall_defs.h "
` [Qemu-devel] [PATCH v7 66/80] linux-user: Add target_fcntl.h "
` [Qemu-devel] [PATCH v7 67/80] linux-user: Add sockbits.h "
` [Qemu-devel] [PATCH v7 68/80] linux-user: Add target_syscall.h "
` [Qemu-devel] [PATCH v7 69/80] linux-user: Add target_cpu.h "
` [Qemu-devel] [PATCH v7 70/80] linux-user: Add target_structs.h "
` [Qemu-devel] [PATCH v7 71/80] linux-user: Add target_elf.h "
` [Qemu-devel] [PATCH v7 72/80] linux-user: Add signal.c "
` [Qemu-devel] [PATCH v7 73/80] linux-user: Add support for nanoMIPS signal trampoline
` [Qemu-devel] [PATCH v7 74/80] linux-user: Add cpu_loop.c for nanoMIPS
` [Qemu-devel] [PATCH v7 75/80] linux-user: Amend support for sigaction() syscall "
` [Qemu-devel] [PATCH v7 76/80] linux-user: Add support for statx() syscall for all platforms
` [Qemu-devel] [PATCH v7 77/80] linux-user: Add nanoMIPS linux user mode configuration support
` [Qemu-devel] [PATCH v7 78/80] linux-user: Add nanoMIPS support in scripts/qemu-binfmt-conf.sh
` [Qemu-devel] [PATCH v7 79/80] qemu-doc: Amend MIPS-related items
` [Qemu-devel] [PATCH v7 80/80] qemu-doc: Add nanoMIPS-related items

[Qemu-devel] [Bug 1785698] [NEW] Solaris build error: unknown type name ‘gcry_error_t’
 2018-08-06 19:41 UTC 

[Qemu-devel] [Bug 1785670] [NEW] Guest(ubuntu 18.04) crashes when trying uploading file
 2018-08-06 19:14 UTC  (5+ messages)
` [Qemu-devel] [Bug 1785670] "

[Qemu-devel] [Bug 1775555] [NEW] guest migration 100% cpu freeze bug
 2018-08-06 18:45 UTC  (4+ messages)
` [Qemu-devel] [Bug 1775555] "

[Qemu-devel] [Bug 1785308] [NEW] 0x8 exception encountered but not handled
 2018-08-06 18:43 UTC  (3+ messages)
` [Qemu-devel] [Bug 1785308] "

[Qemu-devel] [PATCH 0/3] crypto: increase min required gnutls, gcrypt and nettle
 2018-08-06 18:02 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] crypto: require gnutls >= 3.1.18 for building QEMU
` [Qemu-devel] [PATCH 2/3] crypto: require libgcrypt >= 1.5.0 "
` [Qemu-devel] [PATCH 3/3] crypto: require nettle "

[Qemu-devel] [PATCH v6 00/12] Enable postcopy RDMA live migration
 2018-08-03  9:42 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] x86/cpu: Enable a few new cpu features
 2018-08-06 16:59 UTC  (4+ messages)

[Qemu-devel] [PATCH] virtio-gpu: fix crashes upon warm reboot with vga mode
 2018-08-06 16:55 UTC  (4+ messages)

[Qemu-devel] [PATCH for-3.0 v2 0/5] Arm migration fixes for 3.0
 2018-08-06 16:50 UTC  (10+ messages)
` [Qemu-devel] [PATCH for-3.0 v2 1/5] hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed function
` [Qemu-devel] [PATCH for-3.0 v2 2/5] hw/intc/arm_gicv3_common: Combine duplicate .subsections in vmstate_gicv3_cpu
` [Qemu-devel] [PATCH for-3.0 v2 3/5] target/arm: Add dummy needed functions to M profile vmstate subsections
` [Qemu-devel] [PATCH for-3.0 v2 4/5] hw/intc/arm_gicv3_common: Move post_load hooks to top-level VMSD
` [Qemu-devel] [PATCH for-3.0 v2 5/5] hw/intc/arm_gicv3_common: Move gicd shift bug handling to gicv3_post_load

[Qemu-devel] [PATCH 0/7] arm: nRF51 Devices and Microbit Support
 2018-08-06 16:09 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/7] hw/misc/nrf51_rng: Add NRF51 random number generator peripheral
` [Qemu-devel] [PATCH 2/7] hw/nvram/nrf51_nvm: Add nRF51 non-volatile memories

[Qemu-devel] [PATCH] qcow2: Release dirty entries with cache-clean-interval
 2018-08-06 15:58 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/6] Some improvements in z/Arch instructions support
 2018-08-06 15:24 UTC  (6+ messages)
` [Qemu-devel] [PATCH 3/6] target/s390x: fix ipm polluting irrelevant bits
` [Qemu-devel] [PATCH 6/6] target/s390x: implement CVB, CVBY and CVBG

[Qemu-devel] [PATCH v2 00/34] Qtest driver framework
 2018-08-06 15:04 UTC  (36+ messages)
` [Qemu-devel] [PATCH v2 01/34] tests: qgraph API for the qtest "
` [Qemu-devel] [PATCH v2 02/34] tests/qgraph: rename qpci_init_pc functions
` [Qemu-devel] [PATCH v2 03/34] tests/qgraph: pci-pc driver and interface nodes
` [Qemu-devel] [PATCH v2 04/34] tests/qgraph: x86_64/pc machine node
` [Qemu-devel] [PATCH v2 05/34] tests/qgraph: sdhci driver and interface nodes
` [Qemu-devel] [PATCH v2 06/34] tests/qgraph: sdhci test node
` [Qemu-devel] [PATCH v2 07/34] tests/qgraph: arm/raspi2 machine node
` [Qemu-devel] [PATCH v2 08/34] tests/qgraph: rename qpci_init_spapr functions
` [Qemu-devel] [PATCH v2 09/34] tests/qgraph: pci-spapr driver and interface nodes
` [Qemu-devel] [PATCH v2 10/34] tests/qgraph: ppc64/pseries machine node
` [Qemu-devel] [PATCH v2 11/34] test/qgraph: e1000e driver and interface nodes
` [Qemu-devel] [PATCH v2 12/34] test/qgraph: e1000e-test node
` [Qemu-devel] [PATCH v2 13/34] test/qgraph: virtio_start_device function
` [Qemu-devel] [PATCH v2 14/34] test/qgraph: virtio-pci driver and interface nodes
` [Qemu-devel] [PATCH v2 15/34] tests/qgraph: rename qvirtio_mmio_init_device functions
` [Qemu-devel] [PATCH v2 16/34] test/qgraph: virtio-mmio driver and interface nodes
` [Qemu-devel] [PATCH v2 17/34] test/qgraph: arm/virt machine node
` [Qemu-devel] [PATCH v2 18/34] tests: virtio: separate ccw tests from libqos
` [Qemu-devel] [PATCH v2 19/34] test/qgraph: virtio-serial driver and interface nodes
` [Qemu-devel] [PATCH v2 20/34] test/qgraph: virtio-console test node
` [Qemu-devel] [PATCH v2 21/34] test/qgraph: virtio-serial "
` [Qemu-devel] [PATCH v2 22/34] test/qgraph: virtio-9p driver and interface nodes
` [Qemu-devel] [PATCH v2 23/34] test/qgraph: virtio-9p test node
` [Qemu-devel] [PATCH v2 24/34] test/qgraph: virtio-balloon driver and interface nodes
` [Qemu-devel] [PATCH v2 25/34] test/qgraph: virtio-balloon test node
` [Qemu-devel] [PATCH v2 26/34] test/qgraph: virtio-rng driver and interface nodes
` [Qemu-devel] [PATCH v2 27/34] test/qgraph: virtio-rng test node
` [Qemu-devel] [PATCH v2 28/34] test/qgraph: virtio-blk driver and interface nodes
` [Qemu-devel] [PATCH v2 29/34] test/qgraph: virtio-blk test node
` [Qemu-devel] [PATCH v2 30/34] test/qgraph: virtio-net driver and interface nodes
` [Qemu-devel] [PATCH v2 31/34] test/qgraph: virtio-net test node
` [Qemu-devel] [PATCH v2 32/34] test/qgraph: virtio-scsi driver and interface nodes
` [Qemu-devel] [PATCH v2 33/34] test/qgraph: virtio-scsi test node
` [Qemu-devel] [PATCH v2 34/34] test/qgraph: temporarly commented vhost-user-test

[Qemu-devel] [PATCH] tcg/optimize: Do not skip default processing of dup_vec
 2018-08-06 14:24 UTC  (3+ messages)

[Qemu-devel] [PATCH] qapi/block: Document restrictions for node names
 2018-08-06 14:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/77] Add nanoMIPS support to QEMU
 2018-08-06 13:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 61/77] linux-user: Add syscall numbers for nanoMIPS

[Qemu-devel] [PATCH v6 00/11] Enable postcopy RDMA live migration
 2018-08-06 13:29 UTC  (12+ messages)
` [Qemu-devel] [PATCH v6 01/11] migration: disable RDMA WRITE after postcopy started
` [Qemu-devel] [PATCH v6 02/11] migration: create a dedicated connection for rdma return path
` [Qemu-devel] [PATCH v6 03/11] migration: implement bi-directional RDMA QIOChannel
` [Qemu-devel] [PATCH v6 04/11] migration: Stop rdma yielding during incoming postcopy
` [Qemu-devel] [PATCH v6 05/11] migration: implement io_set_aio_fd_handler function for RDMA QIOChannel
` [Qemu-devel] [PATCH v6 06/11] migration: invoke qio_channel_yield only when qemu_in_coroutine()
` [Qemu-devel] [PATCH v6 07/11] migration: poll the cm event while wait RDMA work request completion
` [Qemu-devel] [PATCH v6 08/11] migration: implement the shutdown for RDMA QIOChannel
` [Qemu-devel] [PATCH v6 09/11] migration: poll the cm event for destination qemu
` [Qemu-devel] [PATCH v6 10/11] migration: remove the unnecessary RDMA_CONTROL_ERROR message
` [Qemu-devel] [PATCH v6 11/11] migration: create a dedicated thread to release rdma resource


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