Sign in
qemu
/
qemu
/
600114988cb1beede13ce29dec65398f3e62e510
/
hw
cd7aafc
sb16: remove highspeed reset code
by malc
· 15 years ago
57a46d0
Convert linux bootrom to external rom and fw_cfg
by Alexander Graf
· 15 years ago
7787319
Convert multiboot to fw_cfg backed data storage
by Alexander Graf
· 15 years ago
235f86e
Introduce rom_copy
by Alexander Graf
· 15 years ago
ff06108
fw_cfg: change cur_offset to 32 bits
by Juan Quintela
· 15 years ago
c163b5c
Block live migration
by lirans@il.ibm.com
· 15 years ago
127338e
char: rename qemu_chr_reset to qemu_chr_generic_open
by Amit Shah
· 15 years ago
0ef849d
ARM PB-A8 support
by Paul Brook
· 15 years ago
2a42499
LAN9118 emulation
by Paul Brook
· 15 years ago
e90e795
mips_r4k: fix reset
by Aurelien Jarno
· 15 years ago
d27d06f
PPC64: map Uni-North AGP bus aka fix Linux boot
by Blue Swirl
· 15 years ago
6039874
PPC64: Partial fix to Linux crash: revert to old devfn
by Blue Swirl
· 15 years ago
c364c97
PCI: make duplicate devfn allocation fatal
by Blue Swirl
· 15 years ago
593c0d1
mips malta: fix indentation
by Aurelien Jarno
· 15 years ago
c938ada
mips-malta: fix reset
by Aurelien Jarno
· 15 years ago
91011d4
pci: Fix function pci_default_write_config
by Stefan Weil
· 15 years ago
e16ad5b
mips: fix CPU reset
by Aurelien Jarno
· 15 years ago
bc90ff7
Fix PPC crash
by Blue Swirl
· 15 years ago
c988bfa
ARM MPCore tweaks
by Paul Brook
· 15 years ago
26e92f6
Realview/EB procid hacks
by Paul Brook
· 15 years ago
dbe73d7
pci: fix the conversion of config field from array to pointer
by Juan Quintela
· 15 years ago
2966b39
fdc: fix vmstate variable passed
by Juan Quintela
· 15 years ago
a00b233
e1000 fix: read access to some registers is missing.
by Kay Ackermann
· 15 years ago
49c3c8d
virtio-blk: Pass read errors to the guest
by Kevin Wolf
· 15 years ago
593831d
qdev: Check if unplug handler exists before calling it
by Amit Shah
· 15 years ago
6a90e30
eepro100: Add missing .exit initialisation
by Stefan Weil
· 15 years ago
4e9df06
eepro100: Fix boot ROM support
by Stefan Weil
· 15 years ago
038eaf8
serial: Add interface to set reference oscillator frequency
by Stefan Weil
· 15 years ago
ba6d048
microblaze: Move the kcmdline out of the way.
by Edgar E. Iglesias
· 15 years ago
be0f204
Fix ARM MCore secondary cpu boot
by Paul Brook
· 15 years ago
97fe84f
Reject late rom loading
by Paul Brook
· 15 years ago
f2d7497
Fix ARM system emulation
by Paul Brook
· 15 years ago
ba42b64
eepro100: Improve support for different devices
by Stefan Weil
· 15 years ago
b4dccd8
pci/monitor: print out bridge's filtering values and so on.
by Isaku Yamahata
· 15 years ago
a0c7a97
pci: implement pci bridge filtering.
by Isaku Yamahata
· 15 years ago
1074df4
pci: factor out pci_for_each_device().
by Isaku Yamahata
· 15 years ago
a968857
pci: cosmetic on pci_upadte_mappings()
by Isaku Yamahata
· 15 years ago
fb23162
pci: initialize pci config headers depending it pci header type.
by Isaku Yamahata
· 15 years ago
edb0003
pci: teach pci_default_config_write() ROM bar for normal/bridge device .
by Isaku Yamahata
· 15 years ago
260c0cd
pci: use range helper functions.
by Isaku Yamahata
· 15 years ago
f49db80
pci: add helper functions to check ranges overlap.
by Isaku Yamahata
· 15 years ago
a9f4994
pci: pcie host and mmcfg support.
by Isaku Yamahata
· 15 years ago
9cae69b
vmstate: introduce VMSTATE_BUFFER_UNSAFE_INFO.
by Isaku Yamahata
· 15 years ago
ce195fb
pci_host: change the signature of pci_data_{read, write}.
by Isaku Yamahata
· 15 years ago
766347c
pci: move pci host stuff from pci.c to pci_host.c
by Isaku Yamahata
· 15 years ago
74e32ac
pci: factor out the conversion logic from io port address into pci device.
by Isaku Yamahata
· 15 years ago
e822a52
pci: make pci configuration transaction more accurate.
by Isaku Yamahata
· 15 years ago
e94ff65
pci: remove bus_num member from struct PCIBus.
by Isaku Yamahata
· 15 years ago
1442125
pci: 64bit bar support.
by Isaku Yamahata
· 15 years ago
4f8589e
pci: typedef pcibus_t as uint64_t instead of uint32_t.
by Isaku Yamahata
· 15 years ago
89e8b13
pci: introduce FMT_PCIBUS for printf format for pcibus_t.
by Isaku Yamahata
· 15 years ago
6e355d9
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
by Isaku Yamahata
· 15 years ago
a455783
pci_host: consolidate pci config address access.
by Isaku Yamahata
· 15 years ago
4f5e19e
pci_host.h: move functions in pci_host.h into .c file.
by Isaku Yamahata
· 15 years ago
b3b1169
pci: make pci_bar() aware of header type 1.
by Isaku Yamahata
· 15 years ago
5029fe1
pci: clean up of pci_default_read_config.
by Isaku Yamahata
· 15 years ago
0392a01
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
by Isaku Yamahata
· 15 years ago
67a51b4
pci: clean up pci_init_wmask()
by Isaku Yamahata
· 15 years ago
74c0182
pci/bridge: clean up of pci_bridge_initfn()
by Isaku Yamahata
· 15 years ago
b0ff8eb
pci: use helper functions to access pci config space.
by Isaku Yamahata
· 15 years ago
fb5ce7d
pci: helper functions to access PCIDevice::config
by Isaku Yamahata
· 15 years ago
182f9c8
pci: define a constant to represent a unmapped bar and use it.
by Isaku Yamahata
· 15 years ago
2217dcf
pci: use PCI_SLOT() and PCI_FUNC().
by Isaku Yamahata
· 15 years ago
e369cad
pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.
by Isaku Yamahata
· 15 years ago
2e49d64
pci: fix PCI_DPRINTF() wrt variadic macro.
by Isaku Yamahata
· 15 years ago
43b443b
scsi: move scsi-disk.h -> scsi.h
by Gerd Hoffmann
· 15 years ago
1cd3af5
scsi: move scsi.h -> esp.h
by Gerd Hoffmann
· 15 years ago
184bd04
whitelist host virtio networking features
by Dustin Kirkland
· 15 years ago
cdd5cc1
virtio-net: split the has_buffers() logic from can_receive()
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
4a64356
IDE: Fix reset handling
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
2d7adea
hw/sd: Support SDHC size cards
by Andrzej Zaborowski
· 15 years ago
04095e5
Remove e1000 rom loading hack
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
718b8ae
serial: Add missing bit
by Stefan Weil
· 15 years ago
66a6593
usb: print attached status in info qtree
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
a8ed73f
net: move more stuff into net/tap-win32.c, add net/tap.h
by Mark McLoughlin
· 15 years ago
7200ac3
net: move net-checksum.c under net/
by Mark McLoughlin
· 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
Next »