aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-15e1000e: Fix Lesser GPL version numberChetan Pant5-5/+5
2020-11-15x86 hvf cpus: Fix Lesser GPL version numberChetan Pant17-18/+18
2020-11-15nvdimm: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-15w32: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-15tpm: Fix Lesser GPL version numberChetan Pant5-5/+5
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant26-26/+26
2020-11-15overall usermode...: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-15migration: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-15parallel nor flash: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant32-32/+32
2020-11-15x86 tcg cpus: Fix Lesser GPL version numberChetan Pant21-21/+21
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant29-29/+29
2020-11-15usb: Fix Lesser GPL version numberChetan Pant6-6/+6
2020-11-15tricore tcg cpus: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-15xtensa tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-15prep: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-15microblaze tcg cpus: Fix Lesser GPL version numberChetan Pant8-8/+8
2020-11-15cris tcg cpus: Fix Lesser GPL version numberChetan Pant10-10/+10
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant25-25/+25
2020-11-15non-virt: Fix Lesser GPL version numberChetan Pant13-13/+13
2020-11-15semihosting: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-14Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell2-3/+19
2020-11-13intc/ibex_plic: Ensure we don't loose interruptsAlistair Francis2-1/+17
2020-11-13intc/ibex_plic: Fix some typos in the commentsAlistair Francis1-2/+2
2020-11-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20201113' into s...Peter Maydell12-41/+49
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf10-20/+20
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf5-9/+17
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf5-13/+13
2020-11-13Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201113-pull-request...Peter Maydell5-41/+68
2020-11-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201112' into stagingPeter Maydell1-12/+12
2020-11-13Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201112.0' i...Peter Maydell1-1/+1
2020-11-13xhci: fix nec-usb-xhci propertiesGerd Hoffmann1-5/+26
2020-11-13hw/display/cirrus_vga: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-11-13hw/display/cirrus_vga: Remove debugging code commented outPhilippe Mathieu-Daudé1-18/+0
2020-11-13hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)Philippe Mathieu-Daudé1-2/+1
2020-11-13console: avoid passing con=NULL to graphic_hw_update_done()lichun1-2/+3
2020-11-13audio/jack: fix use after free segfaultGeoffrey McRae1-13/+37
2020-11-12MAINTAINERS: Replace my twiddle.net addressRichard Henderson1-12/+12
2020-11-12Fix use after free in vfio_migration_probeKirti Wankhede1-1/+1
2020-11-12Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201112a'...Peter Maydell7-23/+52
2020-11-12virtiofsd: check whether strdup lo.source return NULL in main funcHaotian Li1-0/+4
2020-11-12virtiofsd: check whether lo_map_reserve returns NULL in, main funcHaotian Li1-1/+11
2020-11-12tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance funcHaotian Li1-0/+4
2020-11-12virtiofsd: Announce submounts even without statx()Max Reitz1-8/+0
2020-11-12migration: handle CANCELLING state in migration_completion()Longpeng(Mike)1-0/+2
2020-11-12multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng1-0/+1
2020-11-12migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng1-5/+0
2020-11-12migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun1-1/+1
2020-11-12migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng1-6/+17
2020-11-12ACPI: Avoid infinite recursion when dump-vmstatePeng Liang1-1/+11