index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-29
memory: rename MemoryRegion::has_ram_addr to ::terminates
Avi Kivity
2
-10
/
+10
2011-07-29
memory: abstract address space operations
Avi Kivity
1
-30
/
+81
2011-07-29
Internal interfaces for memory API
Avi Kivity
2
-0
/
+43
2011-07-29
memory: merge adjacent segments of a single memory region
Avi Kivity
1
-0
/
+29
2011-07-29
memory: implement dirty tracking
Avi Kivity
2
-8
/
+32
2011-07-29
Hierarchical memory region API
Avi Kivity
3
-0
/
+1039
2011-07-29
Add memory API documentation
Avi Kivity
1
-0
/
+172
2011-07-29
qdev: Reset hot-plugged devices
Jan Kiszka
1
-0
/
+3
2011-07-25
Let users select their pythons
Blue Swirl
2
-6
/
+19
2011-07-25
simpletrace: suppress a warning from unused variable
Blue Swirl
1
-1
/
+1
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
13
-15
/
+21
2011-07-24
Fix chrdev return value conversion
Blue Swirl
2
-4
/
+5
2011-07-23
qemu-ga: remove dependency on gio and gthread
Anthony Liguori
2
-29
/
+12
2011-07-23
guest-agent: only enable FSFREEZE when it's supported by the kernel
Anthony Liguori
1
-5
/
+7
2011-07-23
Open 1.0 development branch.
Anthony Liguori
1
-1
/
+1
2011-07-23
Bump version to reflect v0.15.0-rc0
v0.15.0-rc0
Anthony Liguori
1
-1
/
+1
2011-07-23
Correct spelling of licensed
Matthew Fernandez
64
-64
/
+64
2011-07-23
Register Linux dyntick timer as per-thread signal
Jan Kiszka
3
-0
/
+20
2011-07-23
mc146818rtc: Handle host clock resets
Jan Kiszka
1
-0
/
+20
2011-07-23
qemu-timer: Introduce clock reset notifier
Jan Kiszka
2
-1
/
+33
2011-07-23
notifier: Pass data argument to callback
Jan Kiszka
13
-23
/
+23
2011-07-23
ide: Turn properties any IDE device must have into bus properties
Markus Armbruster
1
-1
/
+4
2011-07-23
virtio-serial: Turn props any virtio-serial-bus device must have into bus props
Markus Armbruster
2
-4
/
+5
2011-07-23
virtio-serial: Clean up virtser_bus_dev_print() output
Markus Armbruster
1
-8
/
+5
2011-07-23
usb-ccid: Drop unused CCIDCardInfo callback print()
Markus Armbruster
2
-12
/
+0
2011-07-23
Remove unused USES_X509_AUTH macro from VNC sasl code
Daniel P. Berrange
1
-7
/
+0
2011-07-23
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
8
-6
/
+100
2011-07-23
Store VNC auth scheme per-client as well as per-server
Daniel P. Berrange
4
-26
/
+41
2011-07-23
do not reset no_shutdown after we shutdown the vm
Wen Congyang
1
-1
/
+0
2011-07-23
vl.c: Don't limit node count by smp count
Sasha Levin
1
-2
/
+2
2011-07-23
vga: Fix type of lfb/map_addr/end.
Richard Henderson
1
-5
/
+5
2011-07-23
qemu-char: Print strerror message on failure
Kevin Wolf
8
-83
/
+117
2011-07-23
qemu-timer: change unix timer to dynticks
Paolo Bonzini
1
-12
/
+28
2011-07-23
iothread: replace fair_mutex with a condition variable
Paolo Bonzini
1
-15
/
+9
2011-07-23
multiboot: Support commas in module parameters
Adam Lackorzynski
1
-9
/
+9
2011-07-23
report serial devices created with -device in the PIIX4 config space
Paolo Bonzini
3
-12
/
+31
2011-07-23
.gitignore: ignore qemu-ga and qapi-generated
Alexandre Raymond
1
-0
/
+2
2011-07-23
guest agent: use QERR_UNSUPPORTED for disabled RPCs
Michael Roth
1
-3
/
+3
2011-07-23
net: Consistently use qemu_macaddr_default_if_unset
Jan Kiszka
9
-17
/
+11
2011-07-23
net: Dump client type 'info network'
Jan Kiszka
1
-3
/
+12
2011-07-23
net: Refactor net_client_types
Jan Kiszka
3
-15
/
+23
2011-07-23
net: Improve layout of 'info network'
Jan Kiszka
1
-5
/
+9
2011-07-23
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
7
-1
/
+147
2011-07-23
slirp: Put forked exec into separate process group
Jan Kiszka
1
-1
/
+2
2011-07-23
slirp: Replace m_freem with m_free
Jan Kiszka
7
-19
/
+16
2011-07-23
slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host
Jan Kiszka
1
-5
/
+8
2011-07-23
slirp: Canonicalize restrict syntax
Jan Kiszka
2
-8
/
+17
2011-07-23
slirp: Fix restricted mode
Jan Kiszka
3
-25
/
+6
2011-07-23
Deprecate -M command line options
Jan Kiszka
1
-25
/
+20
2011-07-23
Generalize -machine command line option
Jan Kiszka
3
-22
/
+46
[next]