Sign in
qemu-android
/
qemu-android
/
cdd5cc12ba8cf0c068da319370bdd3ba45eaf7ac
cdd5cc1
virtio-net: split the has_buffers() logic from can_receive()
by Mark McLoughlin
· 15 years ago
839f368
net/queue: queue packets even if sender doesn't supply a callback
by Mark McLoughlin
· 15 years ago
893379e
net: disable receiving if client returns zero
by Mark McLoughlin
· 15 years ago
be1636b
tap: disable draining queue in one go
by Mark McLoughlin
· 15 years ago
eb85201
Configurable block format whitelist
by Markus Armbruster
· 15 years ago
39a51df
qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user
by Markus Armbruster
· 15 years ago
c79662f
Pass the drive's readonly attribute to the guest OS
by Naphtali Sprei
· 15 years ago
59f2689
Added readonly flag to -drive command
by Naphtali Sprei
· 15 years ago
d191d12
qcow2: Allow qcow2 disk images with size zero
by Stefan Weil
· 15 years ago
b4558d7
(x86/Sparc/PPC)-user: fix cpu_copy
by Blue Swirl
· 15 years ago
4a64356
IDE: Fix reset handling
by Blue Swirl
· 15 years ago
b55a37c
user: move CPU reset call to main.c for x86/PPC/Sparc
by Blue Swirl
· 15 years ago
d84bda4
PPC: rename cpu_ppc_reset to cpu_reset for consistency
by Blue Swirl
· 15 years ago
44a9935
Sparc64/x86: remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
e439413
PPC: remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
a01d6ef
sparc32 (mostly): remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
c169998
v3: don't call reset functions on cpu initialization
by Glauber Costa
· 15 years ago
cae334c
vga: fix line comparison
by malc
· 15 years ago
d198419
vga: Respect Line Compare Register in text modes
by malc
· 15 years ago
3e6ba50
Sparc: fix carry flag handling (Solaris bootblk fix)
by Artyom Tarasenko
· 15 years ago
2d7adea
hw/sd: Support SDHC size cards
by Andrzej Zaborowski
· 15 years ago
2d9f27d
Fix the build when srcdir == objdir
by Anthony Liguori
· 15 years ago
ed7193e
Unbreak Linux build
by Anthony Liguori
· 15 years ago
ec9f735
Update gpxe roms to have BANNER_TIMEOUT=0
by Anthony Liguori
· 15 years ago
71f4eff
Unbreak tap compilation on OS X
by Alexander Graf
· 15 years ago
195325a
Revert "Fall back to network boot as the last possible boot option"
by Anthony Liguori
· 15 years ago
94ca5a9
Fall back to network boot as the last possible boot option
by Anthony Liguori
· 15 years ago
04095e5
Remove e1000 rom loading hack
by Anthony Liguori
· 15 years ago
74b12be
Switch from etherboot to gPXE
by Anthony Liguori
· 15 years ago
fd64612
Switch pc bios from pc-bios to seabios
by Anthony Liguori
· 15 years ago
65e59a0
Update SeaBIOS to latest upstream
by Anthony Liguori
· 15 years ago
3cbe04c
virtio-net: fix macaddr config regression
by Mark McLoughlin
· 15 years ago
76f5159
qemu/msix: fix table access issues
by Michael S. Tsirkin
· 15 years ago
79758e9
qemu/virtio: make wmb compiler barrier + comments
by Michael S. Tsirkin
· 15 years ago
1e5b9d2
Remove aio_ctx from paio_* interface
by Kevin Wolf
· 15 years ago
fa39472
Add *CFLAGS to LINK in rules.mak
by Peter Hjalmarsson
· 15 years ago
718b8ae
serial: Add missing bit
by Stefan Weil
· 15 years ago
45eea13
serial: Support additional serial speed values
by Stefan Weil
· 15 years ago
66a6593
usb: print attached status in info qtree
by Gerd Hoffmann
· 15 years ago
26a9e82
usb-host: use qdev for -usbdevice + rework.
by Gerd Hoffmann
· 15 years ago
b3e461d
usb-storage: use qdev for -usbdevice
by Gerd Hoffmann
· 15 years ago
61e094c
usb: make attach optional.
by Gerd Hoffmann
· 15 years ago
2b0efdc
usb-serial and braille: use qdev for -usbdevice
by Gerd Hoffmann
· 15 years ago
fa7c70c
usb-hid: use qdev for -usbdevice
by Gerd Hoffmann
· 15 years ago
0958b4c
usb core: use qdev for -usbdevice
by Gerd Hoffmann
· 15 years ago
51edd4e
use rom loader for pc bios.
by Gerd Hoffmann
· 15 years ago
5245d57
vga roms: move loading from pc.c to vga drivers.
by Gerd Hoffmann
· 15 years ago
de2aff1
rom loader: make vga+rom loading configurable.
by Gerd Hoffmann
· 15 years ago
14a3f32
rom loader: use qemu_strdup.
by Gerd Hoffmann
· 15 years ago
9c28271
net: move UFO support detection to tap-linux.c
by Mark McLoughlin
· 15 years ago
1faac1f
net: move tap_set_offload() code into tap-linux.c
by Mark McLoughlin
· 15 years ago
dc69004
net: move tap_probe_vnet_hdr() to tap-linux.c
by Mark McLoughlin
· 15 years ago
15ac913
net: move tap_set_sndbuf() to tap-linux.c
by Mark McLoughlin
· 15 years ago
c28b1c1
net: move linux code into net/tap-linux.c
by Mark McLoughlin
· 15 years ago
dffcb71
build: add CONFIG_LINUX
by Mark McLoughlin
· 15 years ago
88b3ec0
net: move AIX code into net/tap-aix.c
by Mark McLoughlin
· 15 years ago
966ea5e
net: move solaris code to net/tap-solaris.c
by Mark McLoughlin
· 15 years ago
e7e9232
net: split BSD tap_open() out into net/tap-bsd.c
by Mark McLoughlin
· 15 years ago
5281d75
net: split all the tap code out into net/tap.c
by Mark McLoughlin
· 15 years ago
f54c7bd
net: move tap-linux.h under net/
by Mark McLoughlin
· 15 years ago
a8ed73f
net: move more stuff into net/tap-win32.c, add net/tap.h
by Mark McLoughlin
· 15 years ago
33ad161
net: move tap-win32.c under net/
by Mark McLoughlin
· 15 years ago
7200ac3
net: move net-checksum.c under net/
by Mark McLoughlin
· 15 years ago
e1144d0
net: move net-queue.[ch] under net/
by Mark McLoughlin
· 15 years ago
f7cbc08
Revert "char: emit the OPENED event only when a new char connection is opened"
by Anthony Liguori
· 15 years ago
9f09204
really fix net.h
by Anthony Liguori
· 15 years ago
a7f085c
Fix signature of new_vlan_client
by Anthony Liguori
· 15 years ago
0ce0e8f
virtio-net: add tap_has_ufo flag to saved state
by Mark McLoughlin
· 15 years ago
6c9f58b
Enable UFO on virtio-net and tap devices
by Sridhar Samudrala
· 15 years ago
1d41b0c
Work around dhclient brokenness
by Anthony Liguori
· 15 years ago
f5436dd
virtio-net: enable tap offload if guest supports it
by Mark McLoughlin
· 15 years ago
b1c28b4
net: add tap_set_offload()
by Mark McLoughlin
· 15 years ago
3a33013
virtio-net: add vnet_hdr support
by Mark McLoughlin
· 15 years ago
2596774
net: implement tap support for receive_raw()
by Mark McLoughlin
· 15 years ago
b04c413
net: use qemu_send_packet_raw() in qemu_announce_self()
by Gleb Natapov
· 15 years ago
70783b9
net: add receive_raw parameter to qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
ca77d17
net: add an API for 'raw' packets
by Mark McLoughlin
· 15 years ago
c0b8e49
net: add flags parameter to packet queue interface
by Mark McLoughlin
· 15 years ago
24e3236
net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs
by Mark McLoughlin
· 15 years ago
bb6e636
net: add a client type code
by Mark McLoughlin
· 15 years ago
baf74c9
net: add a vnet_hdr=on|off parameter
by Mark McLoughlin
· 15 years ago
424a7f9
net: refactor tap initialization
by Mark McLoughlin
· 15 years ago
8e0f8e5
net: enable IFF_VNET_HDR on tap fds if available
by Mark McLoughlin
· 15 years ago
38c75be
net: make tap_receive() re-use tap_receive_iov() code
by Mark McLoughlin
· 15 years ago
7668229
net: import linux tap ioctl definitions
by Mark McLoughlin
· 15 years ago
1abb817
net: remove unused includes of if_tun.h and if_tap.h
by Mark McLoughlin
· 15 years ago
72ecf02
Revert "qcow2: Bring synchronous read/write back to life"
by Kevin Wolf
· 15 years ago
db0ffc2
linux-aio: Honour AsyncContext
by Kevin Wolf
· 15 years ago
e5f3764
posix-aio-compat: Honour AsyncContext
by Kevin Wolf
· 15 years ago
65d6b3d
block: Use new AsyncContext for bdrv_read/write emulation
by Kevin Wolf
· 15 years ago
9a1e948
Introduce contexts for asynchronous callbacks
by Kevin Wolf
· 15 years ago
4f999d0
Split out bottom halves
by Kevin Wolf
· 15 years ago
8febfa2
Add qemu_aio_process_queue()
by Kevin Wolf
· 15 years ago
59c7b15
posix-aio-compat: Split out posix_aio_process_queue
by Kevin Wolf
· 15 years ago
18f3a51
monitor: Convert do_closefd() to QObject
by Luiz Capitulino
· 15 years ago
f0d6000
monitor: Convert do_getfd() to QObject
by Luiz Capitulino
· 15 years ago
e1c923a
monitor: Convert do_eject() to QObject
by Luiz Capitulino
· 15 years ago
6848d82
monitor: Convert do_pci_device_hot_remove() to QObject
by Luiz Capitulino
· 15 years ago
911d296
monitor: Convert do_migrate_cancel() to QObject
by Luiz Capitulino
· 15 years ago
3a49210
monitor: Convert do_migrate_set_speed() to QObject
by Luiz Capitulino
· 15 years ago
Next »