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
2012-02-10
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
19
-86
/
+91
2012-02-10
usb: add USBEndpoint->{nr,pid}
Gerd Hoffmann
2
-0
/
+7
2012-02-10
usb: USBPacket: add status, rename owner -> ep
Gerd Hoffmann
6
-18
/
+35
2012-02-10
usb: fold usb_generic_handle_packet into usb_handle_packet
Gerd Hoffmann
1
-33
/
+25
2012-02-10
usb: kill handle_packet callback
Gerd Hoffmann
15
-83
/
+4
2012-02-10
usb-xhci: switch to usb_find_device()
Gerd Hoffmann
1
-2
/
+10
2012-02-10
usb-musb: switch to usb_find_device()
Gerd Hoffmann
1
-4
/
+3
2012-02-10
usb-ohci: switch to usb_find_device()
Gerd Hoffmann
1
-36
/
+37
2012-02-10
usb-ehci: switch to usb_find_device()
Gerd Hoffmann
1
-40
/
+29
2012-02-10
usb-uhci: switch to usb_find_device()
Gerd Hoffmann
1
-30
/
+15
2012-02-10
usb: handle dev == NULL in usb_handle_packet()
Gerd Hoffmann
1
-0
/
+4
2012-02-10
usb-hub: implement find_device
Gerd Hoffmann
1
-0
/
+21
2012-02-10
usb: add usb_find_device()
Gerd Hoffmann
3
-0
/
+32
2012-02-10
usb: kill usb_send_msg
Gerd Hoffmann
2
-14
/
+0
2012-02-10
usb: kill USB_MSG_RESET
Gerd Hoffmann
8
-31
/
+25
2012-02-10
usb: kill USB_MSG_{ATTACH,DETACH}
Gerd Hoffmann
2
-13
/
+3
2012-02-10
usb-redir: Add the posibility to filter out certain devices from redirecion
Hans de Goede
2
-11
/
+106
2012-02-10
usb-ehci: Clear the portstatus powner bit on device disconnect
Hans de Goede
1
-0
/
+5
2012-02-10
usb-uhci: implement bandwidth management
Gerd Hoffmann
1
-7
/
+22
2012-02-10
vnc: lift modifier keys on client disconnect.
Gerd Hoffmann
1
-0
/
+25
2012-02-10
vnc: implement shared flag handling.
Gerd Hoffmann
3
-0
/
+127
2012-02-10
vnc: fix ctrl key in vnc terminal emulation
Gerd Hoffmann
1
-2
/
+8
2012-02-10
Fix vnc memory corruption with width = 1400
Gerd Hoffmann
1
-1
/
+1
2012-02-09
make: Remove duplicate use of GLIB_CFLAGS
Stefan Weil
5
-8
/
+0
2012-02-09
AHCI: Masking of IRQs actually masks them
Alexander Graf
1
-0
/
+2
2012-02-09
sheepdog: fix co_recv coroutine context
MORITA Kazutaka
1
-0
/
+3
2012-02-09
AHCI: Fix port reset race
Alexander Graf
1
-0
/
+5
2012-02-09
rewrite QEMU_BUILD_BUG_ON
Dong Xu Wang
1
-1
/
+3
2012-02-09
qcow2: Keep unknown header extension when rewriting header
Kevin Wolf
2
-2
/
+50
2012-02-09
qcow2: Update whole header at once
Kevin Wolf
2
-60
/
+95
2012-02-09
vpc: Round up image size during fixed image creation
Kevin Wolf
1
-13
/
+10
2012-02-09
vpc: Add support for Fixed Disk type
Charles Arnold
1
-91
/
+194
2012-02-09
iSCSI: add configuration variables for iSCSI
Ronnie Sahlberg
5
-15
/
+229
2012-02-09
qemu-io: add write -z option for bdrv_co_write_zeroes
Stefan Hajnoczi
1
-8
/
+69
2012-02-09
qed: add .bdrv_co_write_zeroes() support
Stefan Hajnoczi
2
-8
/
+103
2012-02-09
qed: replace is_write with flags field
Stefan Hajnoczi
3
-9
/
+14
2012-02-09
block: perform zero-detection during copy-on-read
Stefan Hajnoczi
1
-3
/
+11
2012-02-09
block: add .bdrv_co_write_zeroes() interface
Stefan Hajnoczi
4
-6
/
+64
2012-02-09
cutils: extract buffer_is_zero() from qemu-img.c
Stefan Hajnoczi
3
-39
/
+44
2012-02-09
ARM devboards: Set arm_sysctl properties before init, not after
Peter Maydell
3
-3
/
+3
2012-02-08
apic: Fix legacy vmstate loading for KVM
Jan Kiszka
1
-1
/
+6
2012-02-08
kvm: Implement kvm_irqchip_in_kernel like kvm_enabled
Jan Kiszka
6
-24
/
+16
2012-02-08
kvm: Allow to set shadow MMU size
Jan Kiszka
3
-1
/
+21
2012-02-08
Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into staging
Anthony Liguori
14
-404
/
+823
2012-02-08
Merge remote-tracking branch 'aneesh/for-upstream' into staging
Anthony Liguori
8
-34
/
+393
2012-02-08
Merge remote-tracking branch 'sweil/w32' into staging
Anthony Liguori
2
-3
/
+22
2012-02-08
slirp: Prevent sending ICMP error replies to source-only addresses
Jan Kiszka
1
-0
/
+5
2012-02-08
slirp: Remove unused variable and unused code
Stefan Weil
1
-41
/
+26
2012-02-07
Restore consistent formatting
malc
6
-129
/
+129
2012-02-07
w32: Initialise critical section before starting thread (fix #922131)
Stefan Weil
1
-2
/
+7
[prev]
[next]