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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2014-03-11
configure: don't modify .status on error
Michael S. Tsirkin
1
-13
/
+14
2014-03-11
pc: avoid duplicate names for ROM MRs
Michael S. Tsirkin
4
-6
/
+12
2014-03-09
loader: rename in_ram/has_mr
Michael S. Tsirkin
4
-6
/
+6
2014-03-09
qemu: x86: ignore ioapic polarity
Gabriel L. Somlo
1
-3
/
+0
2014-03-09
pckbd: return 'keyboard enabled' on read input port command
Hervé Poussineau
1
-1
/
+1
2014-03-09
pam: partly fix write-only mode
Hervé Poussineau
1
-1
/
+1
2014-03-09
acpi-test: issue errors instead of warnings when possible
Marcel Apfelbaum
1
-9
/
+17
2014-03-09
acpi-test: retain both asl and aml files on failure
Marcel Apfelbaum
1
-7
/
+9
2014-03-09
MAINTAINERS: drop an out of date address
Michael S. Tsirkin
1
-2
/
+0
2014-03-09
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
11
-19
/
+41
2014-03-09
Add 'debug-threads' suboption to --name
Dr. David Alan Gilbert
5
-2
/
+30
2014-03-09
Rework --name to use QemuOpts
Dr. David Alan Gilbert
1
-13
/
+39
2014-03-09
PCIE: fix regression with coldplugged multifunction device
Igor Mammedov
1
-8
/
+8
2014-03-09
memory_region_present: return false if address is not found in child MemoryRe...
Igor Mammedov
2
-4
/
+4
2014-03-09
virtio-net: remove function calls from assert
Joel Stanley
1
-2
/
+5
2014-03-09
acpi-test-data: update expected files
Michael S. Tsirkin
4
-0
/
+0
2014-03-09
acpi-build: append description for non-hotplug
Michael S. Tsirkin
7
-264
/
+500
2014-03-08
Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging
Peter Maydell
12
-157
/
+322
2014-03-08
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
18
-46
/
+608
2014-03-08
build: Fix installation of target-dependent files
Lluís Vilanova
1
-1
/
+1
2014-03-08
xenfb: Fix graphic_console_init() build failure
Andreas Färber
1
-1
/
+1
2014-03-07
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-4' into staging
Peter Maydell
43
-742
/
+2330
2014-03-07
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
61
-740
/
+6818
2014-03-07
Merge remote-tracking branch 'remotes/cohuck/tags/virtio-ccw-20140305' into s...
Peter Maydell
7
-9
/
+120
2014-03-07
block: qemu-iotests 085 - live snapshots tests
Jeff Cody
3
-0
/
+248
2014-03-07
hw/ide/ahci.h: Avoid shifting left into sign bit
Peter Maydell
1
-5
/
+5
2014-03-06
configure: Always build with -fno-common
Peter Maydell
1
-1
/
+1
2014-03-06
configure: Make C++ test work with --enable-werror
Peter Maydell
1
-22
/
+53
2014-03-06
block: Fix error path segfault in bdrv_open()
Kevin Wolf
3
-0
/
+25
2014-03-06
qemu-iotests: Test a few blockdev-add error cases
Kevin Wolf
3
-0
/
+163
2014-03-06
blockdev: Fix NULL pointer dereference in blockdev-add
Kevin Wolf
1
-2
/
+4
2014-03-06
blockdev: Fail blockdev-add with encrypted images
Kevin Wolf
1
-1
/
+8
2014-03-06
block/raw-win32: Strip "file:" prefix on creation
Max Reitz
1
-0
/
+2
2014-03-06
block/raw-win32: Implement bdrv_parse_filename()
Max Reitz
1
-0
/
+12
2014-03-06
block/raw-posix: Strip "file:" prefix on creation
Max Reitz
1
-0
/
+2
2014-03-06
block/raw-posix: Implement bdrv_parse_filename()
Max Reitz
1
-0
/
+12
2014-03-06
block: Keep "filename" option after parsing
Max Reitz
1
-1
/
+6
2014-03-06
block: mirror - remove code cruft that has no function
Jeff Cody
1
-3
/
+0
2014-03-06
block: make bdrv_swap rebuild the bs graph node list field.
Benoît Canet
1
-5
/
+19
2014-03-05
block: Fix bs->request_alignment assertion for bs->sg=1
Kevin Wolf
1
-1
/
+1
2014-03-05
iscsi: Use bs->sg for everything else than disks
Kevin Wolf
1
-5
/
+4
2014-03-05
qemu-iotests: Test progress output for conversion
Kevin Wolf
3
-0
/
+84
2014-03-05
qemu-img convert: Fix progress output
Kevin Wolf
1
-9
/
+11
2014-03-05
gluster: Remove unused defines and header include
Bharata B Rao
1
-4
/
+0
2014-03-05
gluster: Change licence to GPLv2+
Bharata B Rao
1
-10
/
+2
2014-03-05
ui/sdl2 : initial port to SDL 2.0 (v2.0)
Dave Airlie
7
-9
/
+1123
2014-03-05
console: add QemuUIInfo
Gerd Hoffmann
2
-0
/
+29
2014-03-05
console: add head to index to qemu consoles.
Gerd Hoffmann
24
-31
/
+52
2014-03-05
input: remove index_from_keycode (no users)
Gerd Hoffmann
2
-15
/
+0
2014-03-05
input: move do_mouse_set to new core
Gerd Hoffmann
2
-43
/
+21
[next]