qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for 2.1 0/2] bug fixs for memory backend


From: Hu Tao
Subject: [Qemu-devel] [PATCH for 2.1 0/2] bug fixs for memory backend
Date: Thu, 3 Jul 2014 14:10:54 +0800

This series includes two patches to fix bugs of memory backend. See each
patch for the bugs and how to reproduce them.

Hu Tao (2):
  memory: introduce memory_region_init_ram_nofail() and
    memory_region_init_ram_ptr_nofail()
  memory-backend-file: improve error handling

 backends/hostmem-ram.c   |  2 +-
 exec.c                   | 46 ++++++++++++++++++++++++--------------
 hw/block/pflash_cfi01.c  |  5 ++++-
 hw/block/pflash_cfi02.c  |  5 ++++-
 hw/core/loader.c         |  2 +-
 hw/display/vga.c         |  2 +-
 hw/display/vmware_vga.c  |  3 ++-
 hw/i386/kvm/pci-assign.c |  9 ++++----
 hw/i386/pc.c             |  2 +-
 hw/i386/pc_sysfw.c       |  4 ++--
 hw/misc/ivshmem.c        |  9 ++++----
 hw/misc/vfio.c           |  3 ++-
 hw/pci/pci.c             |  2 +-
 include/exec/memory.h    | 32 ++++++++++++++++++++++++---
 include/exec/ram_addr.h  |  4 ++--
 memory.c                 | 57 +++++++++++++++++++++++++++++++++++++++++++-----
 numa.c                   |  4 ++--
 17 files changed, 143 insertions(+), 48 deletions(-)

-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]