Giter Site home page Giter Site logo

mustafamhasan / qemu120 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from minghuascode/qemu120

0.0 2.0 0.0 82.68 MB

Qemu clone from tag v1.2.0 of the tgz download

HTML 4.11% Shell 0.48% Makefile 0.48% Python 0.65% C 84.63% C++ 2.22% Haxe 0.45% Objective-C 1.59% Assembly 1.55% Forth 2.31% SourcePawn 0.01% Perl 1.23% PHP 0.10% Groff 0.06% F# 0.01% QMake 0.01% XSLT 0.05% Lex 0.01% Yacc 0.03% Arduino 0.01%

qemu120's Introduction

README

=================================================
TOC
Chapter 1 Original tags
Chapter 2 Creation of this repo
Chapter 3 Build
Chapter 4 Run i386 Virtual Machine
Chapter 5 External Applications and Documents

=================================================
=================================================

=================================================
Chapter 5 External Applications and Documents

  xterndoc: 
    clang-reflect/  clang-transform/ clang-tutorial/
    embedded-linux/ free-electrons/
    README

  xternapp: 
    clang-llvm/     clang-transform/ clang-tutorial/
    clrefl/         ethmcrtx.cpp*
    kernel-min/     kernel-nand/
    mpd560/         netsnmp570/
    perl-recdescent/
    reflcpp.tar.gz
    tablet-bootimg/ tablet-rkflashtool/


=================================================
Chapter 4 Run i386 Virtual Machine

4.1 Run the qemu test image 

Download qemu test image linux-0.2.img. Use this command to run and redirect monitor to a pts:
  qemu-system-i386  ~/download/linux-0.2.img -monitor /dev/pts/3


4.2 Install Fedora 14 Or Debian Test Images

Download an installation iso. Then use these commands: 
  qemu-img create -f qcow2 hd1 2G
  qemu-system-i386 -cdrom ~/download/Fedora-14-i386-disc1.iso hd1 -m 512 
Or try these options:
     -hda hda.img -nographic -append "root=/dev/hda1 console=ttyS0,115200n8 console=tty0" -kernel bzImage

Download debian lenny (2.6.26) or squeeze (2.6.32) i386 images from here:
  http://people.debian.org/~aurel32/qemu/i386/

To use ssh access only, include "-redir tcp:5022::22" in command line. Squeeze works well 
with qemu user mode network. You can connect from the guest to the host by host ip address, 
in theory then user reverse port forwarding to connect from host to the guest.

In monitor, use "info snapshots", "savevm <tag>", "loadvm <tag>" to manage snapshots. 
To start guest os from a snapshot, use option "-loadvm <tab>" on command line.
In non-graphic mode, use <C-a h> to see commands, and <C-a c> to toggle between command and console.


=================================================
Chapter 3 Build

Configure: Install additional packages: zlib-devel, glib2-devel. For x86 build, install SDL-devel.
Run commands: 
  cd builds
  sh ../scripts/cfg1.sh
  make
  make install

Make screen snippets:

[@localhost builds]$ vi ../README 
[@localhost builds]$ make
  GEN   arm-softmmu/config-devices.mak
  GEN   arm-linux-user/config-devices.mak
  GEN   armeb-linux-user/config-devices.mak
  GEN   config-all-devices.mak
  GEN   config-host.h
  GEN   trace.h
  GEN   qemu-options.def
  GEN   qmp-commands.h
  GEN   qapi-types.h
  GEN   qapi-visit.h
  GEN   tests/test-qapi-types.h
  GEN   tests/test-qapi-visit.h
  GEN   tests/test-qmp-commands.h
  GEN   qga/qapi-generated/qga-qapi-types.h
  GEN   qga/qapi-generated/qga-qapi-visit.h
  GEN   qga/qapi-generated/qga-qmp-commands.h

  LINK  arm-softmmu/qemu-system-arm
  CC    armeb-linux-user/linux-user/arm/nwfpe/extended_cpdo.o
  LINK  armeb-linux-user/qemu-armeb
  AS    optionrom/multiboot.o
  Building optionrom/multiboot.img
  Building optionrom/multiboot.raw
  Signing optionrom/multiboot.bin
  AS    optionrom/linuxboot.o
  Building optionrom/linuxboot.img
  Building optionrom/linuxboot.raw
  Signing optionrom/linuxboot.bin
  AS    optionrom/kvmvapic.o
  Building optionrom/kvmvapic.img
  Building optionrom/kvmvapic.raw
  Signing optionrom/kvmvapic.bin


=================================================
Chapter 2 Creation of this repo

[1] Download qemu-1.2.0.tar.bz2.
[2] Extract into qemu-1.2.0.
[3] Rename qemu-1.2.0 into src.
[4] Move src into qemu120.
[5] Create this README file.
[6] Create the git repo. Tag it wbinit120

The tree structure: 

 qemu120
 qemu120/src
 qemu120/README
 qemu120/.git

Tags from the original git repo are all named "initial", "release...", "v1.2.3". 
We will use "wbinit", "wbd001", "wbd002", "wbd...", "wbr...".


=================================================
Chapter 1 Original tags

Below is the output from "git tag -n24" in the git tree:

initial         This commit was manufactured by cvs2svn to create tag 'initial'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/initial@4 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_10_0  Add property to tag
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_10_0@6686 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_10_1  Add release tag for 0.10.1 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_10_1@6881 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_10_2  Add a tag for the 0.10.2 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_10_2@7013 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_5_1   This commit was manufactured by cvs2svn to create tag
    'release_0_5_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_5_1@502 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_6_0   This commit was manufactured by cvs2svn to create tag
    'release_0_6_0'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_6_0@1006 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_6_1   This commit was manufactured by cvs2svn to create tag
    'release_0_6_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_6_1@1149 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_7_0   This commit was manufactured by cvs2svn to create tag
    'release_0_7_0'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_7_0@1420 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_7_1   This commit was manufactured by cvs2svn to create tag
    'release_0_7_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_7_1@1535 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_8_1   This commit was manufactured by cvs2svn to create tag
    'release_0_8_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_8_1@1898 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_8_2   This commit was manufactured by cvs2svn to create tag
    'release_0_8_2'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_8_2@2069 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_9_0   This commit was manufactured by cvs2svn to create tag
    'release_0_9_0'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_9_0@2402 c046a42c-6fe2-441c-8c8c-71466251a162
release_0_9_1   This commit was manufactured by cvs2svn to create tag
    'release_0_9_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_9_1@3897 c046a42c-6fe2-441c-8c8c-71466251a162
v0.10.0         Add property to tag
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_10_0@6686 c046a42c-6fe2-441c-8c8c-71466251a162
v0.10.1         Add release tag for 0.10.1 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_10_1@6881 c046a42c-6fe2-441c-8c8c-71466251a162
v0.10.2         Add a tag for the 0.10.2 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_10_2@7013 c046a42c-6fe2-441c-8c8c-71466251a162
v0.10.3         Update version for 0.10.3 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.10.4         Update for 0.10.4 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.10.5         Update for 0.10.5 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.10.6         Update changelot for 0.10.6 release
v0.11.0         Update version and changelog for 0.11.0 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.11.0-rc0     Update version for 0.11.0-rc0
v0.11.0-rc1     Update Changelog and VERSION for 0.11.0-rc1 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.11.0-rc2     Update version and changelog for 0.11.0-rc2 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.11.1         Update version and changelog for 0.11.1 release
    
    Signed-off-by: Aurelien Jarno <[email protected]>
v0.12.0         Update for 0.12.0 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.12.0-rc0     Add S390 maintainer information
    
    This patch adds information about who handles what when it comes to S390.
    I'll gladly support anything that's related to the device emulation model and
    S390 KVM parts.
    
    Since this patchset doesn't implement S390 CPU emulation, I left that part
    with a question mark. As soon as Uli's patchset gets committed I'd recommend
    setting him there.
    
    Signed-off-by: Alexander Graf <[email protected]>
    Signed-off-by: Aurelien Jarno <[email protected]>
v0.12.0-rc1     Update version to -rc1
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.12.0-rc2     Update Changelog and VERSION for 0.12.0-rc2
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.12.1         Update version and changelog for 0.12.1
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.12.2         Update version and changelog for release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.12.3         Merge remote branch 'qemu-kvm/uq/stable-0.12' into stable-0.12
v0.12.4         Update for 0.12.4 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.12.5         Update for 0.12.5 release
    
    Signed-off-by: Aurelien Jarno <[email protected]>
v0.13.0         Update for 0.13.0 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.13.0-rc0     Update version for 0.13.0-rc0
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.13.0-rc1     Update version for 0.13.0-rc1
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.13.0-rc2     Update version for 0.13.0-rc2
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.13.0-rc3     Merge remote branch 'kwolf/for-stable-0.13' into stable-0.13
v0.14.0         Update version for 0.14.0
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.14.0-rc0     Update version for 0.14.0-rc0
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.14.0-rc1     Update version for 0.14.0-rc1
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.14.0-rc2     Update version for 0.14.0-rc2
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.14.1         Stable release 0.14.1
v0.15.0         Update version to 0.15.0
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.15.0-rc0     Bump version to reflect v0.15.0-rc0
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.15.0-rc1     Bump version to 0.15.0-rc1
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.15.0-rc2     Revert "floppy: save and restore DIR register"
    
    This reverts commit 7d905f716bea633f2836e1d661387983aacdc6d6.
    
    The use of subsections by this commit are broken because of a fundamental
    limitations of subsections in the current protocol.
    
    Signed-off-by: Anthony Liguori <[email protected]>
v0.15.1         Version 0.15.1
    
    Signed-off-by: Justin M. Forbes <[email protected]>
v0.5.1          This commit was manufactured by cvs2svn to create tag
    'release_0_5_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_5_1@502 c046a42c-6fe2-441c-8c8c-71466251a162
v0.6.0          This commit was manufactured by cvs2svn to create tag
    'release_0_6_0'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_6_0@1006 c046a42c-6fe2-441c-8c8c-71466251a162
v0.6.1          This commit was manufactured by cvs2svn to create tag
    'release_0_6_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_6_1@1149 c046a42c-6fe2-441c-8c8c-71466251a162
v0.7.0          This commit was manufactured by cvs2svn to create tag
    'release_0_7_0'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_7_0@1420 c046a42c-6fe2-441c-8c8c-71466251a162
v0.7.1          This commit was manufactured by cvs2svn to create tag
    'release_0_7_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_7_1@1535 c046a42c-6fe2-441c-8c8c-71466251a162
v0.8.1          This commit was manufactured by cvs2svn to create tag
    'release_0_8_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_8_1@1898 c046a42c-6fe2-441c-8c8c-71466251a162
v0.8.2          This commit was manufactured by cvs2svn to create tag
    'release_0_8_2'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_8_2@2069 c046a42c-6fe2-441c-8c8c-71466251a162
v0.9.0          This commit was manufactured by cvs2svn to create tag
    'release_0_9_0'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_9_0@2402 c046a42c-6fe2-441c-8c8c-71466251a162
v0.9.1          This commit was manufactured by cvs2svn to create tag
    'release_0_9_1'.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/tags/release_0_9_1@3897 c046a42c-6fe2-441c-8c8c-71466251a162
v1.0            Tag for the v1.0 release
v1.0-rc0        Bump version to 1.0-rc0
    
    Look out 1.0, here we come!
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.0-rc1        Update version for v1.0-rc1
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.0-rc2        Update version to 1.0-rc2
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.0-rc3        Update version for 1.0-rc3 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.0-rc4        Tag for v1.0-rc4
v1.0.1          Version 1.0.1
    
    Signed-off-by: Justin M. Forbes <[email protected]>
v1.1-rc0        Update version for 1.1-rc0 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.1-rc1        Update version for 1.1.0-rc0 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.1-rc2        Update version to 1.1.0-rc2
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.1.0          Update version for 1.1.0 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.1.0-rc2      Update version to 1.1.0-rc2
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.1.0-rc3      Update version for 1.1.0-rc3
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.1.0-rc4      Update version for 1.1.0-rc4 release
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.2.0          Tag for 1.2.0
v1.2.0-rc0      Update version to 1.2.0-rc0
    
    Signed-off-by: Anthony Liguori <[email protected]>
v1.2.0-rc1      Tag for v1.2.0-rc1 release
v1.2.0-rc2      Update version for 1.2.0-rc2
v1.2.0-rc3      Version for the v1.2.0-rc3 release


qemu120's People

Contributors

minghuascode avatar

Watchers

James Cloos avatar Mustafa M. Bakr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.