summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-21slirp: slirp/slirp.c coding style cleanupStefan Hajnoczi1-297/+311
2013-02-21main-loop: switch POSIX glib integration to GPollFDStefan Hajnoczi1-49/+22
2013-02-21main-loop: switch to g_poll() on POSIX hostsStefan Hajnoczi1-8/+129
2013-02-21main-loop: fix select_ret uninitialized variable warningStefan Hajnoczi1-1/+2
2013-02-21Merge remote-tracking branch 'kraxel/usb.78' into stagingAnthony Liguori44-291/+742
2013-02-21Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori5-3/+14
2013-02-21.gitignore: Ignore optionrom/*.asmCole Robinson1-0/+3
2013-02-21ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.cAlin Tomescu1-1/+1
2013-02-21Add some missing qtest binaries to .gitignoreDavid Gibson1-0/+7
2013-02-21xilinx_axienet.c: Assert no error when making linkPeter Crosthwaite1-1/+3
2013-02-21Remove forward declaration of non-existant variableHervé Poussineau1-1/+0
2013-02-19target-i386: Use movcond to implement shiftd.Richard Henderson1-141/+106
2013-02-19target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson1-3/+11
2013-02-19target-i386: Use movcond to implement rotate flags.Richard Henderson1-116/+121
2013-02-19target-i386: Use movcond to implement shift flags.Richard Henderson1-52/+42
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson4-3/+21
2013-02-19target-i386: Implement tzcnt and fix lzcntRichard Henderson3-48/+54
2013-02-19target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson2-37/+14
2013-02-19target-i386: Implement ADX extensionRichard Henderson5-5/+146
2013-02-19uas-uas: usb3 streamsGerd Hoffmann1-42/+205
2013-02-19usb-xhci: usb3 streamsGerd Hoffmann2-48/+226
2013-02-19usb-core: usb3 streamsGerd Hoffmann14-31/+37
2013-02-19usb: fix endpoint descriptor orderingGerd Hoffmann1-4/+5
2013-02-19usb-redir: simplify packet copyGerd Hoffmann1-14/+4
2013-02-19usb: make usb_packet_copy operate on combined packetsGerd Hoffmann2-5/+15
2013-02-19usb: add usb_ep_set_haltedGerd Hoffmann2-0/+7
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann5-38/+3
2013-02-19usb-host: move legacy cmd line bitsGerd Hoffmann5-102/+191
2013-02-19usb-storage: use scsi_req_enqueue return valueGerd Hoffmann1-2/+3
2013-02-19allow disabling usb smartcard supportGerd Hoffmann2-1/+2
2013-02-19make usb devices configurableGerd Hoffmann17-8/+35
2013-02-19fix scripts/make_device_config.shGerd Hoffmann1-1/+1
2013-02-19usb: Makefile cleanupGerd Hoffmann1-7/+20
2013-02-18target-i386: Implement RORXRichard Henderson1-0/+32
2013-02-18target-i386: Implement SHLX, SARX, SHRXRichard Henderson1-0/+31
2013-02-18target-i386: Implement PDEP, PEXTRichard Henderson3-0/+71
2013-02-18target-i386: Implement MULXRichard Henderson3-0/+47
2013-02-18target-i386: Implement BZHIRichard Henderson1-0/+27
2013-02-18target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson5-1/+95
2013-02-18target-i386: Implement BEXTRRichard Henderson1-0/+40
2013-02-18target-i386: Implement ANDNRichard Henderson2-7/+22
2013-02-18target-i386: Implement MOVBERichard Henderson2-28/+110
2013-02-18target-i386: Decode the VEX prefixesRichard Henderson1-4/+64
2013-02-18target-i386: Tidy prefix parsingRichard Henderson1-82/+52
2013-02-18target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson5-85/+75
2013-02-18target-i386: Make helper_cc_compute_{all,c} constRichard Henderson3-14/+33
2013-02-18target-i386: Don't reference ENV through most of cc helpersRichard Henderson2-282/+180
2013-02-18target-i386: optimize flags checking after sub using CC_SRCTRichard Henderson1-15/+31
2013-02-18target-i386: Update cc_op before TCG branchesRichard Henderson1-4/+4
2013-02-18target-i386: introduce gen_jcc1_noeobRichard Henderson1-5/+22