summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-03QString: Introduce qstring_append_chr()Luiz Capitulino2-5/+20
2009-12-03QJSON: Introduce qobject_from_jsonv()Luiz Capitulino2-10/+13
2009-12-02fix I2C slave addressingJuha Riihimäki1-2/+4
2009-12-02Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann2-2/+2
2009-12-02Fix qemu_malloc/qemu_free use in rtl8139.cJean-Christophe DUBOIS1-2/+2
2009-12-02Fix free use in xen_backend.cJean-Christophe DUBOIS1-1/+1
2009-12-02Fix qemu_free use in scsi-generic.cJean-Christophe DUBOIS1-2/+2
2009-12-02Fix qemu_free use in nseries.cJean-Christophe DUBOIS1-1/+1
2009-12-02Fix qemu_free use in bt-l2cap.cJean-Christophe DUBOIS1-1/+1
2009-12-02Fix qemu_free use in nand.cJean-Christophe DUBOIS1-2/+2
2009-12-02Fix qemu_free use in baum.cJean-Christophe DUBOIS1-4/+4
2009-12-02Fix qemu_free use in acpi.cJean-Christophe DUBOIS1-1/+1
2009-12-02pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin3-20/+29
2009-12-02configure: use correct cflags in compiler checksMichael S. Tsirkin1-20/+21
2009-12-02vga-pci: Fix access to linear framebufferStefan Weil1-0/+6
2009-12-02Makefile: Remove unneeded prerequisitesStefan Weil1-3/+1
2009-12-01Merge commit 'mst/for_anthony' into mstAnthony Liguori39-235/+290
2009-12-01msix: clear pending bit of an unused vectorMichael S. Tsirkin1-10/+17
2009-12-01msix: fix reset value for enable bitMichael S. Tsirkin1-1/+2
2009-12-01msix: fix mask bit state after resetMichael S. Tsirkin1-0/+11
2009-12-01virtio: do not reset msix state on soft resetMichael S. Tsirkin1-4/+8
2009-12-01msix: add helper to unuse all msix entriesMichael S. Tsirkin2-0/+8
2009-12-01pci: convert goto into scope in bridge_filterMichael S. Tsirkin1-6/+7
2009-12-01pci: pci bridge related clean up.Isaku Yamahata2-7/+12
2009-12-01pci: fix pci_config_get_io_base().Isaku Yamahata1-1/+1
2009-12-01pci: remove magic number, 256 in pci.cIsaku Yamahata1-2/+3
2009-12-01pci: split up up pci_update mappingsMichael S. Tsirkin1-57/+68
2009-12-01pci: clean up of pci_update_mappings()Isaku Yamahata1-1/+1
2009-12-01pci: remove unused constantsIsaku Yamahata1-9/+0
2009-12-01pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.Isaku Yamahata3-4/+6
2009-12-01pci: remove some unnecessary comment in pci.hIsaku Yamahata1-9/+2
2009-12-01pci: clean up of pci_init_wmask().Isaku Yamahata1-3/+3
2009-12-01pci: kill unnecessary included in pci.cIsaku Yamahata1-1/+0
2009-12-01pci_host: remove unnecessary & 0xff.Isaku Yamahata1-2/+3
2009-12-01pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata3-7/+7
2009-12-01pci: remove pci_sub_bus() by open coding.Isaku Yamahata1-8/+4
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata9-27/+27
2009-12-01pci: rename (pci_/pcie_mmcfg_)addr_to_devIsaku Yamahata2-6/+7
2009-12-01pci: remove pci_addr_to_config() by open codeIsaku Yamahata1-7/+2
2009-12-01pci: simplify (pci_/pcie_mmcfg_)data_read()Michael S. Tsirkin2-37/+11
2009-12-01pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata4-2/+5
2009-12-01pci: fix pci_info_device().Isaku Yamahata1-1/+1
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin23-25/+76
2009-12-01tcg: increase TCG_MAX_OP_SIZE to 192Aurelien Jarno1-3/+3
2009-12-01tcg: initial mips supportAurelien Jarno3-1/+1452
2009-11-30target-mips: use physical address in lladdrAurelien Jarno3-28/+61
2009-11-30target-mips: add a function to do virtual -> physical translationsAurelien Jarno2-0/+25
2009-11-30target-mips: split code raising MMU exception in a separate functionAurelien Jarno1-46/+53
2009-11-30target-mips: factorize load/store code in op_helper.cAurelien Jarno1-152/+100
2009-11-30Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18Aurelien Jarno2-0/+2