summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-09-0215-173/+248
|\ \
| * | net: tulip: Restrict DMA engine to memoriesZheyu Ma2022-09-021-2/+2
| * | net/colo.c: Fix the pointer issue reported by Coverity.Zhang Chen2022-09-023-10/+18
| * | vdpa: Delete CVQ migration blockerEugenio Pérez2022-09-023-18/+0Star
| * | vdpa: Add virtio-net mac address via CVQ at startEugenio Pérez2022-09-021-0/+40
| * | vhost_net: add NetClientState->load() callbackEugenio Pérez2022-09-022-0/+9
| * | vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_availEugenio Pérez2022-09-021-21/+38
| * | vdpa: Move command buffers map to start of net deviceEugenio Pérez2022-09-021-65/+58Star
| * | vdpa: add net_vhost_vdpa_cvq_info NetClientInfoEugenio Pérez2022-09-021-1/+11
| * | vhost_net: Add NetClientInfo stop callbackEugenio Pérez2022-09-022-0/+5
| * | vhost_net: Add NetClientInfo start callbackEugenio Pérez2022-09-022-0/+9
| * | vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flushEugenio Pérez2022-09-021-4/+7
| * | vhost: Delete useless read memory barrierEugenio Pérez2022-09-021-3/+0Star
| * | vhost: use SVQ element ndescs instead of opaque data for desc validationEugenio Pérez2022-09-021-1/+2
| * | vhost: stop transfer elem ownership in vhost_handle_guest_kickEugenio Pérez2022-09-021-6/+4Star
| * | vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ringEugenio Pérez2022-09-021-9/+8Star
| * | vhost: Always store new kick fd on vhost_svq_set_svq_kick_fdEugenio Pérez2022-09-021-2/+2
| * | vdpa: Make SVQ vring unmapping return voidEugenio Pérez2022-09-021-22/+10Star
| * | vdpa: Remove SVQ vring from iova_tree at shutdownEugenio Pérez2022-09-021-0/+6
| * | util: accept iova_tree_remove_parameter by valueEugenio Pérez2022-09-027-13/+13
| * | vdpa: do not save failed dma maps in SVQ iova treeEugenio Pérez2022-09-021-7/+13
| * | vdpa: Skip the maps not in the iova treeEugenio Pérez2022-09-021-0/+4
* | | Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-09-0210-46/+85
|\ \ \
| * | | audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau2022-09-023-5/+15
| * | | tests/unit: Update test-io-channel-socket.c for WindowsBin Meng2022-09-023-14/+48
| * | | chardev/char-socket: Update AF_UNIX for WindowsBin Meng2022-09-021-2/+2
| * | | util/qemu-sockets: Enable unix socket support on WindowsBin Meng2022-09-023-25/+20Star
* | | | Merge tag 'pull-avr-20220901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-09-012-30/+65
|\ \ \ \ | |_|/ / |/| | |
| * | | target/avr: Disable interrupts when env->skip setRichard Henderson2022-09-012-4/+31
| * | | target/avr: Only execute one interrupt at a timeRichard Henderson2022-09-011-6/+3Star
| * | | target/avr: Call avr_cpu_do_interrupt directlyRichard Henderson2022-09-011-3/+2Star
| * | | target/avr: Support probe argument to tlb_fillRichard Henderson2022-09-011-17/+29
| | |/ | |/|
* | | Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-09-0145-1593/+2735
|\ \ \ | |/ / |/| |
| * | ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan2022-08-315-47/+67
| * | ppc/ppc4xx: Fix sdram trace eventsCédric Le Goater2022-08-311-1/+1
| * | hw/ppc/Kconfig: Move imply before selectBALATON Zoltan2022-08-311-1/+1
| * | hw/ppc/sam460ex: Remove PPC405 dependency from sam460exBALATON Zoltan2022-08-312-2/+0Star
| * | ppc405: Move machine specific code to ppc405_boards.cBALATON Zoltan2022-08-313-254/+251Star
| * | ppc/ppc405: QOM'ify FPGACédric Le Goater2022-08-311-17/+39
| * | ppc/ppc405: Use an explicit I2C objectCédric Le Goater2022-08-312-2/+10
| * | hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan2022-08-317-49/+21Star
| * | ppc/ppc405: Use an embedded PPCUIC model in SoC stateCédric Le Goater2022-08-312-15/+16
| * | ppc4xx: Rename ppc405-ebc to ppc4xx-ebcBALATON Zoltan2022-08-315-12/+12
| * | ppc4xx: Move EBC model to ppc4xx_devs.cBALATON Zoltan2022-08-314-206/+206
| * | ppc4xx: Rename ppc405-plb to ppc4xx-plbBALATON Zoltan2022-08-315-12/+12
| * | ppc4xx: Move PLB model to ppc4xx_devs.cBALATON Zoltan2022-08-314-104/+105
| * | ppc/ppc405: QOM'ify MALCédric Le Goater2022-08-315-86/+117
| * | ppc/ppc405: QOM'ify PLBCédric Le Goater2022-08-313-31/+51
| * | ppc/ppc405: QOM'ify POBCédric Le Goater2022-08-312-24/+44
| * | ppc/ppc405: QOM'ify OPBACédric Le Goater2022-08-313-21/+41