From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TW6ge-0008PJ-BB for Qemu-devel@nongnu.org; Wed, 07 Nov 2012 09:33:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TW6gU-0004rn-H0 for Qemu-devel@nongnu.org; Wed, 07 Nov 2012 09:33:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TW6gU-0004rT-87 for Qemu-devel@nongnu.org; Wed, 07 Nov 2012 09:32:50 -0500 Message-ID: <509A710C.60103@redhat.com> Date: Wed, 07 Nov 2012 15:32:44 +0100 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Qemu Monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Muhammad Nouman , Qemu-devel@nongnu.org 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?? > * > > Thanks > Regards > Nouman >