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-02-01
add set_echo implementation for text consoles
Paolo Bonzini
1
-1
/
+16
2011-02-01
create TextConsole together with the CharDeviceState
Paolo Bonzini
1
-25
/
+31
2011-02-01
add set_echo implementation for qemu_chr_stdio
Paolo Bonzini
1
-10
/
+16
2011-02-01
move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio
Paolo Bonzini
1
-10
/
+8
2011-02-01
add qemu_chr_set_echo
Paolo Bonzini
3
-0
/
+10
2011-02-01
remove broken code for tty
Paolo Bonzini
1
-10
/
+0
2011-02-01
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
16
-488
/
+716
2011-02-01
Merge remote branch 'spice/spice.v29.pull' into staging
Anthony Liguori
17
-80
/
+391
2011-02-01
Merge remote branch 'spice/usb.5' into staging
Anthony Liguori
6
-111
/
+282
2011-02-01
Merge remote branch 'amit/for-anthony' into staging
Anthony Liguori
3
-46
/
+139
2011-02-01
vnc: Fix password expiration through 'change vnc ""' (v2)
Anthony Liguori
3
-10
/
+38
2011-02-01
linux-user: avoid gcc array overrun warning for sparc
Peter Maydell
1
-3
/
+4
2011-02-01
hw/slavio_intctl.c: fix gcc warning about array bounds overrun
Peter Maydell
1
-1
/
+6
2011-02-01
SPARC: Fix Leon3 cache control
Fabien Chouteau
4
-10
/
+23
2011-01-31
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
1
-2
/
+2
2011-01-31
blockdev: Fix drive_add for drives without media
Markus Armbruster
5
-18
/
+7
2011-01-31
blockdev: Replace drive_add()'s fmt, ... by optstr parameter
Markus Armbruster
3
-21
/
+15
2011-01-31
blockdev: Reject multiple definitions for the same drive
Markus Armbruster
2
-17
/
+33
2011-01-31
blockdev: New drive_get_by_index()
Markus Armbruster
2
-0
/
+8
2011-01-31
blockdev: Factor drive_index_to_{bus,unit}_id out of drive_init()
Markus Armbruster
1
-8
/
+14
2011-01-31
blockdev: Make drive_add() take explicit type, index parameters
Markus Armbruster
4
-25
/
+48
2011-01-31
blockdev: Fix regression in -drive if=scsi,index=N
Markus Armbruster
7
-9
/
+20
2011-01-31
blockdev: Put BlockInterfaceType names and max_devs in tables
Markus Armbruster
1
-30
/
+21
2011-01-31
blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.h
Markus Armbruster
2
-6
/
+6
2011-01-31
blockdev: New drive_get_next(), replacing qdev_init_bdrv()
Markus Armbruster
6
-22
/
+19
2011-01-31
qcow2-refcount: remove write-only variables
Blue Swirl
1
-4
/
+1
2011-01-31
scsi hotplug: Set DriveInfo member bus correctly
Markus Armbruster
1
-0
/
+1
2011-01-31
raw-win32: Fix bdrv_flush return value
Kevin Wolf
1
-1
/
+1
2011-01-31
qed: Images with backing file do not require QED_F_NEED_CHECK
Stefan Hajnoczi
1
-7
/
+17
2011-01-31
qcow2: Add bdrv_discard support
Kevin Wolf
3
-0
/
+92
2011-01-31
qemu-io: Fix discard command
Kevin Wolf
1
-1
/
+1
2011-01-31
sheepdog: support creating images on remote hosts
MORITA Kazutaka
1
-3
/
+14
2011-01-31
Reorganize struct Qcow2Cache for better struct packing
Jes Sorensen
1
-1
/
+1
2011-01-31
ahci: Fix cpu_physical_memory_unmap() argument ordering
Stefan Hajnoczi
1
-5
/
+5
2011-01-31
Add documentation for STRTOSZ_DEFSUFFIX_ macros
Jes Sorensen
1
-0
/
+7
2011-01-31
virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREAD
Stefan Hajnoczi
1
-2
/
+6
2011-01-31
virtio-blk: tell the guest about size changes
Christoph Hellwig
1
-0
/
+10
2011-01-31
block: tell drivers about an image resize
Christoph Hellwig
5
-8
/
+25
2011-01-31
block: add block_resize monitor command
Christoph Hellwig
4
-0
/
+78
2011-01-31
strtosz(): Use suffix macros in switch() statement
Jes Sorensen
1
-5
/
+5
2011-01-31
strtosz(): Fix name confusion in use of modf()
Jes Sorensen
1
-2
/
+2
2011-01-31
strtosz() use qemu_toupper() to simplify switch statement
Jes Sorensen
1
-6
/
+1
2011-01-31
strtosz(): use unsigned char and switch to qemu_isspace()
Jes Sorensen
1
-3
/
+4
2011-01-30
Update OpenBIOS images to r1018
Blue Swirl
4
-1
/
+1
2011-01-29
sdl: remove unused variable
Blue Swirl
1
-6
/
+0
2011-01-29
New trace-event backend: stderr
Fabien Chouteau
3
-3
/
+65
2011-01-29
prep: Disable second IDE channel, as long as ISA IDE emulation doesn't suppor...
Hervé Poussineau
1
-1
/
+1
2011-01-29
prep: Remove bogus BIOS size check
Andreas Färber
1
-3
/
+0
2011-01-29
mc146818rtc: update registers after a format change
Aurelien Jarno
1
-1
/
+9
2011-01-29
mc146818rtc: constantify
Aurelien Jarno
1
-2
/
+3
[next]