aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-03QError: Add QERR_DEVICE_NOT_FOUNDLuiz Capitulino
2009-12-03monitor: QError supportLuiz Capitulino
2009-12-03Introduce QErrorLuiz Capitulino
2009-12-03utests: Add qstring_from_substr() unit-testLuiz Capitulino
2009-12-03utests: Add qstring_append_chr() unit-testLuiz Capitulino
2009-12-03QString: Introduce qstring_from_substr()Luiz Capitulino
2009-12-03QString: Introduce qstring_append_int()Luiz Capitulino
2009-12-03QString: Introduce qstring_append_chr()Luiz Capitulino
2009-12-03QJSON: Introduce qobject_from_jsonv()Luiz Capitulino
2009-12-02fix I2C slave addressingJuha Riihimäki
2009-12-02Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann
2009-12-02Fix qemu_malloc/qemu_free use in rtl8139.cJean-Christophe DUBOIS
2009-12-02Fix free use in xen_backend.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in scsi-generic.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in nseries.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in bt-l2cap.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in nand.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in baum.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in acpi.cJean-Christophe DUBOIS
2009-12-02pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin
2009-12-02configure: use correct cflags in compiler checksMichael S. Tsirkin
2009-12-02vga-pci: Fix access to linear framebufferStefan Weil
2009-12-02Makefile: Remove unneeded prerequisitesStefan Weil
2009-12-01Merge commit 'mst/for_anthony' into mstAnthony Liguori
2009-12-01msix: clear pending bit of an unused vectorMichael S. Tsirkin
2009-12-01msix: fix reset value for enable bitMichael S. Tsirkin
2009-12-01msix: fix mask bit state after resetMichael S. Tsirkin
2009-12-01virtio: do not reset msix state on soft resetMichael S. Tsirkin
2009-12-01msix: add helper to unuse all msix entriesMichael S. Tsirkin
2009-12-01pci: convert goto into scope in bridge_filterMichael S. Tsirkin
2009-12-01pci: pci bridge related clean up.Isaku Yamahata
2009-12-01pci: fix pci_config_get_io_base().Isaku Yamahata
2009-12-01pci: remove magic number, 256 in pci.cIsaku Yamahata
2009-12-01pci: split up up pci_update mappingsMichael S. Tsirkin
2009-12-01pci: clean up of pci_update_mappings()Isaku Yamahata
2009-12-01pci: remove unused constantsIsaku Yamahata
2009-12-01pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.Isaku Yamahata
2009-12-01pci: remove some unnecessary comment in pci.hIsaku Yamahata
2009-12-01pci: clean up of pci_init_wmask().Isaku Yamahata
2009-12-01pci: kill unnecessary included in pci.cIsaku Yamahata
2009-12-01pci_host: remove unnecessary & 0xff.Isaku Yamahata
2009-12-01pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata
2009-12-01pci: remove pci_sub_bus() by open coding.Isaku Yamahata
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata
2009-12-01pci: rename (pci_/pcie_mmcfg_)addr_to_devIsaku Yamahata
2009-12-01pci: remove pci_addr_to_config() by open codeIsaku Yamahata
2009-12-01pci: simplify (pci_/pcie_mmcfg_)data_read()Michael S. Tsirkin
2009-12-01pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata
2009-12-01pci: fix pci_info_device().Isaku Yamahata
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin