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
2017-01-31
char: get rid of CharDriver
Marc-André Lureau
8
-221
/
+159
2017-01-31
char: remove chr_free
Marc-André Lureau
2
-17
/
+1
2017-01-31
char-fd: convert to finalize
Marc-André Lureau
1
-10
/
+4
2017-01-31
char-win: convert to finalize
Marc-André Lureau
1
-7
/
+3
2017-01-31
char-win: do not override chr_free
Marc-André Lureau
1
-5
/
+7
2017-01-31
char-win-stdio: convert to finalize
Marc-André Lureau
1
-3
/
+3
2017-01-31
char-stdio: convert to finalize
Marc-André Lureau
1
-3
/
+3
2017-01-31
char-parallel: convert parallel to finalize
Marc-André Lureau
1
-13
/
+17
2017-01-31
char-ringbuf: convert to finalize
Marc-André Lureau
1
-3
/
+3
2017-01-31
char-pty: convert to finalize
Marc-André Lureau
1
-3
/
+4
2017-01-31
char-socket: convert to finalize
Marc-André Lureau
1
-7
/
+5
2017-01-31
char-udp: convert to finalize
Marc-André Lureau
1
-3
/
+4
2017-01-31
mux: convert to finalize
Marc-André Lureau
1
-3
/
+3
2017-01-31
msmouse: convert to finalize
Marc-André Lureau
1
-3
/
+3
2017-01-31
baum: convert to finalize
Marc-André Lureau
1
-3
/
+3
2017-01-31
spice-qemu-char: convert to finalize
Marc-André Lureau
1
-3
/
+3
2017-01-31
MAINTAINERS: add myself to qemu-char.c
Marc-André Lureau
1
-0
/
+1
2017-01-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
114
-1448
/
+2192
2017-01-27
memory: don't sign-extend 32-bit writes
Ladi Prosek
1
-1
/
+1
2017-01-27
chardev: qom-ify
Marc-André Lureau
13
-873
/
+1073
2017-01-27
vc: use a common prefix for chr callbacks
Marc-André Lureau
1
-12
/
+12
2017-01-27
baum: use a common prefix for chr callbacks
Marc-André Lureau
1
-8
/
+8
2017-01-27
gtk: overwrite the console.c char driver
Marc-André Lureau
3
-29
/
+29
2017-01-27
char: use error_report()
Marc-André Lureau
1
-11
/
+14
2017-01-27
spice-char: improve error reporting
Marc-André Lureau
1
-20
/
+10
2017-01-27
char: rename TCPChardev and NetChardev
Marc-André Lureau
1
-37
/
+37
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
80
-724
/
+727
2017-01-27
bt: use qemu_chr_alloc()
Marc-André Lureau
1
-6
/
+13
2017-01-27
char: allocate CharDriverState as a single object
Marc-André Lureau
10
-214
/
+230
2017-01-27
char: use a feature bit for replay
Marc-André Lureau
2
-14
/
+22
2017-01-27
char: introduce generic qemu_chr_get_kind()
Marc-André Lureau
3
-14
/
+24
2017-01-27
char: fold single-user functions in caller
Marc-André Lureau
1
-66
/
+29
2017-01-27
char: move callbacks in CharDriver
Marc-André Lureau
10
-260
/
+381
2017-01-27
char: use a static array for backends
Marc-André Lureau
1
-34
/
+34
2017-01-27
char: use a const CharDriver
Marc-André Lureau
7
-86
/
+151
2017-01-27
doc: fix spelling
Marc-André Lureau
1
-1
/
+1
2017-01-27
char: add qemu_chr_fe_add_watch() Returns description
Marc-André Lureau
1
-0
/
+2
2017-01-27
qemu-options: stdio is available on win32
Marc-André Lureau
1
-2
/
+0
2017-01-27
tests: fix linking test-char on win32
Marc-André Lureau
1
-1
/
+1
2017-01-27
block/iscsi: statically link qemu_iscsi_opts
Peter Lieven
4
-40
/
+71
2017-01-27
pc: Enable vmware-cpuid-freq CPU option for 2.9+ machine types
Phil Dennis-Jordan
2
-2
/
+6
2017-01-27
x86-KVM: Supply TSC and APIC clock rates to guest like VMWare
Phil Dennis-Jordan
3
-6
/
+35
2017-01-27
block: get max_transfer limit for char (scsi-generic) devices
Eric Farman
1
-1
/
+1
2017-01-27
block: Fix target variable of BLKSECTGET ioctl
Eric Farman
2
-7
/
+11
2017-01-27
hw/scsi: Fix debug message of cdb structure in scsi-generic
Eric Farman
1
-2
/
+3
2017-01-27
Introduce DEVICE_CATEGORY_CPU for CPU devices
Thomas Huth
4
-0
/
+11
2017-01-27
block/iscsi: avoid data corruption with cache=writeback
Peter Lieven
1
-2
/
+6
2017-01-27
hw/isa/lpc_ich9: negotiate SMI broadcast on pc-q35-2.9+ machine types
Laszlo Ersek
2
-0
/
+8
2017-01-27
hw/isa/lpc_ich9: add broadcast SMI feature
Laszlo Ersek
2
-1
/
+12
2017-01-27
hw/isa/lpc_ich9: add SMI feature negotiation via fw_cfg
Laszlo Ersek
2
-0
/
+89
[next]