Sign in
qemu-android
/
qemu-android
/
4a24470497360d8b77568b83008d0e9d6eb0787d
/
hw
d999f7e
Restore consistent formatting of audio devices
by malc
· 16 years ago
b20a008
xilinx-eth: Remove debug print.
by Edgar E. Iglesias
· 16 years ago
42f1ced
Don't set IRQs on device reset and loadvm/savevm
by Blue Swirl
· 16 years ago
eae6bcb
Call piix4_reset() on system reset.
by Blue Swirl
· 16 years ago
0d0a7e6
Don't set IRQs on device reset and loadvm/savevm
by Blue Swirl
· 16 years ago
15a1956
Call piix3_reset() on system reset.
by Gleb Natapov
· 16 years ago
c8075ac
Register usb-uhci reset function.
by Gleb Natapov
· 16 years ago
bc26e55
Revert "Update irqs on reset and device load"
by Blue Swirl
· 16 years ago
727170b
Allow user to specify CPU model
by Blue Swirl
· 16 years ago
77d4db0
Fix vga_screen_dump_blank() PPM generation
by Eduardo Habkost
· 16 years ago
aea2a33
Prevent CD-ROM media eject while device is locked
by Mark McLoughlin
· 16 years ago
7d9aa9c
pci: add define for communication class devices
by Amit Shah
· 16 years ago
5c5dafd
virtio blk: fix warning.
by Gerd Hoffmann
· 16 years ago
49c47da
lsi53c895a: Implement write access to DMA Byte Counter
by Sebastian Herbszt
· 16 years ago
4b9a2d6
lsi53c895a: Implement read and write access to DMA Next Address
by Sebastian Herbszt
· 16 years ago
bd8ee11
lsi53c895a: Implement Scratch Byte Register
by Sebastian Herbszt
· 16 years ago
28c2c26
Rename pci_register_io_region() to pci_register_bar()
by Avi Kivity
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
d3fa1e0
qdev: Fix regression in "pci_add ... storage if=virtio, ..."
by Markus Armbruster
· 16 years ago
7271618
Incorporate changes from v2 of Gleb's RTC reset patch
by Anthony Liguori
· 16 years ago
ba49431
etrax: Don't pass CPUState to peripherals.
by Edgar E. Iglesias
· 16 years ago
eeb7c03
Add rtc reset function.
by Gleb Natapov
· 16 years ago
11be4b3
Add static to local machine declaration.
by Stefan Weil
· 16 years ago
678e12c
Don't use cpu_index as apic_id.
by Gleb Natapov
· 16 years ago
c4f31a0
Apic creation should not depend on pci
by Gleb Natapov
· 16 years ago
df97b92
Add -no-virtio-balloon command-line option
by Eduardo Habkost
· 16 years ago
6693665
Fix SDL include path.
by Stefan Weil
· 16 years ago
a8b7063
Avoid a gcc 3 format warning
by Blue Swirl
· 16 years ago
c7085da
Avoid gcc 4.4 warning about uninitialized field
by Blue Swirl
· 16 years ago
4f72c4d
Fix signedness problems
by Blue Swirl
· 16 years ago
3e3cabc
xen nic: check tx queue after connect.
by Gerd Hoffmann
· 16 years ago
23327f7
include inttypes.h in xen.h
by Gerd Hoffmann
· 16 years ago
a85d688
xen: adapt to qemu_machine changes
by Gerd Hoffmann
· 16 years ago
908c7b9
xen_disk: move sanity check to the correct place
by Gerd Hoffmann
· 16 years ago
41107bc
ETRAX: DMA fixes for 64bit hosts.
by Edgar E. Iglesias
· 16 years ago
562183d
ETRAX: Correct PIC creation for the bare FS board.
by Edgar E. Iglesias
· 16 years ago
074f2ff
qdev: move name+size into DeviceInfo (v2)
by Gerd Hoffmann
· 16 years ago
57b452a
Fix stellaris ethernet
by Paul Brook
· 16 years ago
df12c1f
Fix xilinx_ethlite breakage by 4f1c942b7f
by Jan Kiszka
· 16 years ago
f8e76fb
Merge branch 'net-queue'
by Anthony Liguori
· 16 years ago
b9aaf7f
Fix Sparse warning
by Blue Swirl
· 16 years ago
8238467
Remove unused and misnamed field and variable
by Blue Swirl
· 16 years ago
3dcd219
Update irqs on reset and device load
by Blue Swirl
· 16 years ago
32c86e9
Register reset functions for e1000 and rtl8139
by Blue Swirl
· 16 years ago
4ffb17f
virtio-net: Increase filter and control limits
by Alex Williamson
· 16 years ago
015cb16
virtio-net: Add new RX filter controls
by Alex Williamson
· 16 years ago
2d9aba3
virtio-net: MAC filter optimization
by Alex Williamson
· 16 years ago
8fd2a2f
virtio-net: Fix MAC filter overflow handling
by Alex Williamson
· 16 years ago
bbe2f39
virtio-net: reorganize receive_filter()
by Alex Williamson
· 16 years ago
f10c592
virtio-net: Use a byte to store RX mode flags
by Alex Williamson
· 16 years ago
6c042c1
virtio-net: Add version_id 7 placeholder for vnet header support
by Alex Williamson
· 16 years ago
8aeff62
virtio-net: implement rx packet queueing
by Mark McLoughlin
· 16 years ago
4f1c942
net: add return value to packet receive handler
by Mark McLoughlin
· 16 years ago
e3f5ec2
net: pass VLANClientState* as first arg to receive handlers
by Mark McLoughlin
· 16 years ago
cda9046
net: re-name vc->fd_read() to vc->receive()
by Mark McLoughlin
· 16 years ago
463af53
net: add fd_readv() handler to qemu_new_vlan_client() args
by Mark McLoughlin
· 16 years ago
10ae5a7
net: Improve parameter error reporting
by Jan Kiszka
· 16 years ago
98ba263
qdev: c99 initilaizers for bus_type_names
by Gerd Hoffmann
· 16 years ago
682aea0
xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.
by Gerd Hoffmann
· 16 years ago
7105b05
xen nic: use qemu_malloc
by Gerd Hoffmann
· 16 years ago
6379840
xen: net backend doesn't need linux headers.
by Gerd Hoffmann
· 16 years ago
db241f4
Fix typo
by Paul Brook
· 16 years ago
cae4956
qdev: add monitor command to dump the tree.
by Gerd Hoffmann
· 16 years ago
1431b6a
Record device property types
by Paul Brook
· 16 years ago
bdb1136
Remove ARM NVIC initialization hack
by Paul Brook
· 16 years ago
aca312a
qdev: kill DeviceState->name
by Gerd Hoffmann
· 16 years ago
4b0c7aa
microblaze: Fix loading of petalogix s3adsp1800 dtb.
by Edgar E. Iglesias
· 16 years ago
40905a6
Stellaris qdev conversion
by Paul Brook
· 16 years ago
2c6554b
Implement multiple samplers on stellaris ADC
by Paul Brook
· 16 years ago
5cea859
Use relative path for bios
by Paul Brook
· 16 years ago
8a43b1e
Allow monitor interaction when using migrate -exec
by Chris Lalancette
· 16 years ago
cab3c82
e1000: Ignore reset command
by Kevin Wolf
· 16 years ago
7696d1e
microblaze: Conditionalize FDT features.
by Edgar E. Iglesias
· 16 years ago
6a8b1ae
microblaze: Add petalogix s3a1800dsp MMU linux ref-design.
by Edgar E. Iglesias
· 16 years ago
b43848a
xilinx: Add ethlite emulation.
by Edgar E. Iglesias
· 16 years ago
ee118d9
xilinx: Add uartlite emulation.
by Edgar E. Iglesias
· 16 years ago
388f60b
xilinx: Add OPB timer.
by Edgar E. Iglesias
· 16 years ago
17628bc
xilinx: Add interrupt controller.
by Edgar E. Iglesias
· 16 years ago
1f07fd1
microblaze: Add CPU interrupt wrapper logic.
by Edgar E. Iglesias
· 16 years ago
067a3dd
Remove qdev irq sink handling
by Paul Brook
· 16 years ago
3cb5a22
ETRAX: Removed unused struct entry and fixed Windows build.
by Stefan Weil
· 16 years ago
02e2da4
Add common BusState
by Paul Brook
· 16 years ago
4856fcf
Fix lance segfaults
by Paul Brook
· 16 years ago
40ff162
serial: fix lost character after sysrq
by Jason Wessel
· 16 years ago
7e57f04
usb-serial: implement break event.
by Jason Wessel
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
93102fd
kvm: Fix framebuffer dirty log sync
by Jan Kiszka
· 16 years ago
1962953
introduce set_rate_limit function for QEMUFile
by Glauber Costa
· 16 years ago
0c25743
Introduce is_default field for QEMUMachine
by Anthony Liguori
· 16 years ago
993fbfd
Refactor how display drivers are selected
by Anthony Liguori
· 16 years ago
2567f57
Compile most Xen files only once
by Blue Swirl
· 16 years ago
e20a8df
Compile fdc, escc and SCSI controllers only once
by Blue Swirl
· 16 years ago
368b90d
Let the venomous poison spread to more identifiers
by Blue Swirl
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
42fa1c2
Remove initrd warning message
by Richard W.M. Jones
· 16 years ago
e6ade76
keep initrd in below 4g area.
by Glauber Costa
· 16 years ago
3a8bae3
Remove dead code
by malc
· 16 years ago
1ad2134
Hardware convenience library
by Paul Brook
· 16 years ago
8a637d4
Disable >4G ram support on 32-bit targets
by Paul Brook
· 16 years ago
bba831e
Remove obsolete BIOS_SIZE from sysemu.h
by Paul Brook
· 16 years ago
Next »