aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-21aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi
2013-02-21aio: extract aio_dispatch() from aio_poll()Stefan Hajnoczi
2013-02-21main-loop: drop rfds/wfds/xfds for goodStefan Hajnoczi
2013-02-21iohandler: switch to GPollFDStefan Hajnoczi
2013-02-21slirp: switch to GPollFDStefan Hajnoczi
2013-02-21slirp: slirp/slirp.c coding style cleanupStefan Hajnoczi
2013-02-21main-loop: switch POSIX glib integration to GPollFDStefan Hajnoczi
2013-02-21main-loop: switch to g_poll() on POSIX hostsStefan Hajnoczi
2013-02-21main-loop: fix select_ret uninitialized variable warningStefan Hajnoczi
2013-02-21Merge remote-tracking branch 'kraxel/usb.78' into stagingAnthony Liguori
2013-02-21Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-02-21.gitignore: Ignore optionrom/*.asmCole Robinson
2013-02-21ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.cAlin Tomescu
2013-02-21Add some missing qtest binaries to .gitignoreDavid Gibson
2013-02-21xilinx_axienet.c: Assert no error when making linkPeter Crosthwaite
2013-02-21Remove forward declaration of non-existant variableHervé Poussineau
2013-02-19target-i386: Use movcond to implement shiftd.Richard Henderson
2013-02-19target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson
2013-02-19target-i386: Use movcond to implement rotate flags.Richard Henderson
2013-02-19target-i386: Use movcond to implement shift flags.Richard Henderson
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson
2013-02-19target-i386: Implement tzcnt and fix lzcntRichard Henderson
2013-02-19target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson
2013-02-19target-i386: Implement ADX extensionRichard Henderson
2013-02-19uas-uas: usb3 streamsGerd Hoffmann
2013-02-19usb-xhci: usb3 streamsGerd Hoffmann
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-02-19usb: fix endpoint descriptor orderingGerd Hoffmann
2013-02-19usb-redir: simplify packet copyGerd Hoffmann
2013-02-19usb: make usb_packet_copy operate on combined packetsGerd Hoffmann
2013-02-19usb: add usb_ep_set_haltedGerd Hoffmann
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann
2013-02-19usb-host: move legacy cmd line bitsGerd Hoffmann
2013-02-19usb-storage: use scsi_req_enqueue return valueGerd Hoffmann
2013-02-19allow disabling usb smartcard supportGerd Hoffmann
2013-02-19make usb devices configurableGerd Hoffmann
2013-02-19fix scripts/make_device_config.shGerd Hoffmann
2013-02-19usb: Makefile cleanupGerd Hoffmann
2013-02-18target-i386: Implement RORXRichard Henderson
2013-02-18target-i386: Implement SHLX, SARX, SHRXRichard Henderson
2013-02-18target-i386: Implement PDEP, PEXTRichard Henderson
2013-02-18target-i386: Implement MULXRichard Henderson
2013-02-18target-i386: Implement BZHIRichard Henderson
2013-02-18target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson
2013-02-18target-i386: Implement BEXTRRichard Henderson
2013-02-18target-i386: Implement ANDNRichard Henderson
2013-02-18target-i386: Implement MOVBERichard Henderson
2013-02-18target-i386: Decode the VEX prefixesRichard Henderson
2013-02-18target-i386: Tidy prefix parsingRichard Henderson
2013-02-18target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson