messages from 2019-03-05 13:29:24 to 2019-03-05 19:55:36 UTC [more...]
[Qemu-devel] [PATCH v2 0/5] LSI53C895 cleanups
2019-03-05 19:55 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 1/5] lsi: use ldn_le_p()/stn_le_p()
` [Qemu-devel] [PATCH v2 2/5] lsi: use enum type for s->waiting
` [Qemu-devel] [PATCH v2 3/5] lsi: use enum type for s->msg_action
[Qemu-devel] [PATCH] qemu-binfmt-conf.sh: add CPUS, add --reset, make -p and -c boolean (no arg)
2019-03-05 19:54 UTC (9+ messages)
` [Qemu-devel] [PATCH v2] "
[Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS
2019-03-05 19:45 UTC (3+ messages)
[Qemu-devel] [PATCH v4] spapr-rtas: add ibm, get-vpd RTAS interface
2019-03-05 19:39 UTC (2+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PULL 00/22] target-arm queue
2019-03-05 19:23 UTC (24+ messages)
` [Qemu-devel] [PULL 01/22] target/arm: Fix PC test for LDM (exception return)
` [Qemu-devel] [PULL 02/22] target/arm: Split out arm_sctlr
` [Qemu-devel] [PULL 03/22] target/arm: Implement ARMv8.0-SB
` [Qemu-devel] [PULL 04/22] target/arm: Implement ARMv8.0-PredInv
` [Qemu-devel] [PULL 05/22] target/arm: Split helper_msr_i_pstate into 3
` [Qemu-devel] [PULL 06/22] target/arm: Add set/clear_pstate_bits, share gen_ss_advance
` [Qemu-devel] [PULL 07/22] target/arm: Rearrange disas_data_proc_reg
` [Qemu-devel] [PULL 08/22] target/arm: Implement ARMv8.4-CondM
` [Qemu-devel] [PULL 09/22] target/arm: Implement ARMv8.5-CondM
` [Qemu-devel] [PULL 10/22] target/arm: Restructure handle_fp_1src_{single, double}
` [Qemu-devel] [PULL 11/22] target/arm: Implement ARMv8.5-FRINT
` [Qemu-devel] [PULL 12/22] hw/arm/boot: introduce fdt_add_memory_node helper
` [Qemu-devel] [PULL 13/22] hw/arm/virt: Rename highmem IO regions
` [Qemu-devel] [PULL 14/22] hw/arm/virt: Split the memory map description
` [Qemu-devel] [PULL 15/22] hw/boards: Add a MachineState parameter to kvm_type callback
` [Qemu-devel] [PULL 16/22] kvm: add kvm_arm_get_max_vm_ipa_size
` [Qemu-devel] [PULL 17/22] vl: Set machine ram_size, maxram_size and ram_slots earlier
` [Qemu-devel] [PULL 18/22] hw/arm/virt: Dynamic memory map depending on RAM requirements
` [Qemu-devel] [PULL 19/22] hw/arm/virt: Implement kvm_type function for 4.0 machine
` [Qemu-devel] [PULL 20/22] hw/arm/virt: Check the VCPU PA range in TCG mode
` [Qemu-devel] [PULL 21/22] hw/arm/virt: Bump the 255GB initial RAM limit
` [Qemu-devel] [PULL 22/22] hw/arm/stellaris: Implement watchdog timer
[Qemu-devel] [PATCH v2 00/11] pflash: Fixes and cleanups
2019-03-05 19:23 UTC (16+ messages)
` [Qemu-devel] [PATCH v2 06/11] sam460ex: Don't size flash memory to match backing image
` [Qemu-devel] [PATCH v2 07/11] ppc405_boards: "
` [Qemu-devel] [PATCH v2 08/11] r2d: Flash memory creation is confused about size, mark FIXME
` [Qemu-devel] [PATCH v2 09/11] mips_malta: Clean up definition of flash memory size somewhat
` [Qemu-devel] [PATCH v2 10/11] pflash: Clean up after commit 368a354f02b part 1
` [Qemu-devel] [PATCH v2 11/11] pflash: Clean up after commit 368a354f02b part 2
[Qemu-devel] [PULL 00/21] migration queue
2019-03-05 18:51 UTC (26+ messages)
` [Qemu-devel] [PULL 01/21] migration: Fix cancel state
` [Qemu-devel] [PULL 02/21] migration/rdma: Fix qemu_rdma_cleanup null check
` [Qemu-devel] [PULL 03/21] migration/rdma: clang compilation fix
` [Qemu-devel] [PULL 04/21] exec: Change RAMBlockIterFunc definition
` [Qemu-devel] [PULL 05/21] migration: Introduce ignore-shared capability
` [Qemu-devel] [PULL 06/21] migration: Add an ability to ignore shared RAM blocks
` [Qemu-devel] [PULL 07/21] tests/migration-test: Add a test for ignore-shared capability
` [Qemu-devel] [PULL 08/21] migration: Add capabilities validation
` [Qemu-devel] [PULL 09/21] tests: Add migration xbzrle test
` [Qemu-devel] [PULL 10/21] migration: Create socket-address parameter
` [Qemu-devel] [PULL 11/21] tests: Add basic migration precopy tcp test
` [Qemu-devel] [PULL 12/21] bitmap: fix bitmap_count_one
` [Qemu-devel] [PULL 13/21] bitmap: bitmap_count_one_with_offset
` [Qemu-devel] [PULL 14/21] migration: use bitmap_mutex in migration_bitmap_clear_dirty
` [Qemu-devel] [PULL 15/21] migration: API to clear bits of guest free pages from the dirty bitmap
` [Qemu-devel] [PULL 16/21] migration/ram.c: add a notifier chain for precopy
` [Qemu-devel] [PULL 17/21] migration/ram.c: add the free page optimization enable flag
` [Qemu-devel] [PULL 18/21] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [Qemu-devel] [PULL 19/21] Migration/colo.c: Fix double close bug when occur COLO failover
` [Qemu-devel] [PULL 20/21] Migration/colo.c: Make COLO node running after failover
` [Qemu-devel] [PULL 21/21] qapi/migration.json: Remove a variable that doesn't exist in example
[Qemu-devel] [PATCH] iotests: Wait for qemu to end in 223
2019-03-05 18:29 UTC
[Qemu-devel] iotest 223 is flaky
2019-03-05 18:24 UTC (2+ messages)
[Qemu-devel] [PATCH v3 00/12] Enable build and install of our rST docs
2019-03-05 18:17 UTC (16+ messages)
` [Qemu-devel] [PATCH v3 01/12] docs/cpu-hotplug.rst: Fix rST markup issues
` [Qemu-devel] [PATCH v3 02/12] docs: Convert memory.txt to rst format
` [Qemu-devel] [PATCH v3 03/12] docs: Commit initial files from sphinx-quickstart
` [Qemu-devel] [PATCH v3 04/12] docs/conf.py: Disable unused _static directory
` [Qemu-devel] [PATCH v3 05/12] docs/conf.py: Configure the 'alabaster' theme
` [Qemu-devel] [PATCH v3 06/12] docs/conf.py: Don't include rST sources in HTML build
` [Qemu-devel] [PATCH v3 07/12] docs/conf.py: Disable option warnings
` [Qemu-devel] [PATCH v3 08/12] docs: Provide separate conf.py for each manual we want
` [Qemu-devel] [PATCH v3 09/12] Makefile, configure: Support building rST documentation
` [Qemu-devel] [PATCH v3 10/12] Makefile: Abstract out "identify the pkgversion" code
` [Qemu-devel] [PATCH v3 11/12] docs/conf.py: Don't hard-code QEMU version
` [Qemu-devel] [PATCH v3 12/12] MAINTAINERS: Add entry for Sphinx documentation infrastructure
[Qemu-devel] [PATCH 0/8] target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian order
2019-03-05 18:16 UTC (13+ messages)
` [Qemu-devel] [PATCH 4/8] target/ppc: introduce avrh_offset() and avrl_offset() functions
` [Qemu-devel] [PATCH 5/8] target/ppc: introduce avr_offset() function
` [Qemu-devel] [PATCH 7/8] target/ppc: introduce vsrh_offset() function
` [Qemu-devel] [PATCH 8/8] target/ppc: simplify get_cpu_vsrh() and get_cpu_vsrl() functions
[Qemu-devel] [PATCH v7 00/14] Misc target/mips fixes and improvements
2019-03-05 18:11 UTC (7+ messages)
` [Qemu-devel] [PATCH v7 02/14] disas: nanoMIPS: Add graphical description of pool organization
[Qemu-devel] [PULL 00/15] MIPS queue for March 5th, 2019
2019-03-05 18:05 UTC (16+ messages)
` [Qemu-devel] [PULL 01/15] disas: nanoMIPS: Correct comments to handlers of some DSP instructions
` [Qemu-devel] [PULL 02/15] disas: nanoMIPS: Add graphical description of pool organization
` [Qemu-devel] [PULL 03/15] tests/tcg: target/mips: Add wrappers for various MSA instructions
` [Qemu-devel] [PULL 04/15] tests/tcg: target/mips: Add test utilities for 32-bit tests
` [Qemu-devel] [PULL 05/15] tests/tcg: target/mips: Add test utilities for 64-bit tests
` [Qemu-devel] [PULL 06/15] tests/tcg: target/mips: Fix test utilities for 128-bit tests
` [Qemu-devel] [PULL 07/15] tests/tcg: target/mips: Extend functionality of MSA wrapper macros
` [Qemu-devel] [PULL 08/15] tests/tcg: target/mips: Add wrappers for some MIPS64R6 instructions
` [Qemu-devel] [PULL 09/15] tests/tcg: target/mips: Add tests for MIPS64R6 logic instructions
` [Qemu-devel] [PULL 10/15] tests/tcg: target/mips: Add tests for MIPS64R6 bit swap instructions
` [Qemu-devel] [PULL 11/15] tests/tcg: target/mips: Add tests for MIPS64R6 bit count instructions
` [Qemu-devel] [PULL 12/15] tests/tcg: target/mips: Add tests for MIPS64R6 shift instructions
` [Qemu-devel] [PULL 13/15] tests/tcg: target/mips: Add tests for MIPS64R6 int multiply instructions
` [Qemu-devel] [PULL 14/15] tests/tcg: target/mips: Add tests for MSA pack instructions
` [Qemu-devel] [PULL 15/15] target/mips: Add tests for integer add MSA instruction group
[Qemu-devel] [PATCH v3 0/5] Add ignore-external migration capability
2019-03-05 18:06 UTC (3+ messages)
[Qemu-devel] [RFC PATCH 0/4] pc: Support firmware configuration with -blockdev (splitted)
2019-03-05 17:53 UTC (10+ messages)
` [Qemu-devel] [PATCH 1/4] pflash_cfi01: Add pflash_cfi01_get_blk() helper
` [Qemu-devel] [PATCH 2/4] hw/i386/pc_sysfw: Remove obsolete PcSysFwDevice
` [Qemu-devel] [PATCH 3/4] hw/i386/pc_sysfw: Let pc_system_firmware_init() access PCMachineState
` [Qemu-devel] [RFC PATCH 4/4] pc: Support firmware configuration with -blockdev
[Qemu-devel] [PULL 00/73] tcg: per-cpu locks
2019-03-05 17:50 UTC (3+ messages)
[Qemu-devel] Following up questions related to QEMU and I/O Thread
2019-03-05 17:29 UTC (2+ messages)
[Qemu-devel] [PATCH] tests: Do not use "\n" in g_test_message() strings
2019-03-05 17:25 UTC (2+ messages)
[Qemu-devel] [PATCH] linux-user: don't short-circuit read with zero length
2019-03-05 17:31 UTC (2+ messages)
[Qemu-devel] [PATCH 00/10] pflash: Fixes and cleanups
2019-03-05 17:25 UTC (12+ messages)
` [Qemu-devel] [PATCH 06/10] r2d: Flash memory creation is confused about size, mark FIXME
[Qemu-devel] [RFC PATCH 0/6] pc: Support firmware configuration with -blockdev
2019-03-05 17:08 UTC (9+ messages)
` [Qemu-devel] [RFC PATCH 5/6] vl: Create block backends before setting machine properties
` [Qemu-devel] [RFC PATCH 6/6] pc: Support firmware configuration with -blockdev
[Qemu-devel] [RFC 0/2] virtio-balloon: Some further fixes
2019-03-05 17:02 UTC (6+ messages)
` [Qemu-devel] [RFC 2/2] virtio-balloon: Restore MADV_WILLNEED hint on balloon deflate
[Qemu-devel] [PULL 0/7] QAPI patches for 2019-03-05
2019-03-05 16:52 UTC (8+ messages)
` [Qemu-devel] [PULL 1/7] tests/qapi-schema: Make test-qapi.py print arrays
` [Qemu-devel] [PULL 2/7] tests/qapi-schema: Cover conditional arrays
` [Qemu-devel] [PULL 3/7] qapi: Pass file name to QAPIGen constructor instead of methods
` [Qemu-devel] [PULL 4/7] qapi: Fix code generation for sub-modules in other directories
` [Qemu-devel] [PULL 5/7] tests: Rename UserDefNativeListUnion to UserDefListUnion
` [Qemu-devel] [PULL 6/7] tests/qapi-schema: Cover forward reference to sub-module
` [Qemu-devel] [PULL 7/7] qapi: Fix array first used in a different module
[Qemu-devel] [PATCH] Added periodic IRQ support for bcm2836_control local timer
2019-03-05 16:37 UTC (4+ messages)
[Qemu-devel] [PATCH 0/5] mips_malta: Clean up definition of flash memory size
2019-03-05 16:34 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the DEBUG_BOARD_INIT code
` [Qemu-devel] [PATCH 2/5] hw/mips/malta: Remove fl_sectors variable (used one single time)
` [Qemu-devel] [PATCH 3/5] hw/mips/malta: Restrict 'bios_size' variable scope
` [Qemu-devel] [PATCH 4/5] hw/mips/malta: Only accept 'monitor' pflash of 4MiB
` [Qemu-devel] [PATCH 5/5] mips_malta: Clean up definition of flash memory size somewhat
[Qemu-devel] [PULL 0/5] Usb 20180227 patches
2019-03-05 16:14 UTC (3+ messages)
` [Qemu-devel] [PULL 3/5] usb-mtp: Support delete of mtp objects
[Qemu-devel] [PULL 00/50] ppc-for-4.0 queue 20190226
2019-03-05 16:10 UTC (3+ messages)
` [Qemu-devel] [PULL 30/50] spapr: Generate FDT fragment for LMBs at configure connector time
[Qemu-devel] [PULL 00/26] pci, pc, virtio: fixes, cleanups, tests
2019-03-05 16:06 UTC (3+ messages)
` [Qemu-devel] [PATCH 5/5] virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size
` [Qemu-devel] [PULL 23/26] "
[Qemu-devel] [PATCH for-4.0 v4 0/2] virtio: Provide version-specific variants of virtio PCI devices
2019-03-05 15:56 UTC (4+ messages)
[Qemu-devel] [PATCH v3 0/3] char-socket: Fix race condition
2019-03-05 15:55 UTC (3+ messages)
[Qemu-devel] [PATCH v2 0/2] block: Gluster 6 compatibility
2019-03-05 15:46 UTC (3+ messages)
` [Qemu-devel] [PATCH v5 1/2] block/gluster: Handle changed glfs_ftruncate signature
` [Qemu-devel] [PATCH v2 2/2] gluster: the glfs_io_cbk callback function pointer adds pre/post stat args
[Qemu-devel] [PATCH] hw/i386: strip AMD IOMMU from Qemu
2019-03-05 15:40 UTC (4+ messages)
` [Qemu-devel] [PATCH] hw/i386: update copyright notice
[Qemu-devel] [PATCH] qcow2: Default to 4KB for the qcow2 cache entry size
2019-03-05 15:36 UTC (2+ messages)
[Qemu-devel] [PATCH v8 00/14] Misc target/mips fixes and improvements
2019-03-05 15:34 UTC (15+ messages)
` [Qemu-devel] [PATCH v8 01/14] disas: nanoMIPS: Correct comments to handlers of some DSP instructions
` [Qemu-devel] [PATCH v8 02/14] disas: nanoMIPS: Add graphical description of pool organization
` [Qemu-devel] [PATCH v8 03/14] tests/tcg: target/mips: Add wrappers for various MSA instructions
` [Qemu-devel] [PATCH v8 04/14] tests/tcg: target/mips: Add test utilities for 32-bit tests
` [Qemu-devel] [PATCH v8 05/14] tests/tcg: target/mips: Add test utilities for 64-bit tests
` [Qemu-devel] [PATCH v8 06/14] tests/tcg: target/mips: Fix test utilities for 128-bit tests
` [Qemu-devel] [PATCH v8 07/14] tests/tcg: target/mips: Extend functionality of MSA wrapper macros
` [Qemu-devel] [PATCH v8 08/14] tests/tcg: target/mips: Add wrappers for some MIPS64R6 instructions
` [Qemu-devel] [PATCH v8 09/14] tests/tcg: target/mips: Add tests for MIPS64R6 logic instructions
` [Qemu-devel] [PATCH v8 10/14] tests/tcg: target/mips: Add tests for MIPS64R6 bit swap instructions
` [Qemu-devel] [PATCH v8 11/14] tests/tcg: target/mips: Add tests for MIPS64R6 bit count instructions
` [Qemu-devel] [PATCH v8 12/14] tests/tcg: target/mips: Add tests for MIPS64R6 shift instructions
` [Qemu-devel] [PATCH v8 13/14] tests/tcg: target/mips: Add tests for MIPS64R6 int multiply instructions
` [Qemu-devel] [PATCH v8 14/14] tests/tcg: target/mips: Add tests for MSA pack instructions
[Qemu-devel] [PATCH V3 0/7] Migration/colo: Fix upstream bugs when occur failover
2019-03-05 15:33 UTC (3+ messages)
[Qemu-devel] [PATCH v5] hw/block: better reporting on pflash backing file mismatch
2019-03-05 15:33 UTC (2+ messages)
[Qemu-devel] [PATCH v2 00/11] Enable build and install of our rST docs
2019-03-05 15:24 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 09/11] Makefile, configure: Support building rST documentation
[Qemu-devel] [PATCH] linux-user: fix "may be used uninitialized" warnings
2019-03-05 15:15 UTC
[Qemu-devel] [PATCH 0/1] update copyright notice
2019-03-05 15:19 UTC (9+ messages)
` [Qemu-devel] [PATCH 1/1] "
` [Qemu-devel] Fwd: "
` [Qemu-devel] [PATCH v4? 0/1] "
[Qemu-devel] [PATCH 0/2] block: Gluster 6 compatibility
2019-03-05 15:18 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/2] block/gluster: Handle changed glfs_ftruncate signature
` [Qemu-devel] [PATCH 2/2] gluster: the glfs_io_cbk callback function pointer adds pre/post stat args
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH v11 0/7] virtio-balloon: free page hint support
2019-03-05 14:50 UTC (3+ messages)
` [Qemu-devel] [PATCH v11 7/7] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
[Qemu-devel] [PATCH 0/5] Improve balloon handling of pagesizes other than 4kiB
2019-03-05 14:41 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/5] virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate
[Qemu-devel] [PATCH v14 0/3] Add make check tests for Migration
2019-03-05 14:19 UTC (2+ messages)
[Qemu-devel] [PATCH v3 1/2] hw/arm/acpi: simplify AML bit and/or statement
2019-03-05 22:03 UTC (2+ messages)
` [Qemu-devel] [PATCH v3 2/2] hw/arm/acpi: enable SHPC native hot plug
[Qemu-devel] [PATCH v3] hw/arm/stellaris: Implement watchdog timer
2019-03-05 13:58 UTC (2+ messages)
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).