aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-29memory: unify the two branches of cpu_register_physical_memory_log()Avi Kivity
2012-02-29memory: fix RAM subpages in newly initialized pagesAvi Kivity
2012-02-29memory: compress phys_map node pointers to 16 bitsAvi Kivity
2012-02-29memory: store MemoryRegionSection pointers in phys_mapAvi Kivity
2012-02-29memory: unify phys_map last level with intermediate levelsAvi Kivity
2012-02-29memory: remove first level of l1_phys_mapAvi Kivity
2012-02-29memory: change memory registration to rebuild the memory map on each changeAvi Kivity
2012-02-29memory: support stateless memory listenersAvi Kivity
2012-02-29memory: split memory listener for the two address spacesAvi Kivity
2012-02-29xen: ignore I/O memory regionsAvi Kivity
2012-02-29memory: allow MemoryListeners to observe a specific address spaceAvi Kivity
2012-02-29memory: drop AddressSpaceOpsAvi Kivity
2012-02-29memory: use a MemoryListener for core memory map updates tooAvi Kivity
2012-02-29memory: don't pass ->readable attribute to cpu_register_physical_memory_logAvi Kivity
2012-02-29memory: add a readonly attribute to MemoryRegionSectionAvi Kivity
2012-02-29memory: move ioeventfd ops to MemoryListenerAvi Kivity
2012-02-29memory: code motion: move MEMORY_LISTENER_CALL()Avi Kivity
2012-02-29memory: switch memory listeners to a QTAILQAvi Kivity
2012-02-29memory: add shorthand for invoking a callback on all listenersAvi Kivity
2012-02-29memory: remove memory_region_set_offset()Avi Kivity
2012-02-29ioport: change portio_list not to use memory_region_set_offset()Avi Kivity
2012-02-28qxl: properly handle upright and non-shared surfacesGerd Hoffmann
2012-02-28Error out when tls-channel option is used without TLSChristophe Fergeau
2012-02-28spice: use error_report to report errorsChristophe Fergeau
2012-02-28qxl: add optinal 64bit vram barGerd Hoffmann
2012-02-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka
2012-02-27slirp: Fix assertion failure on rejected DHCP requestsDavid Gibson
2012-02-27slirp: Refactor if_startJan Kiszka
2012-02-27slirp: Fix requeuing of batchq packets in if_startJan Kiszka
2012-02-27slirp: Clean up ifs_initJan Kiszka
2012-02-27usb-redir: Return USB_RET_NAK when we've no data for an interrupt endpointHans de Goede
2012-02-27usb-redir: Limit return values returned by iso packetsHans de Goede
2012-02-27usb-redir: Let the usb-host know about our device filteringHans de Goede
2012-02-27usb-redir: Always clear device state on filter rejectHans de Goede
2012-02-27usb-redir: Fix printing of device versionHans de Goede
2012-02-27ehci: drop old stuffGerd Hoffmann
2012-02-27usb-ehci: Handle ISO packets failing with an error other then NAKHans de Goede
2012-02-27libcacard: fix reported ATR lengthAlon Levy
2012-02-27usb-ccid: advertise SELF_POWEREDAlon Levy
2012-02-27libcacard: link with glib for g_strndupAlon Levy
2012-02-27usb-desc: fix user trigerrable segfaults (!config)Alon Levy
2012-02-27usb-ehci: sanity-check iso xfersGerd Hoffmann
2012-02-27usb: add tracepoint for usb packet state changes.Gerd Hoffmann
2012-02-27usb-xhci: enable packet queuingGerd Hoffmann
2012-02-27usb-uhci: implement packet queuingGerd Hoffmann
2012-02-27usb-uhci: process uhci_handle_td return code via switch.Gerd Hoffmann
2012-02-27usb-uhci: add UHCIQueueGerd Hoffmann
2012-02-27usb-uhci: cleanup UHCIAsync allocation & initialization.Gerd Hoffmann
2012-02-27usb-ehci: fix resetGerd Hoffmann