index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-18
remove some double-includes
Michael Tokarev
16
-19
/
+0
2013-05-18
translate: remove redundantly included qemu/timer.h
liguang
1
-1
/
+0
2013-05-18
Remove twice include of qemu-common.h
Qiao Nuohan
1
-1
/
+0
2013-05-18
fix /proc/self/maps output
Christophe Lyon
1
-2
/
+2
2013-05-17
target-mips: fix incorrect behaviour for EXTP
Petar Jovanovic
2
-2
/
+19
2013-05-17
Update version for 1.5.0-rc3 release
Anthony Liguori
1
-1
/
+1
2013-05-17
Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into staging
Anthony Liguori
1
-6
/
+19
2013-05-17
Revert "migration: don't account sleep time for calculating bandwidth"
Michael Roth
1
-4
/
+1
2013-05-16
main-loop: partial revert of 5e3bc73
Stefan Hajnoczi
1
-18
/
+14
2013-05-16
main-loop: narrow win32 pollfds_fill() event bitmasks
Stefan Hajnoczi
1
-4
/
+4
2013-05-16
virtio: add virtio_bus_get_dev_path.
KONRAD Frederic
1
-0
/
+14
2013-05-15
Update version for 1.5.0-rc2 release
Anthony Liguori
1
-1
/
+1
2013-05-15
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
2
-2
/
+9
2013-05-15
qemu-common: Resolve vector build breakes for AltiVec
Paolo Bonzini
1
-2
/
+8
2013-05-15
ide-test: Fix endianness problems
Kevin Wolf
1
-5
/
+27
2013-05-15
hw/pci-host/versatile.c: Provide property for forcing broken IRQ mapping
Peter Maydell
1
-1
/
+13
2013-05-15
hw/pci-host/versatile.c: Update autodetect to detect newer kernels
Peter Maydell
1
-7
/
+62
2013-05-15
Revert "versatile_pci: Put the host bridge PCI device at slot 29"
Peter Maydell
1
-2
/
+0
2013-05-15
w32: Fix configure test for -march=i486
Stefan Weil
1
-0
/
+1
2013-05-15
configure: Detect uuid on MacOSX (fixes compile failure)
Peter Maydell
1
-1
/
+5
2013-05-15
vnc: Make ledstate comparison before modifiers updated
Lei Li
1
-1
/
+2
2013-05-15
virtio-net-x: forward the netclient name and type.
KONRAD Frederic
3
-0
/
+9
2013-05-15
virtio-net: add virtio_net_set_netclient_name.
KONRAD Frederic
2
-2
/
+47
2013-05-15
qapi: fix leak in unit tests
Michael Roth
1
-2
/
+7
2013-05-15
qmp: fix handling of cmd with Equals in qmp-shell
Zhangleiqiang
1
-0
/
+2
2013-05-14
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
4
-14
/
+35
2013-05-14
block: Add hint to -EFBIG error message
Kevin Wolf
1
-2
/
+6
2013-05-14
qcow2: Catch some L1 table index overflows
Kevin Wolf
3
-12
/
+29
2013-05-14
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
Paolo Bonzini
5
-6
/
+20
2013-05-14
osdep, kvm: rename low-level RAM allocation functions
Paolo Bonzini
9
-19
/
+18
2013-05-14
readline: Handle xterm escape sequences for Home/End keys
Kevin Wolf
1
-0
/
+15
2013-05-14
portability: pty.h is glibc-specific
Paolo Bonzini
3
-11
/
+12
2013-05-14
spitz: fix compilation failure due to pty.h namespace pollution
Paolo Bonzini
1
-50
/
+50
2013-05-14
acpi: add dummy write function for acpi timer
Gerd Hoffmann
1
-0
/
+7
2013-05-13
qom: aggressively optimize qom casting
Anthony Liguori
2
-2
/
+42
2013-05-13
ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0
Igor Mitsyanko
1
-0
/
+19
2013-05-13
Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"
Paolo Bonzini
4
-13
/
+4
2013-05-13
qom: allow turning cast debugging off
Paolo Bonzini
3
-9
/
+26
2013-05-13
qom: trace asserting casts
Paolo Bonzini
2
-1
/
+12
2013-05-13
qom: pass file/line/function to asserting casts
Paolo Bonzini
2
-11
/
+20
2013-05-13
qom: add a fast path to object_class_dynamic_cast
Paolo Bonzini
1
-0
/
+5
2013-05-13
qom: allow casting of a NULL class
Paolo Bonzini
1
-3
/
+9
2013-05-13
qom: improve documentation of cast functions
Paolo Bonzini
1
-2
/
+21
2013-05-13
qga: unlink just created guest-file if fchmod() or fdopen() fails on it
Laszlo Ersek
1
-0
/
+3
2013-05-13
qga: distinguish binary modes in "guest_file_open_modes" map
Laszlo Ersek
1
-6
/
+16
2013-05-13
Merge remote-tracking branch 'mjt/trivial-patches-next' into staging
Anthony Liguori
14
-28
/
+49
2013-05-13
Merge remote-tracking branch 'spice/spice.v70' into staging
Anthony Liguori
1
-0
/
+3
2013-05-12
osdep.h: include sys/types.h for ssize_t definition
Igor Mitsyanko
1
-1
/
+1
2013-05-12
remove double semicolons
Dong Xu Wang
7
-9
/
+9
2013-05-12
clean unnecessary code: don't check g_strdup arg for NULL
Dong Xu Wang
2
-2
/
+2
[next]