From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAroT-0002zv-7t for qemu-devel@nongnu.org; Thu, 09 Jun 2016 00:43:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAroP-0007Wg-7d for qemu-devel@nongnu.org; Thu, 09 Jun 2016 00:43:25 -0400 Received: from mail-qk0-x22d.google.com ([2607:f8b0:400d:c09::22d]:33886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAroP-0007Wa-32 for qemu-devel@nongnu.org; Thu, 09 Jun 2016 00:43:21 -0400 Received: by mail-qk0-x22d.google.com with SMTP id s186so15227555qkc.1 for ; Wed, 08 Jun 2016 21:43:20 -0700 (PDT) Sender: Richard Henderson References: <1465209480-71364-1-git-send-email-rolnik@amazon.com> <1465209480-71364-2-git-send-email-rolnik@amazon.com> <5dd40eba-a9e8-681c-20c1-be61c3aca01f@twiddle.net> From: Richard Henderson Message-ID: Date: Wed, 8 Jun 2016 21:43:17 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 1/9] target-avr: AVR cores support is added. 1. basic CPU structure 2. registers 3. no instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Rolnik Cc: QEMU Developers , Michael Rolnik On 06/08/2016 12:49 PM, Michael Rolnik wrote: > Hi Richard. > > how can I test it? The easiest way is with the "savevm" / "loadvm" monitor commands. It does require that you have a device attached that can create snapshots (e.g. a disk with qcow2 format). While AVR doesn't normally have disks, you ought to be able to connect a disk with -drive, even if it isn't accessible to the actual avr cpu. r~