aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-06target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson
2023-03-06target/arm: Unexport arm_gen_dynamic_sysreg_xmlRichard Henderson
2023-03-06target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson
2023-03-06Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Peter Maydell
2023-03-06hw/xen/xen_pt: fix uninitialized variableMarek Marczykowski-Górecki
2023-03-06xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski
2023-03-06Merge tag 'pull-tcg-20230305' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-03-06audio: remove sw->ratioVolker Rümelin
2023-03-06audio/audio_template: substitute sw->hw with hwVolker Rümelin
2023-03-06audio: handle leftover audio frame from upsamplingVolker Rümelin
2023-03-06audio: make recording packet length calculation exactVolker Rümelin
2023-03-06audio: rename variables in audio_pcm_sw_read()Volker Rümelin
2023-03-06audio: replace the resampling loop in audio_pcm_sw_read()Volker Rümelin
2023-03-06audio: make playback packet length calculation exactVolker Rümelin
2023-03-06audio: remove unused noop_conv() functionVolker Rümelin
2023-03-06audio: don't misuse audio_pcm_sw_write()Volker Rümelin
2023-03-06audio: rename variables in audio_pcm_sw_write()Volker Rümelin
2023-03-06audio: remove sw == NULL checkVolker Rümelin
2023-03-06audio: replace the resampling loop in audio_pcm_sw_write()Volker Rümelin
2023-03-06audio: make the resampling code greedyVolker Rümelin
2023-03-06audio: change type and name of the resample bufferVolker Rümelin
2023-03-06audio: change type of mix_buf and conv_bufVolker Rümelin
2023-03-06alsaaudio: reintroduce default recording settingsVolker Rümelin
2023-03-06alsaaudio: change default playback settingsVolker Rümelin
2023-03-06audio: remove audio_calloc() functionVolker Rümelin
2023-03-06audio/audio_template: use g_new0() to replace audio_calloc()Volker Rümelin
2023-03-06audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin
2023-03-06audio/alsaaudio: use g_new0() instead of audio_calloc()Volker Rümelin
2023-03-06audio/mixeng: use g_new0() instead of audio_calloc()Volker Rümelin
2023-03-06audio: remove unused #define AUDIO_STRINGIFYVolker Rümelin
2023-03-06audio: rename hardware store to backendVolker Rümelin
2023-03-06audio: don't show unnecessary error messagesVolker Rümelin
2023-03-06audio: log unimplemented audio device sample ratesVolker Rümelin
2023-03-06MAINTAINERS: add myself to ui/ and audio/Marc-André Lureau
2023-03-05roms/opensbi: Upgrade from v1.1 to v1.2Bin Meng
2023-03-05gitlab/opensbi: Move to docker:stablePalmer Dabbelt
2023-03-05hw: intc: Use cpu_by_arch_id to fetch CPU stateMayuresh Chitale
2023-03-05target/riscv: cpu: Implement get_arch_id callbackMayuresh Chitale
2023-03-05target/xtensa: Avoid tcg_const_i32Richard Henderson
2023-03-05target/xtensa: Split constant in bit shiftRichard Henderson
2023-03-05target/xtensa: Use tcg_gen_subfi_i32 in translate_sllRichard Henderson
2023-03-05target/xtensa: Avoid tcg_const_i32 in translate_l32rRichard Henderson
2023-03-05target/xtensa: Tidy translate_clampsRichard Henderson
2023-03-05target/xtensa: Tidy translate_bbRichard Henderson
2023-03-05target/sparc: Avoid tcg_const_{tl,i32}Richard Henderson
2023-03-05target/s390x: Split out gen_ri2Richard Henderson
2023-03-05target/riscv: Avoid tcg_const_*Richard Henderson
2023-03-05target/microblaze: Avoid tcg_const_* throughoutRichard Henderson
2023-03-05target/i386: Simplify POPFRichard Henderson
2023-03-05target/hexagon/idef-parser: Use gen_constant for gen_extend_tcg_width_opRichard Henderson