messages from 2018-08-06 06:09:53 to 2018-08-06 17:26:00 UTC [more...]
[Qemu-devel] [PATCH v7 00/80] Add nanoMIPS support to QEMU
2018-08-06 17:00 UTC (58+ 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] [Bug 1785670] [NEW] Guest(ubuntu 18.04) crashes when trying uploading file
2018-08-06 17:08 UTC
[Qemu-devel] [PATCH 0/3] crypto: increase min required gnutls, gcrypt and nettle
2018-08-06 17:08 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] crypto: require gnutls >= 3.1.18 for building QEMU
[Qemu-devel] [Bug 1775555] [NEW] guest migration 100% cpu freeze bug
2018-08-06 16:54 UTC (2+ messages)
` [Qemu-devel] [Bug 1775555] "
[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 (12+ 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 3/7] tests: Add bbc:microbit / nRF51 test suite
` [Qemu-devel] [PATCH 4/7] hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral
` [Qemu-devel] [PATCH 5/7] tests/microbit-test: Add Tests for nRF51 GPIO
` [Qemu-devel] [PATCH 6/7] hw/timer/nrf51_timer: Add nRF51 Timer peripheral
` [Qemu-devel] [PATCH 7/7] hw/display/led_matrix: Add LED matrix display device
[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 (13+ messages)
` [Qemu-devel] [PATCH 1/6] target/s390x: add BAL and BALR instructions
` [Qemu-devel] [PATCH 2/6] target/s390x: fix CSST decoding and runtime alignment check
` [Qemu-devel] [PATCH 3/6] target/s390x: fix ipm polluting irrelevant bits
` [Qemu-devel] [PATCH 5/6] target/s390x: fix PACK reading 1 byte less and writing 1 byte more
` [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] [Bug 1785308] [NEW] 0x8 exception encountered but not handled
2018-08-06 13:40 UTC (3+ messages)
` [Qemu-devel] [Bug 1785308] "
[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
[Qemu-devel] [PATCH 0/2] machine: preparation for adding SPARC64/PPC bootindex support
2018-08-06 12:26 UTC (4+ messages)
` [Qemu-devel] [PATCH 2/2] fw_cfg: set the get_boot_devices_list() ignore_suffixes parameter from machine property
[Qemu-devel] [PATCH] docs/migration: Clarify pre_load in subsections
2018-08-06 12:25 UTC (2+ messages)
[Qemu-devel] [RFC v3 0/6] pci_expander_brdige: Put pxb-pcie host bridge into separate pci domain
2018-08-06 11:46 UTC (3+ messages)
` [Qemu-devel] [RFC v3 1/6] pci_expander_bridge: add type TYPE_PXB_PCIE_HOST
[Qemu-devel] [PATCH v2 00/13] Misc fixes for pvrdma device
2018-08-06 11:43 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 06/13] hw/rdma: Delete useless structure RdmaRmUserMR
` [Qemu-devel] [PATCH v2 07/13] hw/rdma: Do not allocate memory for non-dma MR
` [Qemu-devel] [PATCH v2 13/13] hw/rdma: Add reference to pci_dev in backend_dev
[Qemu-devel] [PATCH 0/6] qcow2: Make the L2 cache cover the whole image by default
2018-08-06 11:41 UTC (9+ messages)
[Qemu-devel] [PULL 0/2] ppc-for-3.0 queue 20180801
2018-08-06 10:30 UTC (7+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [Bug 1784900] [NEW] QEMU (frontend) crashes upon warm reboot with virtio-gpu device and vga=775 on Linux cmdline
2018-08-06 9:57 UTC (2+ messages)
` [Qemu-devel] [Bug 1784900] "
[Qemu-devel] [PATCH 0/3] Arm migration fixes for 3.0
2018-08-06 10:00 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/3] hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed function
` [Qemu-devel] [Qemu-arm] "
[Qemu-devel] [PULL 0/5] pc, virtio: fixes
2018-08-06 9:47 UTC (5+ messages)
[Qemu-devel] [PATCH v6 00/12] Enable postcopy RDMA live migration
2018-08-06 9:07 UTC (4+ messages)
` [Qemu-devel] [PATCH v6 03/12] migration: avoid concurrent invoke channel_close by different threads
[Qemu-devel] RDMA wrongly detected as being supported on FreeBSD
2018-08-06 8:51 UTC (6+ messages)
[Qemu-devel] [PATCH v3 00/23] tests: Compile-time format string checking for libqtest.h
2018-08-06 7:02 UTC (25+ messages)
` [Qemu-devel] [PATCH v3 01/23] libqtest: Rename functions to send QMP messages
` [Qemu-devel] [PATCH v3 02/23] libqtest: Clean up how we read device_del messages
` [Qemu-devel] [PATCH v3 03/23] libqtest: Clean up how we read the QMP greeting
` [Qemu-devel] [PATCH v3 04/23] libqtest: Remove qtest_qmp_discard_response() & friends
` [Qemu-devel] [PATCH v3 05/23] libqtest: Document calling conventions
` [Qemu-devel] [PATCH v3 06/23] qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()
` [Qemu-devel] [PATCH v3 07/23] qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()
` [Qemu-devel] [PATCH v3 08/23] libqtest: Simplify qmp_fd_vsend() a bit
` [Qemu-devel] [PATCH v3 09/23] test-qobject-input-visitor: Avoid format string ambiguity
` [Qemu-devel] [PATCH v3 10/23] qobject: qobject_from_jsonv() is dangerous, hide it away
` [Qemu-devel] [PATCH v3 11/23] tests: Pass literal format strings directly to qmp_FOO()
` [Qemu-devel] [PATCH v3 12/23] tests: Clean up string interpolation into QMP input (simple cases)
` [Qemu-devel] [PATCH v3 13/23] cpu-plug-test: Don't pass integers as strings to device_add
` [Qemu-devel] [PATCH v3 14/23] tests: Clean up string interpolation around qtest_qmp_device_add()
` [Qemu-devel] [PATCH v3 15/23] migration-test: Make wait_command() return the "return" member
` [Qemu-devel] [PATCH v3 16/23] tests: New helper qtest_qmp_receive_success()
` [Qemu-devel] [PATCH v3 17/23] migration-test: Make wait_command() cope with '%'
` [Qemu-devel] [PATCH v3 18/23] migration-test: Clean up string interpolation into QMP, part 1
` [Qemu-devel] [PATCH v3 19/23] migration-test: Clean up string interpolation into QMP, part 2
` [Qemu-devel] [PATCH v3 20/23] migration-test: Clean up string interpolation into QMP, part 3
` [Qemu-devel] [PATCH v3 21/23] libqtest: Enable compile-time format string checking
` [Qemu-devel] [PATCH v3 22/23] libqtest: Replace qtest_startf() by qtest_initf()
` [Qemu-devel] [PATCH v3 23/23] libqtest: Rename qtest_FOOv() to qtest_vFOO() for consistency
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).