From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1vln-000847-US for qemu-devel@nongnu.org; Wed, 24 Jul 2013 05:54:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1vln-0008B0-2Z for qemu-devel@nongnu.org; Wed, 24 Jul 2013 05:54:07 -0400 Received: from [222.73.24.84] (port=46724 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1vlm-00089H-OF for qemu-devel@nongnu.org; Wed, 24 Jul 2013 05:54:07 -0400 Date: Wed, 24 Jul 2013 17:52:50 +0800 From: Hu Tao Message-ID: <20130724095249.GA26559@localhost.localdomain> References: <1374596592-7027-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 In-Reply-To: <1374596592-7027-1-git-send-email-imammedo@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: vasilis.liaskovitis@profitbricks.com, pbonzini@redhat.com, qemu-devel@nongnu.org v6 doesn't work here, things are going fine until online hotplugged memory in guest. steps: 1. qemu cmd: ./x86_64-softmmu/qemu-system-x86_64 -enable-kvm -m 512,maxmem=2G,slots=1 \ -hda /mnt/data/libvirt-images/hut-rhel6.3.img -L ../pc-bios-memhp/ (bios is from MST's acpi tree) 2. hot-plug a dimm: device_adddimm,id=d0,size=1G 3. online hotplugged memory(in guest): echo 'onlone' > /sys/devices/system/memory/memory/32/state then after several seconds the console prints error messages like: nommu_map_sg: overflow 107c15000+4096 of device mask ffffffff ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 ata1.00: cmd ca/00:10:d0:0d:a4/00:00:00:00:00/e0 tag 0 dma 8192 out res 50/00:00:08:09:e0/00:00:00:00:00/e0 Emask 0x40 (internal error) ata1.00: configured for MWDMA2 ata1: EH complete (repeat) and can't do any disk I/O.