Sign in
qemu-android
/
qemu-android
/
2ea5a7af7bfa576a5936400ccca4144caca9640b
2ea5a7a
qemu-char: tcp: make use GIOChannel
by Anthony Liguori
· 12 years ago
76a9644
qemu-char: convert UDP to GIOChannel
by Anthony Liguori
· 12 years ago
093d3a2
qemu-char: convert pty to GIOChannel
by Anthony Liguori
· 12 years ago
a29753f
qemu-char: convert fd_chr to use a GIOChannel
by Anthony Liguori
· 12 years ago
96c6384
char: add IOWatchPoll support
by Anthony Liguori
· 12 years ago
ed7a154
qemu-char: remove dead/confusing logic with nb_stdio_clients
by Anthony Liguori
· 12 years ago
baca6f1
char-socket: fix error reporting
by Anthony Liguori
· 12 years ago
0bc472a
hw/nand.c: correct the sense of the BUSY/READY status bit
by Kuo-Jung Su
· 12 years ago
76c4850
Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-arm
by Aurelien Jarno
· 12 years ago
597e2ce
mipsn32-linux-user: Configure the architecture properly
by Richard Henderson
· 12 years ago
68473f1
mips64-linux-user: Enable 64-bit address mode and fpu
by Richard Henderson
· 12 years ago
ff4f738
mips-linux-user: Fix n32 and n64 syscalls
by Richard Henderson
· 12 years ago
084d049
mips-linux-user: Save and restore fpu and dsp from sigcontext
by Richard Henderson
· 12 years ago
51cd14d
mips-linux-user: Enable mips64 and mipsn32 linux-user targets
by Richard Henderson
· 12 years ago
ff97090
mips-linux-user: Share o32 code for n32 and n64 signals
by Richard Henderson
· 12 years ago
2c3c668
mips-linux-user: Delete n32 and n64 signal stubs
by Richard Henderson
· 12 years ago
ed4659d
MAINTAINERS: add entry for ARM KVM guest cores
by Peter Maydell
· 12 years ago
68b05c4
configure: Enable KVM on ARM
by Peter Maydell
· 12 years ago
ed46676
hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
by Peter Maydell
· 12 years ago
eb035b4
target-arm: Use MemoryListener to identify GIC base address for KVM
by Peter Maydell
· 12 years ago
5311118
hw/arm_gic: Convert ARM GIC classes to use init/realize
by Peter Maydell
· 12 years ago
9ecb992
hw/arm_gic: Add presave/postload hooks
by Peter Maydell
· 12 years ago
8163557
ARM KVM: save and load VFP registers from kernel
by Peter Maydell
· 12 years ago
494b00c
ARM: KVM: Add support for KVM on ARM architecture
by Christoffer Dall
· 12 years ago
f520641
target-arm: Drop CPUARMState* argument from bank_number()
by Peter Maydell
· 12 years ago
eadd0e4
linux-headers: resync from mainline to add ARM KVM headers
by Peter Maydell
· 12 years ago
2e07b29
oslib-posix: Align to permit transparent hugepages on ARM Linux
by Peter Maydell
· 12 years ago
0011597
target-arm: Don't decode RFE or SRS on M profile cores
by Peter Maydell
· 12 years ago
8146588
target-arm: Factor out handling of SRS instruction
by Peter Maydell
· 12 years ago
26135ea
target-mips: Fix accumulator selection for MIPS16 and microMIPS
by Richard Sandiford
· 12 years ago
54b2f42
target-mips: Translate breaks and traps into the appropriate signal
by Meador Inge
· 12 years ago
20c334a
target-mips: fix DSP overflow macro and affected routines
by Petar Jovanovic
· 12 years ago
71df81a
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 12 years ago
a690060
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
e482ded
Merge remote-tracking branch 'kraxel/seabios-1.7.2.1' into staging
by Anthony Liguori
· 12 years ago
bf5363e
Merge remote-tracking branch 'stefanha/net' into staging
by Anthony Liguori
· 12 years ago
272d2d8
block: for HMP commit() operations on 'all', skip non-COW drives
by Jeff Cody
· 12 years ago
1b8bbb4
sheepdog: add support for connecting to unix domain socket
by MORITA Kazutaka
· 12 years ago
25af257
sheepdog: use inet_connect to simplify connect code
by MORITA Kazutaka
· 12 years ago
5d6768e
sheepdog: accept URIs
by MORITA Kazutaka
· 12 years ago
bf1c852
move socket_set_nodelay to osdep.c
by MORITA Kazutaka
· 12 years ago
4ef7b89
slirp/tcp_subr.c: fix coding style in tcp_connect
by MORITA Kazutaka
· 12 years ago
2c20e71
dataplane: remove EventPoll in favor of AioContext
by Paolo Bonzini
· 12 years ago
69b302b
virtio-blk: fix unplug + virsh reboot
by Christian Borntraeger
· 12 years ago
02d583c
ide/macio: Fix macio DMA initialisation.
by Mark Cave-Ayland
· 12 years ago
806f352
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
by Peter Maydell
· 12 years ago
3a808cc
translate-all.c: Remove cpu_unlink_tb()
by Peter Maydell
· 12 years ago
378df4b
Handle CPU interrupts by inline checking of a flag
by Peter Maydell
· 12 years ago
7721137
cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PC
by Peter Maydell
· 12 years ago
fadf982
cpu: Introduce ENV_OFFSET macros
by Andreas Färber
· 12 years ago
0980011
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
by Peter Maydell
· 12 years ago
07ca08b
tcg-sparc: fix build
by Blue Swirl
· 12 years ago
288f1e3
cadence_gem: Add debug msgs for rx desc movement
by Peter Crosthwaite
· 12 years ago
5025388
cadence_gem: Don't reset rx desc pointer on rx_en
by Peter Crosthwaite
· 12 years ago
ae80a35
cadence_gem: fix interrupt events
by Peter Crosthwaite
· 12 years ago
1c5d079
cadence_gem: factor out can_rx() logic replication
by Peter Crosthwaite
· 12 years ago
e3f9d31
cadence_gem: Flush queued packets
by Peter Crosthwaite
· 12 years ago
a7fd691
m25p80.c: Use QOM classes for part differentiation
by Peter Crosthwaite
· 12 years ago
b972b4e
xilinx_zynq: Added SD controllers
by Peter Crosthwaite
· 12 years ago
80f4d9f
vl.c: allow for repeated -sd arguments
by Peter Crosthwaite
· 12 years ago
d7dfca0
hw/sdhci: introduce standard SD host controller
by Igor Mitsyanko
· 12 years ago
353575f
arm: a9mpcore: Coreify the SCU
by Peter Crosthwaite
· 12 years ago
9595978
arm: a9mpcore: remove old_timer_status field
by Peter Crosthwaite
· 12 years ago
cde4577
arm: mptimer: Remove WDT distinction
by Peter Crosthwaite
· 12 years ago
845769f
arm: arm11mpcore, a9mpcore: CamelCased type names
by Peter Crosthwaite
· 12 years ago
c6205dd
arm: mptimer: CamelCased type names
by Peter Crosthwaite
· 12 years ago
1be97bf
hw/pflash_cfi01: Treat read in unknown command state as read
by Peter Maydell
· 12 years ago
6e39278
hw/pflash_cfi01: Make read after byte-write or erase return status
by Peter Maydell
· 12 years ago
5c78d6a
hw/ds1338: Fix conversion between 12 hours and 24 hours modes.
by Antoine Mathys
· 12 years ago
5c75fb1
update seabios to 1.7.2.1
by Gerd Hoffmann
· 12 years ago
a4bcea3
target-i386: Use mulu2 and muls2
by Richard Henderson
· 12 years ago
554f199
Set virtio-serial device to have a default of 2 MSI vectors.
by Gal Hammer
· 12 years ago
0e98b43
ICH9 LPC: Reset Control Register, basic implementation
by Laszlo Ersek
· 12 years ago
7feb640
Fix guest OS hang when 64bit PCI bar present
by Alexey Korolev
· 12 years ago
2af234e
e1000: unbreak the guest network migration to 1.3
by Michael S. Tsirkin
· 12 years ago
af347aa
qmp: netdev_add is like -netdev, not -net, fix documentation
by Markus Armbruster
· 12 years ago
40e8c26
doc: document -netdev hubport
by Stefan Hajnoczi
· 12 years ago
f6b26cf
net: reduce the unnecessary memory allocation of multiqueue
by Jason Wang
· 12 years ago
d26e445
tap: set IFF_ONE_QUEUE per default
by Peter Lieven
· 12 years ago
ce675a7
tap: forbid creating multiqueue tap when hub is used
by Jason Wang
· 12 years ago
7d91ddd
net: fix unbounded NetQueue
by Luigi Rizzo
· 12 years ago
199ee60
net: fix qemu_flush_queued_packets() in presence of a hub
by Luigi Rizzo
· 12 years ago
6b37a23
vhost: memory sync fixes
by Michael S. Tsirkin
· 12 years ago
ee24aaf
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
by Anthony Liguori
· 12 years ago
31e76f6
glib: Add compat wrapper for g_poll on old glib
by Alexander Graf
· 12 years ago
989b697
qemu-log: default to stderr for logging output
by Peter Maydell
· 12 years ago
ab40044
show --disable-gtk and --enable-gtk in the help message
by Hu Tao
· 12 years ago
bc0477c
Add compat for GDK_KEY_XXX symbols
by Daniel P. Berrange
· 12 years ago
ef6413a
Add compat macro for gtk_widget_get_realized
by Daniel P. Berrange
· 12 years ago
528de90
Add support for enabling build with GTK3
by Daniel P. Berrange
· 12 years ago
0d20664
Ensure x_keymap.o is built when GTK is enabled
by Daniel P. Berrange
· 12 years ago
fe43bca
Replace expose-event handler with draw handler in GTK3
by Daniel P. Berrange
· 12 years ago
1ed76b5
Conditionalize use of gtk_widget_size_request
by Daniel P. Berrange
· 12 years ago
8906de7
Conditionalize use of gdk_display_warp_pointer
by Daniel P. Berrange
· 12 years ago
530daf8
Replace gtk_menu_append with gtk_menu_shell_append
by Daniel P. Berrange
· 12 years ago
51572ab
Remove use of GtkVBox in GTK3
by Daniel P. Berrange
· 12 years ago
2a05485
Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrab
by Daniel P. Berrange
· 12 years ago
655199d
Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrab
by Daniel P. Berrange
· 12 years ago
66962f1
Remove use of gdk_drawable_get_{screen, display}
by Daniel P. Berrange
· 12 years ago
cba6883
Add compat for gdk_drawable_get_size on GTK3
by Daniel P. Berrange
· 12 years ago
Next »