aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-04paaudio: fix samples vs. frames mix-upVolker Rümelin1-10/+4
2022-03-04ossaudio: reduce effective playback buffer sizeVolker Rümelin1-3/+4
2022-03-04dsoundaudio: reduce effective playback buffer sizeVolker Rümelin1-13/+17
2022-03-04paaudio: reduce effective playback buffer sizeVolker Rümelin1-9/+24
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin9-18/+80
2022-03-04Revert "audio: fix wavcapture segfault"Volker Rümelin1-2/+2
2022-03-04audio: add pcm_ops function table for capture backendVolker Rümelin1-0/+2
2022-03-04audio: copy playback stream in sequential orderVolker Rümelin1-15/+9
2022-03-04jackaudio: use more jack audio buffersVolker Rümelin1-2/+2
2022-03-04paaudio: increase default latency to 46msVolker Rümelin1-1/+1
2022-03-04audio: inline function audio_pcm_sw_get_rpos_in()Volker Rümelin1-18/+5
2022-03-04audio: add function audio_pcm_hw_conv_in()Volker Rümelin1-6/+19
2022-03-04audio: move function audio_pcm_hw_clip_out()Volker Rümelin1-19/+19
2022-03-04audio: replace open-coded buffer arithmeticVolker Rümelin4-30/+29
2022-03-04usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan1-33/+38
2022-03-04usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan1-9/+4
2022-03-04usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan1-104/+101
2022-03-04usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan1-8/+4
2022-03-04usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan2-8/+8
2022-03-04hw/usb/dev-mtp: create directories with a+x mode maskVolker Rümelin1-2/+2
2022-03-04hw/usb: pacify xhciwmi.exe warningDenis V. Lunev1-1/+1
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell20-193/+737
2022-03-02Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell22-201/+435
2022-03-02ui/cocoa.m: Remove unnecessary NSAutoreleasePoolsPeter Maydell1-6/+0
2022-03-02ui/cocoa.m: Fix updateUIInfo threading issuesPeter Maydell1-3/+22
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell3-3/+15
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson4-15/+112
2022-03-02target/arm: Advertise all page sizes for -cpu maxRichard Henderson1-0/+4
2022-03-02target/arm: Validate tlbi TG matches translation granule in useRichard Henderson1-3/+7
2022-03-02target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson1-2/+3
2022-03-02target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson1-34/+24
2022-03-02target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson1-6/+29
2022-03-02target/arm: Implement FEAT_LPARichard Henderson4-5/+19
2022-03-02target/arm: Implement FEAT_LVARichard Henderson5-2/+16
2022-03-02target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson1-8/+24
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson2-16/+57
2022-03-02target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson1-2/+2
2022-03-02target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson1-11/+10
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson2-18/+23
2022-03-02target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson2-4/+29
2022-03-02target/arm: Set TCR_EL1.TSZ for user-onlyRichard Henderson1-1/+2
2022-03-02hw/registerfields: Add FIELD_SEX<N> and FIELD_SDP<N>Richard Henderson1-1/+47
2022-03-02tests/qtest: add qtests for npcm7xx sdhciShengtan Mao2-0/+216
2022-03-02target/arm: Fix early free of TCG temp in handle_simd_shift_fpint_conv()Wentao_Liang1-1/+1
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki6-14/+80
2022-03-02hw/i2c: flatten pca954x mux devicePatrick Venture1-64/+13
2022-03-02hw/input/tsc210x: Don't abort on bad SPI word widthsPeter Maydell1-2/+6
2022-03-02hw/arm/mps2-tz.c: Update AN547 documentation URLPeter Maydell1-1/+1
2022-03-02mps3-an547: Add missing user ahb interfacesJimmy Brisson1-0/+4
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell4-18/+3