Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libtcg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton
libtcg
Commits
9d0fe224
Commit
9d0fe224
authored
21 years ago
by
Fabrice Bellard
Browse files
Options
Downloads
Patches
Plain Diff
update
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@330
c046a42c-6fe2-441c-8c8c-71466251a162
parent
6e0374f6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Changelog
+8
-1
8 additions, 1 deletion
Changelog
README
+1
-0
1 addition, 0 deletions
README
VERSION
+1
-1
1 addition, 1 deletion
VERSION
qemu-doc.texi
+3
-3
3 additions, 3 deletions
qemu-doc.texi
with
13 additions
and
5 deletions
Changelog
+
8
−
1
View file @
9d0fe224
version 0.4.3:
- x86 exception fix in case of nop instruction.
- gcc 3.2.2 bug workaround (RedHat 9 fix)
- sparc and Alpha host fixes
- many ARM target fixes: 'ls' and 'bash' can be launched.
version 0.4.2:
- many exception handling fixes (can compile a Linux kernel inside vl)
- IDE emulation support
- initial GDB stub support
- deferred update support for disk images (Rusty Russell)
- accept
u
ser
m
ode Linux Copy On Write disk images
- accept
U
ser
M
ode Linux Copy On Write disk images
- SMP kernels can at least be booted
version 0.4.1:
...
...
This diff is collapsed.
Click to expand it.
README
+
1
−
0
View file @
9d0fe224
...
...
@@ -50,6 +50,7 @@ host gcc binutils glibc linux distribution
x86 2.95.2 2.13.2 2.1.3 2.4.18
3.2 2.13.2 2.1.3 2.4.18
2.96 2.11.93.0.2 2.2.5 2.4.18 Red Hat 7.3
3.2.2 2.13.90.0.18 2.3.2 2.4.20 Red Hat 9
PowerPC 2.95.4 2.12.90.0.1 2.2.5 2.4.20-pre2 Debian 3.0
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
9d0fe224
0.4.2
\ No newline at end of file
0.4.3
\ No newline at end of file
This diff is collapsed.
Click to expand it.
qemu-doc.texi
+
3
−
3
View file @
9d0fe224
...
...
@@ -480,9 +480,9 @@ disk image. QEMU stores the original raw disk image name and its
modified time in the COW disk image so that chances of mistakes are
reduced.
If raw disk image is not read
-
only, by pressing @key
{
C
-
a s
}
you
can
flush the COW disk image back into the raw disk image, as in
snapshot
mode.
If
the
raw disk image is not read
-
only, by pressing @key
{
C
-
a s
}
you
can
flush the COW disk image back into the raw disk image, as in
snapshot
mode.
COW disk images can also be created without a corresponding raw disk
image. It is useful to have a big initial virtual disk image without
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment