projects
/
sdk
/
emulator
/
qemu.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
sdk/emulator/qemu.git
2009-11-07
Blue Swirl
Sparc64/x86: remove unneeded calls to device reset
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Blue Swirl
PPC: remove unneeded calls to device reset
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Blue Swirl
sparc32 (mostly): remove unneeded calls to device reset
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Glauber Costa
v3: don't call reset functions on cpu initialization
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
malc
vga: fix line comparison
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
malc
vga: Respect Line Compare Register in text modes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Artyom Tarasenko
Sparc: fix carry flag handling (Solaris bootblk fix)
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
Andrzej Zaborowski
hw/sd: Support SDHC size cards
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
Anthony Liguori
Fix the build when srcdir == objdir
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Anthony Liguori
Unbreak Linux build
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Anthony Liguori
Update gpxe roms to have BANNER_TIMEOUT=0
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Alexander Graf
Unbreak tap compilation on OS X
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Anthony Liguori
Revert "Fall back to network boot as the last possible...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Anthony Liguori
Fall back to network boot as the last possible boot...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Anthony Liguori
Remove e1000 rom loading hack
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Anthony Liguori
Switch from etherboot to gPXE
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Anthony Liguori
Switch pc bios from pc-bios to seabios
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Anthony Liguori
Update SeaBIOS to latest upstream
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
virtio-net: fix macaddr config regression
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Michael S....
qemu/msix: fix table access issues
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Michael S....
qemu/virtio: make wmb compiler barrier + comments
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Kevin Wolf
Remove aio_ctx from paio_* interface
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Peter Hjalmarsson
Add *CFLAGS to LINK in rules.mak
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Stefan Weil
serial: Add missing bit
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Stefan Weil
serial: Support additional serial speed values
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
usb: print attached status in info qtree
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
usb-host: use qdev for -usbdevice + rework.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
usb-storage: use qdev for -usbdevice
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
usb: make attach optional.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
usb-serial and braille: use qdev for -usbdevice
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
usb-hid: use qdev for -usbdevice
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
usb core: use qdev for -usbdevice
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
use rom loader for pc bios.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
vga roms: move loading from pc.c to vga drivers.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
rom loader: make vga+rom loading configurable.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Gerd Hoffmann
rom loader: use qemu_strdup.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move UFO support detection to tap-linux.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move tap_set_offload() code into tap-linux.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move tap_probe_vnet_hdr() to tap-linux.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move tap_set_sndbuf() to tap-linux.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move linux code into net/tap-linux.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
build: add CONFIG_LINUX
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move AIX code into net/tap-aix.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move solaris code to net/tap-solaris.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: split BSD tap_open() out into net/tap-bsd.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: split all the tap code out into net/tap.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move tap-linux.h under net/
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move more stuff into net/tap-win32.c, add net...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move tap-win32.c under net/
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move net-checksum.c under net/
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Mark McLoughlin
net: move net-queue.[ch] under net/
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Anthony Liguori
Revert "char: emit the OPENED event only when a new...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Anthony Liguori
really fix net.h
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Anthony Liguori
Fix signature of new_vlan_client
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
virtio-net: add tap_has_ufo flag to saved state
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Sridhar Samudrala
Enable UFO on virtio-net and tap devices
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Anthony Liguori
Work around dhclient brokenness
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
virtio-net: enable tap offload if guest supports it
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: add tap_set_offload()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
virtio-net: add vnet_hdr support
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: implement tap support for receive_raw()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Gleb Natapov
net: use qemu_send_packet_raw() in qemu_announce_self()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: add receive_raw parameter to qemu_new_vlan_client()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: add an API for 'raw' packets
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: add flags parameter to packet queue interface
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: add tap_has_vnet_hdr() and tap_using_vnet_hdr...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: add a client type code
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: add a vnet_hdr=on|off parameter
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: refactor tap initialization
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: enable IFF_VNET_HDR on tap fds if available
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: make tap_receive() re-use tap_receive_iov() code
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: import linux tap ioctl definitions
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Mark McLoughlin
net: remove unused includes of if_tun.h and if_tap.h
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Kevin Wolf
Revert "qcow2: Bring synchronous read/write back to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Kevin Wolf
linux-aio: Honour AsyncContext
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Kevin Wolf
posix-aio-compat: Honour AsyncContext
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Kevin Wolf
block: Use new AsyncContext for bdrv_read/write emulation
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Kevin Wolf
Introduce contexts for asynchronous callbacks
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Kevin Wolf
Split out bottom halves
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Kevin Wolf
Add qemu_aio_process_queue()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Kevin Wolf
posix-aio-compat: Split out posix_aio_process_queue
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Luiz Capitulino
monitor: Convert do_closefd() to QObject
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Luiz Capitulino
monitor: Convert do_getfd() to QObject
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Luiz Capitulino
monitor: Convert do_eject() to QObject
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Luiz Capitulino
monitor: Convert do_pci_device_hot_remove() to QObject
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Luiz Capitulino
monitor: Convert do_migrate_cancel() to QObject
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Luiz Capitulino
monitor: Convert do_migrate_set_speed() to QObject
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Luiz Capitulino
monitor: Convert do_migrate() to QObject
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Luiz Capitulino
monitor: Convert do_physical_memory_save() to QObject
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Luiz Capitulino
monitor: Convert do_memory_save() to QObject
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
lsi_scsi: port to vmstate
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
vmstate: Add VMSTATE_BUFFER_UNSAFE
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
vmware_vga: port to vmstate
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
vmware_vga: the support to change dinamically depth...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
vmware_vga: scratch is really an array of uint32_t
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
vmware_vga: remove !EMBED_STDVGA code
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
vmware_vga: qemu_malloc() returns void *
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
vmware_vga: Remove uselss casts from void *
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Juan Quintela
vga: remove unused vga_common_save/load
commit
|
commitdiff
|
tree
|
snapshot
next