index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
QemuOpts: dump config.
Gerd Hoffmann
2009-11-09
2
-0
/
+41
*
QemuOpts: add find_list()
Gerd Hoffmann
2009-11-09
1
-9
/
+20
*
Documentation: Add options to image format descriptions
Kevin Wolf
2009-11-09
1
-1
/
+45
*
Documentation: Don't mention old qemu-img options
Kevin Wolf
2009-11-09
3
-31
/
+21
*
Documentation: Move image format descriptions to own section
Kevin Wolf
2009-11-09
1
-37
/
+41
*
Documentation: Add documentation for -chardev
Matthew Booth
2009-11-09
1
-4
/
+230
*
Added imlpementation for qemu_error for non-qemu executables
Naphtali Sprei
2009-11-09
1
-0
/
+9
*
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
6
-19
/
+349
*
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
12
-217
/
+208
*
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
*
pci: fix PCI_DPRINTF() wrt variadic macro.
Isaku Yamahata
2009-11-09
1
-1
/
+1
*
Makefile: make qemu-io dependent on config-host.h
Paolo Bonzini
2009-11-09
1
-0
/
+2
*
scsi: move scsi-disk.h -> scsi.h
Gerd Hoffmann
2009-11-09
10
-9
/
+76
*
scsi: move scsi.h -> esp.h
Gerd Hoffmann
2009-11-09
5
-4
/
+3
*
Makefile: make qemu-img dependant on config-host.h
Uri Lublin
2009-11-09
1
-1
/
+1
*
whitelist host virtio networking features
Dustin Kirkland
2009-11-09
1
-4
/
+4
*
qemu-img: Allow creating zero sized images
Kevin Wolf
2009-11-09
1
-3
/
+6
*
tap: drain queue in tap_send()
Mark McLoughlin
2009-11-09
1
-13
/
+16
*
virtio-net: split the has_buffers() logic from can_receive()
Mark McLoughlin
2009-11-09
1
-9
/
+12
*
net/queue: queue packets even if sender doesn't supply a callback
Mark McLoughlin
2009-11-09
1
-3
/
+3
*
net: disable receiving if client returns zero
Mark McLoughlin
2009-11-09
2
-11
/
+39
[next]