From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWUBr-0003TL-Dt for Qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:38:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWUBh-0008SF-Sx for Qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:38:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWUBh-0008S8-LB for Qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:38:37 -0500 From: Markus Armbruster References: <509A710C.60103@redhat.com> Date: Wed, 07 Nov 2012 23:33:20 +0100 In-Reply-To: <509A710C.60103@redhat.com> (Kevin Wolf's message of "Wed, 07 Nov 2012 15:32:44 +0100") Message-ID: <87a9ut2gcv.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] Qemu Monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Qemu-devel@nongnu.org, Muhammad Nouman Kevin Wolf writes: > Forwarding your mail to qemu-devel, where it really belongs. > > Keivn > > Am 07.11.2012 14:32, schrieb Muhammad Nouman: >> Hi ! I am trying to use qemu monitor *info tlb* But when i enter >> ctrl+a+c ,and then enter info tlb , i don't find *info tlb* option in >> the monitors list given below. >> >> (qemu) info tlb >> info balloon -- show balloon information >> info block -- show the block devices >> info blockstats -- show block device statistics >> info capture -- show capture information >> info chardev -- show the character devices >> info cpus -- show infos for each CPU >> info history -- show the command line history >> info irq -- show the interrupts statistics (if available) >> info jit -- show dynamic compiler info >> info kvm -- show KVM information >> info mice -- show which guest mouse is receiving events >> info migrate -- show migration status >> info mtree -- show memory tree >> info name -- show the current VM name >> info network -- show the network state >> info numa -- show NUMA information >> info pci -- show PCI info >> info pcmcia -- show guest PCMCIA status >> info pic -- show i8259 (PIC) state >> info profile -- show profiling information >> info qdm -- show qdev device model list >> info qtree -- show device tree >> info registers -- show the cpu registers >> info roms -- show roms >> info snapshots -- show the currently saved VM snapshots >> info status -- show the current VM status (running|paused) >> info trace-events -- show available trace-events & their state >> info usb -- show guest USB devices >> info usbhost -- show host USB devices >> info usernet -- show user network stack connection states >> info uuid -- show the current VM UUID >> info version -- show the version of QEMU >> info vnc -- show the vnc server status >> >> *You can see , no info tlb option in it.So, what should i do to see tlb?? >> * "info tlb" is only available for some targets. What's your target?