Sign in
qemu-android
/
qemu-android
/
9bbc853bd4fc6e4cbdbfc8d52eab0730d3ba94ba
9bbc853
qom: Clean up includes
by Peter Maydell
· 9 years ago
f2ad72b
qobject: Clean up includes
by Peter Maydell
· 9 years ago
2744d92
net: Clean up includes
by Peter Maydell
· 9 years ago
7df7482
slirp: Clean up includes
by Peter Maydell
· 9 years ago
4459bf3
qga: Clean up includes
by Peter Maydell
· 9 years ago
cbf2115
qapi: Clean up includes
by Peter Maydell
· 9 years ago
48d4ab2
disas: Clean up includes
by Peter Maydell
· 9 years ago
aafd758
util: Clean up includes
by Peter Maydell
· 9 years ago
9c05833
backends: Clean up includes
by Peter Maydell
· 9 years ago
2231197
bsd-user: Clean up includes
by Peter Maydell
· 9 years ago
87c9b5e
stubs: Clean up includes
by Peter Maydell
· 9 years ago
e16f4c8
ui: Clean up includes
by Peter Maydell
· 9 years ago
5a3be00
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging
by Peter Maydell
· 9 years ago
bac8e20
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 9 years ago
ae533a4
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
by Peter Maydell
· 9 years ago
44c44ec
Update OpenBIOS images
by Mark Cave-Ayland
· 9 years ago
071aacc
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203' into staging
by Peter Maydell
· 9 years ago
aa9156f
net/filter: Fix the output information for command 'info network'
by zhanghailiang
· 9 years ago
25aaadf
net: always walk through filters in reverse if traffic is egress
by Li Zhijian
· 9 years ago
ab68522
net: netmap: use nm_open() to open netmap ports
by Vincenzo Maffione
· 9 years ago
dd793a7
e1000: eliminate infinite loops on out-of-bounds transfer start
by Laszlo Ersek
· 9 years ago
cc573a6
slirp: Adding family argument to tcp_fconnect()
by Guillaume Subiron
· 9 years ago
9b5a30d
slirp: Make udp_attach IPv6 compatible
by Guillaume Subiron
· 9 years ago
8a87f12
slirp: Add sockaddr_equal, make solookup family-agnostic
by Guillaume Subiron
· 9 years ago
a5fd24a
slirp: Factorizing and cleaning solookup()
by Guillaume Subiron
· 9 years ago
5379229
slirp: Factorizing address translation
by Guillaume Subiron
· 9 years ago
eae303f
slirp: Make Socket structure IPv6 compatible
by Guillaume Subiron
· 9 years ago
18137fb
slirp: Adding address family switch for produced frames
by Guillaume Subiron
· 9 years ago
fc3779a
slirp: Generalizing and neutralizing ARP code
by Guillaume Subiron
· 9 years ago
86c9e1e
slirp: goto bad in udp_input if sosendto fails
by Guillaume Subiron
· 9 years ago
d7f0536
cadence_gem: fix buffer overflow
by Michael S. Tsirkin
· 9 years ago
244381e
net: cadence_gem: check packet size in gem_recieve
by Prasad J Pandit
· 9 years ago
c8c6afa
qemu-doc: Do not promote deprecated -smb and -redir options
by Thomas Huth
· 9 years ago
f853ac6
net/slirp: Tell the users when they are using deprecated options
by Thomas Huth
· 9 years ago
382d34f
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 9 years ago
ba0a710
dma: remove now useless DMA_* functions
by Hervé Poussineau
· 9 years ago
f203c16
sb16: use IsaDma interface instead of global DMA_* functions
by Hervé Poussineau
· 9 years ago
467be5f
gus: use IsaDma interface instead of global DMA_* functions
by Hervé Poussineau
· 9 years ago
2d01109
cs4231a: use IsaDma interface instead of global DMA_* functions
by Hervé Poussineau
· 9 years ago
c8a35f1
fdc: use IsaDma interface instead of global DMA_* functions
by Hervé Poussineau
· 9 years ago
c3ae40e
sparc64: disable floppy DMA
by Hervé Poussineau
· 9 years ago
dd44605
sparc: disable floppy DMA
by Hervé Poussineau
· 9 years ago
020e298
magnum: disable floppy DMA for now
by Hervé Poussineau
· 9 years ago
16ffe36
i8257: implement the IsaDma interface
by Hervé Poussineau
· 9 years ago
5484f30
isa: add an ISA DMA interface, and store it within the ISA bus
by Hervé Poussineau
· 9 years ago
f5f19ee
i8257: move state definition to new independent header
by Hervé Poussineau
· 9 years ago
340e19e
i8257: QOM'ify
by Hervé Poussineau
· 9 years ago
8d3c4c8
i8257: add missing const
by Hervé Poussineau
· 9 years ago
b9ebd28
i8257: make the DMA running method per controller
by Hervé Poussineau
· 9 years ago
74c47de
i8257: rename functions to start with i8257_ prefix
by Hervé Poussineau
· 9 years ago
0eee6d6
i8257: rename struct dma_regs to I8257Regs
by Hervé Poussineau
· 9 years ago
6a128b1
i8257: rename struct dma_cont to I8257State
by Hervé Poussineau
· 9 years ago
5714694
i8257: pass ISA bus to DMA_init() function
by Hervé Poussineau
· 9 years ago
449ae7e
i82374: device only existed as ISA device, so simplify device
by Hervé Poussineau
· 9 years ago
fd9bdbd
fdc: fix detection under Linux
by John Snow
· 9 years ago
1df7d1f
raspi: add raspberry pi 2 machine
by Andrew Baumann
· 9 years ago
716536a
arm/boot: move highbank secure board setup code to common routine
by Andrew Baumann
· 9 years ago
bad5623
bcm2836: add bcm2836 SoC device
by Andrew Baumann
· 9 years ago
cc28296
bcm2836_control: add bcm2836 ARM control logic
by Andrew Baumann
· 9 years ago
7c62aeb
bcm2835_peripherals: add rollup device for bcm2835 peripherals
by Andrew Baumann
· 9 years ago
e3ece3e
bcm2835_ic: add bcm2835 interrupt controller
by Andrew Baumann
· 9 years ago
04f1ab1
bcm2835_property: add bcm2835 property channel
by Andrew Baumann
· 9 years ago
99494e6
bcm2835_mbox: add BCM2835 mailboxes
by Andrew Baumann
· 9 years ago
3c2f7bb
target-arm: Don't report presence of EL2 if it doesn't exist
by Peter Maydell
· 9 years ago
0602f42
libvixl: Avoid std::abs() of 64-bit type
by Peter Maydell
· 9 years ago
6d152eb
arm: virt-acpi: each MADT.GICC entry as enabled unconditionally
by Igor Mammedov
· 9 years ago
3526423
target-arm: Implement the S2 MMU inputsize > pamax check
by Edgar E. Iglesias
· 9 years ago
a0e966c
target-arm: Rename check_s2_startlevel to check_s2_mmu_setup
by Edgar E. Iglesias
· 9 years ago
98d68ec
target-arm: Apply S2 MMU startlevel table size check to AArch64
by Edgar E. Iglesias
· 9 years ago
48d21a5
hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux boots
by Edgar E. Iglesias
· 9 years ago
6a43e0b
target-arm: Make various system registers visible to EL3
by Peter Maydell
· 9 years ago
a43e68a
virt-acpi-build: add always-on property for timer
by Andrew Jones
· 9 years ago
8757462
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into staging
by Peter Maydell
· 9 years ago
ad9e1da
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' into staging
by Peter Maydell
· 9 years ago
c84ea00
log: add "-d trace:PATTERN"
by Paolo Bonzini
· 9 years ago
baf86d6
trace: switch default backend to "log"
by Paolo Bonzini
· 9 years ago
ed7f5f1
trace: convert stderr backend to log
by Paolo Bonzini
· 9 years ago
321c9ad
virtio-gpu: block any rendering until client (ui) is done
by Gerd Hoffmann
· 9 years ago
0c55a1c
virtio-gpu: add support to enable/disable command processing
by Gerd Hoffmann
· 9 years ago
3eb769f
virtio-gpu: maintain command queue
by Gerd Hoffmann
· 9 years ago
8d94c1c
virtio-gpu: fix memory leak in error path
by Gerd Hoffmann
· 9 years ago
bba19b8
console: block rendering until client is done
by Gerd Hoffmann
· 9 years ago
cb9ab7c
zap qemu_egl_has_ext in include/ui/egl-helpers.h
by Gerd Hoffmann
· 9 years ago
d890d50
log: move qemu-log.c into util/ directory
by Denis V. Lunev
· 9 years ago
508127e
log: do not unnecessarily include qom/cpu.h
by Paolo Bonzini
· 9 years ago
e9527dd
trace: add "-trace help"
by Paolo Bonzini
· 9 years ago
10578a2
trace: add "-trace enable=..."
by Paolo Bonzini
· 9 years ago
f246b86
trace: no need to call trace_backend_init in different branches now
by Denis V. Lunev
· 9 years ago
41fc57e
trace: split trace_init_file out of trace_init_backends
by Paolo Bonzini
· 9 years ago
45bd0b4
trace: split trace_init_events out of trace_init_backends
by Paolo Bonzini
· 9 years ago
52449a3
trace: fix documentation
by Paolo Bonzini
· 9 years ago
585ec72
trace: track enabled events in a separate array
by Paolo Bonzini
· 9 years ago
43b48cf
trace: count number of enabled events
by Paolo Bonzini
· 9 years ago
64ffbe0
hmp: fix sendkey out of bounds write (CVE-2015-8619)
by Wolfgang Bumiller
· 9 years ago
c65db77
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016-02-02' into staging
by Peter Maydell
· 9 years ago
8983b67
block: qemu-iotests - add test for snapshot, commit, snapshot bug
by Jeff Cody
· 9 years ago
f8aa905
block: set device_list.tqe_prev to NULL on BDS removal
by Jeff Cody
· 9 years ago
3bb1e82
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160202-1' into staging
by Peter Maydell
· 9 years ago
c7fc50d
iotests: Add "qemu-img map" test for VMDK extents
by Fam Zheng
· 9 years ago
16b0d55
qemu-img: Make MapEntry a QAPI struct
by Fam Zheng
· 9 years ago
Next »