index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
mips-malta: fix reset
Aurelien Jarno
2009-11-14
1
-25
/
+27
*
pci: Fix function pci_default_write_config
Stefan Weil
2009-11-14
1
-3
/
+3
*
mips: fix CPU reset
Aurelien Jarno
2009-11-14
3
-20
/
+36
*
Fix PPC crash
Blue Swirl
2009-11-13
1
-1
/
+1
*
ARM MPCore tweaks
Paul Brook
2009-11-13
3
-46
/
+130
*
Realview/EB procid hacks
Paul Brook
2009-11-13
4
-6
/
+18
*
pci: fix the conversion of config field from array to pointer
Juan Quintela
2009-11-12
1
-2
/
+2
*
fdc: fix vmstate variable passed
Juan Quintela
2009-11-12
1
-4
/
+29
*
e1000 fix: read access to some registers is missing.
Kay Ackermann
2009-11-12
1
-0
/
+2
*
virtio-blk: Pass read errors to the guest
Kevin Wolf
2009-11-12
1
-1
/
+1
*
qdev: Check if unplug handler exists before calling it
Amit Shah
2009-11-12
1
-0
/
+2
*
eepro100: Add missing .exit initialisation
Stefan Weil
2009-11-12
1
-0
/
+9
*
eepro100: Fix boot ROM support
Stefan Weil
2009-11-12
1
-0
/
+11
*
serial: Add interface to set reference oscillator frequency
Stefan Weil
2009-11-12
2
-0
/
+8
*
microblaze: Move the kcmdline out of the way.
Edgar E. Iglesias
2009-11-12
1
-1
/
+1
*
Fix ARM MCore secondary cpu boot
Paul Brook
2009-11-11
3
-9
/
+27
*
Reject late rom loading
Paul Brook
2009-11-11
1
-0
/
+7
*
Fix ARM system emulation
Paul Brook
2009-11-11
2
-28
/
+41
*
eepro100: Improve support for different devices
Stefan Weil
2009-11-09
1
-25
/
+143
*
pci/monitor: print out bridge's filtering values and so on.
Isaku Yamahata
2009-11-09
1
-0
/
+25
*
pci: implement pci bridge filtering.
Isaku Yamahata
2009-11-09
2
-7
/
+151
*
pci: factor out pci_for_each_device().
Isaku Yamahata
2009-11-09
1
-7
/
+14
*
pci: cosmetic on pci_upadte_mappings()
Isaku Yamahata
2009-11-09
1
-70
/
+76
*
pci: initialize pci config headers depending it pci header type.
Isaku Yamahata
2009-11-09
3
-5
/
+67
*
pci: teach pci_default_config_write() ROM bar for normal/bridge device .
Isaku Yamahata
2009-11-09
1
-0
/
+2
*
pci: use range helper functions.
Isaku Yamahata
2009-11-09
1
-6
/
+2
*
pci: add helper functions to check ranges overlap.
Isaku Yamahata
2009-11-09
1
-0
/
+29
*
pci: pcie host and mmcfg support.
Isaku Yamahata
2009-11-09
5
-18
/
+348
*
vmstate: introduce VMSTATE_BUFFER_UNSAFE_INFO.
Isaku Yamahata
2009-11-09
1
-2
/
+5
*
pci_host: change the signature of pci_data_{read, write}.
Isaku Yamahata
2009-11-09
2
-6
/
+4
*
pci: move pci host stuff from pci.c to pci_host.c
Isaku Yamahata
2009-11-09
2
-67
/
+63
*
pci: factor out the conversion logic from io port address into pci device.
Isaku Yamahata
2009-11-09
1
-14
/
+18
*
pci: make pci configuration transaction more accurate.
Isaku Yamahata
2009-11-09
3
-36
/
+108
*
pci: remove bus_num member from struct PCIBus.
Isaku Yamahata
2009-11-09
1
-11
/
+10
*
pci: 64bit bar support.
Isaku Yamahata
2009-11-09
2
-5
/
+31
*
pci: typedef pcibus_t as uint64_t instead of uint32_t.
Isaku Yamahata
2009-11-09
2
-3
/
+10
*
pci: introduce FMT_PCIBUS for printf format for pcibus_t.
Isaku Yamahata
2009-11-09
6
-12
/
+24
*
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
24
-40
/
+43
*
pci_host: consolidate pci config address access.
Isaku Yamahata
2009-11-09
8
-223
/
+121
*
pci_host.h: move functions in pci_host.h into .c file.
Isaku Yamahata
2009-11-09
11
-216
/
+207
*
pci: make pci_bar() aware of header type 1.
Isaku Yamahata
2009-11-09
2
-6
/
+13
*
pci: clean up of pci_default_read_config.
Isaku Yamahata
2009-11-09
1
-21
/
+5
*
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
2009-11-09
22
-51
/
+53
*
pci: clean up pci_init_wmask()
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
pci/bridge: clean up of pci_bridge_initfn()
Isaku Yamahata
2009-11-09
1
-11
/
+25
*
pci: use helper functions to access pci config space.
Isaku Yamahata
2009-11-09
1
-15
/
+15
*
pci: helper functions to access PCIDevice::config
Isaku Yamahata
2009-11-09
1
-0
/
+12
*
pci: define a constant to represent a unmapped bar and use it.
Isaku Yamahata
2009-11-09
3
-10
/
+11
*
pci: use PCI_SLOT() and PCI_FUNC().
Isaku Yamahata
2009-11-09
2
-6
/
+8
*
pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.
Isaku Yamahata
2009-11-09
2
-3
/
+5
[next]