Compare commits
	
		
			96 Commits
		
	
	
		
			v0.12.3
			...
			v0.12.5-qe
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 69903f803a | ||
|  | 174f225e9d | ||
|  | e916448940 | ||
|  | bb44e0bbce | ||
|  | 191d44fc43 | ||
|  | a2f0cbaa58 | ||
|  | a9d9a66f13 | ||
|  | 37060c28e5 | ||
|  | 7205c21e76 | ||
|  | ceef722d01 | ||
|  | dfe0bb55ee | ||
|  | 6fd82592ce | ||
|  | 39187b5192 | ||
|  | 729862401d | ||
|  | 34d0d68bdf | ||
|  | 82e9cbeb0d | ||
|  | 2020dd5535 | ||
|  | 0c0f53e25c | ||
|  | 3dbe0714dd | ||
|  | 9067bac11d | ||
|  | 74471f3742 | ||
|  | 370f80376a | ||
|  | ed3aac289a | ||
|  | 11b52a6536 | ||
|  | b6185fc79c | ||
|  | 8fd7d5438e | ||
|  | a513171f80 | ||
|  | ff9e177617 | ||
|  | db3519a9ec | ||
|  | 258e351d12 | ||
|  | cd14f4d346 | ||
|  | df631629b1 | ||
|  | af0269b036 | ||
|  | d37dbf988d | ||
|  | cc7ed88f28 | ||
|  | 07442ab4a1 | ||
|  | dbe6a18d82 | ||
|  | 7dd007c2ed | ||
|  | 9c6a8f503d | ||
|  | 0c459361a1 | ||
|  | 72d3457e8d | ||
|  | e1f0c1d05d | ||
|  | 74bcc51b99 | ||
|  | 7e4f956056 | ||
|  | 1fb9798b69 | ||
|  | 9f6a84bc43 | ||
|  | 8cef921d18 | ||
|  | b04c3db504 | ||
|  | d04d7cf158 | ||
|  | 2b8bdd5c7f | ||
|  | 2a44494726 | ||
|  | 8f30db54d9 | ||
|  | b09ac1abe7 | ||
|  | 012d4869c1 | ||
|  | 3597c9c1d5 | ||
|  | 3b4bef0696 | ||
|  | d899303743 | ||
|  | 5773685183 | ||
|  | d40ba77ebf | ||
|  | a8c46d182c | ||
|  | d80e20a1c3 | ||
|  | 1ce4fad939 | ||
|  | 9167a242db | ||
|  | 09e96924ec | ||
|  | 69ff4e9dbd | ||
|  | 0434349d6a | ||
|  | e007221223 | ||
|  | 4622317288 | ||
|  | ffac613ff9 | ||
|  | aba5288247 | ||
|  | 4f7cb96931 | ||
|  | fafc2e4b33 | ||
|  | 83ef70f24a | ||
|  | de17c16e1f | ||
|  | 9462695b64 | ||
|  | 5eb089588e | ||
|  | 2039f70c23 | ||
|  | 082a9fc256 | ||
|  | 36a013c956 | ||
|  | c4c4b32b81 | ||
|  | 804b6ab08d | ||
|  | 81b168a702 | ||
|  | 5c6892078a | ||
|  | 18a21890ff | ||
|  | 6629fa6473 | ||
|  | 2a7996ce0e | ||
|  | 8ec131fb59 | ||
|  | 30d061750d | ||
|  | c5f5dc5bad | ||
|  | d2df336c58 | ||
|  | b299b12b17 | ||
|  | c248df6161 | ||
|  | 7d5625d5f7 | ||
|  | cc21d131e3 | ||
|  | 41a5bda61f | ||
|  | 5163f6e864 | 
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -48,4 +48,5 @@ pc-bios/bios-pq/status | |||||||
| pc-bios/vgabios-pq/status | pc-bios/vgabios-pq/status | ||||||
| pc-bios/optionrom/multiboot.bin | pc-bios/optionrom/multiboot.bin | ||||||
| pc-bios/optionrom/multiboot.raw | pc-bios/optionrom/multiboot.raw | ||||||
|  | pc-bios/optionrom/extboot.bin | ||||||
| .stgit-* | .stgit-* | ||||||
|   | |||||||
							
								
								
									
										97
									
								
								Changelog
									
									
									
									
									
								
							
							
						
						
									
										97
									
								
								Changelog
									
									
									
									
									
								
							| @@ -1,3 +1,100 @@ | |||||||
|  | version 0.12.5 | ||||||
|  |  - audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler | ||||||
|  |  - block: Handle multiwrite errors only when all requests have completed | ||||||
|  |  - block: Fix early failure in multiwrite | ||||||
|  |  - vpc: Use bdrv_(p)write_sync for metadata writes | ||||||
|  |  - vmdk: Use bdrv_(p)write_sync for metadata writes | ||||||
|  |  - qcow2: Use bdrv_(p)write_sync for metadata writes | ||||||
|  |  - qcow: Use bdrv_(p)write_sync for metadata writes | ||||||
|  |  - block: Add bdrv_(p)write_sync | ||||||
|  |  - qcow2: Restore L1 entry on l2_allocate failure | ||||||
|  |  - block/vdi: Fix image opening and creation for odd disk sizes | ||||||
|  |  - block/vpc: Fix conversion from size to disk geometry | ||||||
|  |  - qcow2: Remove abort on free_clusters failure | ||||||
|  |  - vmdk: Fix COW | ||||||
|  |  - qcow2: Fix creation of large images | ||||||
|  |  - vmdk: fix double free | ||||||
|  |  - qemu-options: add documentation for stdio signal=on|off | ||||||
|  |  - target-arm : fix parallel saturated subtraction implementation | ||||||
|  |  - target-arm : fix thumb2 parallel add/sub opcode decoding | ||||||
|  |  - target-arm: fix addsub/subadd implementation | ||||||
|  |  - target-i386: fix xchg rax,r8 | ||||||
|  |  - block/vvfat.c: fix warnings with _FORTIFY_SOURCE | ||||||
|  |  - audio/alsa: Spelling typo (paramters) | ||||||
|  |  - target-mips: fix DINSU instruction | ||||||
|  |  - Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE | ||||||
|  |  - qcow2: Fix corruption after error in update_refcount | ||||||
|  |  - qcow2: Fix corruption after refblock allocation | ||||||
|  |  - block: Fix multiwrite with overlapping requests | ||||||
|  |  - qcow2: Fix error handling in l2_allocate | ||||||
|  |  - qcow2: Clear L2 table cache after write error | ||||||
|  |  - ide: Fix ide_dma_cancel | ||||||
|  |  - usb-bus: fix no params | ||||||
|  |  - Avoid crash on '-usbdevice <device>' without parameters | ||||||
|  |  - Fix -usbdevice crash | ||||||
|  |  - Fix multiboot compilation | ||||||
|  |  - Fix missing symbols in .rel/.rela.plt sections | ||||||
|  |  - target-ppc: fix RFI by clearing some bits of MSR | ||||||
|  |  - Fix typo in balloon help | ||||||
|  |  - arm_timer: fix oneshot mode | ||||||
|  |  - arm_timer: reload timer when enabled | ||||||
|  |  - qemu-sockets: avoid strlen of NULL pointer | ||||||
|  |  - block: fix aio_flush segfaults for read-only protocols (e.g. curl) | ||||||
|  |  - virtio-blk: fix barrier support | ||||||
|  |  - block: fix sector comparism in multiwrite_req_compare | ||||||
|  |  - pci: irq_state vmstate breakage | ||||||
|  |  - qemu-img: use the heap instead of the huge stack array for win32 | ||||||
|  |  | ||||||
|  | version 0.12.4 | ||||||
|  |  - Workaround for broken OSS_GETVERSION on FreeBSD, part two (Juergen Lock) | ||||||
|  |  - oss: fix fragment setting (malc) | ||||||
|  |  - oss: issue OSS_GETVERSION ioctl only when needed (malc) | ||||||
|  |  - oss: refactor code around policy setting (malc) | ||||||
|  |  - oss: workaround for cases when OSS_GETVERSION is not defined (malc) | ||||||
|  |  - block: Free iovec arrays allocated by multiwrite_merge() (Stefan Hajnoczi) | ||||||
|  |  - lsi: fix segfault in lsi_command_complete (Gerd Hoffmann) | ||||||
|  |  - lsi: pass lsi_request to lsi_reselect (Gerd Hoffmann) | ||||||
|  |  - lsi: move dma_len+dma_buf into lsi_request (Gerd Hoffmann) | ||||||
|  |  - lsi: move current_dev into lsi_request (Gerd Hoffmann) | ||||||
|  |  - lsi: have lsi_request for the whole life time of the request. (Gerd Hoffmann) | ||||||
|  |  - lsi: use QTAILQ for lsi_queue (Gerd Hoffmann) | ||||||
|  |  - tcp/mips: Change TCG_AREG0 (fp -> s0) (Stefan Weil) | ||||||
|  |  - sh_pci: fix memory and I/O access (Aurelien Jarno) | ||||||
|  |  - Fix incoming migration with iothread (Marcelo Tosatti) | ||||||
|  |  - Fix SIGFPE for vnc display of width/height = 1 (Chris Webb) | ||||||
|  |  - net: remove broken net_set_boot_mask() boot device validation (Eduardo Habkost) | ||||||
|  |  - qcow2: Remove request from in-flight list after error (Kevin Wolf) | ||||||
|  |  - qcow2: Don't ignore immediate read/write failures (Kevin Wolf) | ||||||
|  |  - block: Fix multiwrite memory leak in error case (Kevin Wolf) | ||||||
|  |  - block: Fix error code in multiwrite for immediate failures (Kevin Wolf) | ||||||
|  |  - block: Fix multiwrite error handling (Kevin Wolf) | ||||||
|  |  - scsi-disk: fix buffer overflow (Gerd Hoffmann) | ||||||
|  |  - qcow2: Rewrite alloc_refcount_block/grow_refcount_table (Kevin Wolf) | ||||||
|  |  - qcow2: Factor next_refcount_table_size out (Kevin Wolf) | ||||||
|  |  - block: avoid creating too large iovecs in multiwrite_merge (Christoph Hellwig) | ||||||
|  |  - json-parser: Fix segfault on malformed input (Kevin Wolf) | ||||||
|  |  - linux-user: switch default ppc64 CPU to 970fx from 970 (Aurelien Jarno) | ||||||
|  |  - target-sh4: MMU: fix store queue addresses (Aurelien Jarno) | ||||||
|  |  - target-sh4: MMU: fix ITLB priviledge check (Aurelien Jarno) | ||||||
|  |  - target-sh4: MMU: fix mem_idx computation (Aurelien Jarno) | ||||||
|  |  - sh7750: handle MMUCR TI bit (Aurelien Jarno) | ||||||
|  |  - UHCI spurious interrut fix (Paul Brook) | ||||||
|  |  - tcg/mips: fix branch offset during retranslation (Aurelien Jarno) | ||||||
|  |  - tcg/arm: correctly save/restore registers in prologue/epilogue (Aurelien Jarno) | ||||||
|  |  - workaround for cmd646 bmdma register access while no dma is active (Igor V. Kovalenko) | ||||||
|  |  - Fix corner case in chardev udp: parameter (Jan Kiszka) | ||||||
|  |  - Don't set default monitor when there is a mux'ed one (Jan Kiszka) | ||||||
|  |  - spelling typo (compatibilty) in hw/fw_cfg.c (Vagrant Cascadian) | ||||||
|  |  - fdc: fix drive property handling. (Gerd Hoffmann) | ||||||
|  |  - target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957 (TeLeMan) | ||||||
|  |  - target-i386: fix SIB decoding with index = 4 (Aurelien Jarno) | ||||||
|  |  - Fix segfault with ram_size > 4095M without kvm (Ryan Harper) | ||||||
|  |  - target-i386: Fix long jumps/calls in long mode with REX.W set (malc) | ||||||
|  |  - target-i386: fix lddqu SSE instruction (Aurelien Jarno) | ||||||
|  |  - qemu-char.c: drop debug printfs from qemu_chr_parse_compat (Jan Kiszka) | ||||||
|  |  - fix undefined shifts by >32 (Paolo Bonzini) | ||||||
|  |  - Fix qemu -net user,hostfwd= example (Aurelien Jarno) | ||||||
|  |  | ||||||
| version 0.12.3 | version 0.12.3 | ||||||
|   - kvm: Fix eflags corruption in kvm mode (Jan Kiszka) |   - kvm: Fix eflags corruption in kvm mode (Jan Kiszka) | ||||||
|   - qcow2: Fix access after end of array (Kevin Wolf) |   - qcow2: Fix access after end of array (Kevin Wolf) | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								EXTERNAL_DEPENDENCIES
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								EXTERNAL_DEPENDENCIES
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | |||||||
|  | seabios 9fb3f4d950744e97cc655b7d7b523d8bf101e4a0 | ||||||
|  | vgabios 6e62666cfc19e7fd45dd0d7c3ad62fd8d0b5f67a | ||||||
							
								
								
									
										1
									
								
								KVM_VERSION
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								KVM_VERSION
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | qemu-kvm-0.12.5 | ||||||
							
								
								
									
										24
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								Makefile
									
									
									
									
									
								
							| @@ -63,6 +63,18 @@ config-host.h-timestamp: config-host.mak | |||||||
|  |  | ||||||
| SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) | SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) | ||||||
|  |  | ||||||
|  | ifeq ($(KVM_KMOD),yes) | ||||||
|  |  | ||||||
|  | .PHONEY: kvm-kmod | ||||||
|  |  | ||||||
|  | all: kvm-kmod | ||||||
|  |  | ||||||
|  | kvm-kmod: | ||||||
|  | 	$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C kvm/kernel V="$(V)" ) | ||||||
|  |  | ||||||
|  |  | ||||||
|  | endif | ||||||
|  |  | ||||||
| subdir-%: $(GENERATED_HEADERS) | subdir-%: $(GENERATED_HEADERS) | ||||||
| 	$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $* V="$(V)" TARGET_DIR="$*/" all,) | 	$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $* V="$(V)" TARGET_DIR="$*/" all,) | ||||||
|  |  | ||||||
| @@ -94,6 +106,7 @@ block-obj-y = cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o | |||||||
| block-obj-y += nbd.o block.o aio.o aes.o osdep.o | block-obj-y += nbd.o block.o aio.o aes.o osdep.o | ||||||
| block-obj-$(CONFIG_POSIX) += posix-aio-compat.o | block-obj-$(CONFIG_POSIX) += posix-aio-compat.o | ||||||
| block-obj-$(CONFIG_LINUX_AIO) += linux-aio.o | block-obj-$(CONFIG_LINUX_AIO) += linux-aio.o | ||||||
|  | block-obj-$(CONFIG_POSIX) += compatfd.o | ||||||
|  |  | ||||||
| block-nested-y += cow.o qcow.o vdi.o vmdk.o cloop.o dmg.o bochs.o vpc.o vvfat.o | block-nested-y += cow.o qcow.o vdi.o vmdk.o cloop.o dmg.o bochs.o vpc.o vvfat.o | ||||||
| block-nested-y += qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o | block-nested-y += qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o | ||||||
| @@ -283,6 +296,8 @@ pxe-ne2k_pci.bin pxe-pcnet.bin \ | |||||||
| pxe-rtl8139.bin pxe-virtio.bin \ | pxe-rtl8139.bin pxe-virtio.bin \ | ||||||
| bamboo.dtb petalogix-s3adsp1800.dtb \ | bamboo.dtb petalogix-s3adsp1800.dtb \ | ||||||
| multiboot.bin linuxboot.bin | multiboot.bin linuxboot.bin | ||||||
|  | BLOBS += extboot.bin | ||||||
|  | BLOBS += vapic.bin | ||||||
| else | else | ||||||
| BLOBS= | BLOBS= | ||||||
| endif | endif | ||||||
| @@ -305,7 +320,12 @@ endif | |||||||
| ifneq ($(BLOBS),) | ifneq ($(BLOBS),) | ||||||
| 	$(INSTALL_DIR) "$(DESTDIR)$(datadir)" | 	$(INSTALL_DIR) "$(DESTDIR)$(datadir)" | ||||||
| 	set -e; for x in $(BLOBS); do \ | 	set -e; for x in $(BLOBS); do \ | ||||||
|  | 	    if [ -f $(SRC_PATH)/pc-bios/$$x ];then \ | ||||||
| 		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \ | 		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \ | ||||||
|  | 	    fi \ | ||||||
|  | 	    ; if [ -f pc-bios/optionrom/$$x ];then \ | ||||||
|  | 		$(INSTALL_DATA) pc-bios/optionrom/$$x "$(DESTDIR)$(datadir)"; \ | ||||||
|  | 	    fi \ | ||||||
| 	done | 	done | ||||||
| endif | endif | ||||||
| 	$(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps" | 	$(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps" | ||||||
| @@ -315,6 +335,9 @@ endif | |||||||
| 	for d in $(TARGET_DIRS); do \ | 	for d in $(TARGET_DIRS); do \ | ||||||
| 	$(MAKE) -C $$d $@ || exit 1 ; \ | 	$(MAKE) -C $$d $@ || exit 1 ; \ | ||||||
|         done |         done | ||||||
|  | ifeq ($(KVM_KMOD),yes) | ||||||
|  | 	$(MAKE) -C kvm/kernel $@ | ||||||
|  | endif | ||||||
|  |  | ||||||
| # various test targets | # various test targets | ||||||
| test speed: all | test speed: all | ||||||
| @@ -435,6 +458,7 @@ tarbin: | |||||||
| 	$(datadir)/pxe-rtl8139.bin \ | 	$(datadir)/pxe-rtl8139.bin \ | ||||||
| 	$(datadir)/pxe-pcnet.bin \ | 	$(datadir)/pxe-pcnet.bin \ | ||||||
| 	$(datadir)/pxe-e1000.bin \ | 	$(datadir)/pxe-e1000.bin \ | ||||||
|  | 	$(datadir)/extboot.bin \ | ||||||
| 	$(docdir)/qemu-doc.html \ | 	$(docdir)/qemu-doc.html \ | ||||||
| 	$(docdir)/qemu-tech.html \ | 	$(docdir)/qemu-tech.html \ | ||||||
| 	$(mandir)/man1/qemu.1 \ | 	$(mandir)/man1/qemu.1 \ | ||||||
|   | |||||||
| @@ -25,7 +25,9 @@ obj-$(CONFIG_ESCC) += escc.o | |||||||
| # PCI watchdog devices | # PCI watchdog devices | ||||||
| obj-y += wdt_i6300esb.o | obj-y += wdt_i6300esb.o | ||||||
|  |  | ||||||
| obj-y += msix.o | # MSI-X depends on kvm for interrupt injection, | ||||||
|  | # so moved it from Makefile.hw to Makefile.target for now | ||||||
|  | # obj-y += msix.o | ||||||
|  |  | ||||||
| # PCI network cards | # PCI network cards | ||||||
| obj-y += ne2000.o | obj-y += ne2000.o | ||||||
|   | |||||||
| @@ -30,6 +30,8 @@ LIBS+=-lm | |||||||
|  |  | ||||||
| kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS) | kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS) | ||||||
|  |  | ||||||
|  | CFLAGS += $(KVM_CFLAGS) | ||||||
|  |  | ||||||
| config-target.h: config-target.h-timestamp | config-target.h: config-target.h-timestamp | ||||||
| config-target.h-timestamp: config-target.mak | config-target.h-timestamp: config-target.mak | ||||||
|  |  | ||||||
| @@ -40,12 +42,18 @@ all: $(PROGS) | |||||||
|  |  | ||||||
| ######################################################### | ######################################################### | ||||||
| # cpu emulator library | # cpu emulator library | ||||||
| libobj-y = exec.o translate-all.o cpu-exec.o translate.o | libobj-y = exec.o cpu-exec.o | ||||||
| libobj-y += tcg/tcg.o | libobj-$(CONFIG_NO_CPU_EMULATION) += fake-exec.o | ||||||
|  | libobj-$(CONFIG_CPU_EMULATION) += translate-all.o translate.o | ||||||
|  | libobj-$(CONFIG_CPU_EMULATION) += tcg/tcg.o | ||||||
| libobj-$(CONFIG_SOFTFLOAT) += fpu/softfloat.o | libobj-$(CONFIG_SOFTFLOAT) += fpu/softfloat.o | ||||||
| libobj-$(CONFIG_NOSOFTFLOAT) += fpu/softfloat-native.o | libobj-$(CONFIG_NOSOFTFLOAT) += fpu/softfloat-native.o | ||||||
| libobj-y += op_helper.o helper.o | libobj-y += op_helper.o helper.o | ||||||
| libobj-$(CONFIG_NEED_MMU) += mmu.o | libobj-$(CONFIG_NEED_MMU) += mmu.o | ||||||
|  |  | ||||||
|  | libobj-$(CONFIG_KVM) += kvm-tpr-opt.o | ||||||
|  | libobj-$(CONFIG_KVM) += qemu-kvm-helper.o | ||||||
|  |  | ||||||
| libobj-$(TARGET_ARM) += neon_helper.o iwmmxt_helper.o | libobj-$(TARGET_ARM) += neon_helper.o iwmmxt_helper.o | ||||||
| libobj-$(TARGET_ALPHA) += alpha_palcode.o | libobj-$(TARGET_ALPHA) += alpha_palcode.o | ||||||
|  |  | ||||||
| @@ -82,6 +90,8 @@ op_helper.o cpu-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) | |||||||
| # cpu_signal_handler() in cpu-exec.c. | # cpu_signal_handler() in cpu-exec.c. | ||||||
| signal.o: QEMU_CFLAGS += $(HELPER_CFLAGS) | signal.o: QEMU_CFLAGS += $(HELPER_CFLAGS) | ||||||
|  |  | ||||||
|  | qemu-kvm-helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) | ||||||
|  |  | ||||||
| ######################################################### | ######################################################### | ||||||
| # Linux user emulator target | # Linux user emulator target | ||||||
|  |  | ||||||
| @@ -158,6 +168,10 @@ obj-y = vl.o async.o monitor.o pci.o pci_host.o pcie_host.o machine.o gdbstub.o | |||||||
| # need to fix this properly | # need to fix this properly | ||||||
| obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o virtio-pci.o | obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o virtio-pci.o | ||||||
| obj-$(CONFIG_KVM) += kvm.o kvm-all.o | obj-$(CONFIG_KVM) += kvm.o kvm-all.o | ||||||
|  | # MSI-X depends on kvm for interrupt injection, | ||||||
|  | # so moved it from Makefile.hw to Makefile.target for now | ||||||
|  | obj-y += msix.o | ||||||
|  |  | ||||||
| obj-$(CONFIG_ISA_MMIO) += isa_mmio.o | obj-$(CONFIG_ISA_MMIO) += isa_mmio.o | ||||||
| LIBS+=-lz | LIBS+=-lz | ||||||
|  |  | ||||||
| @@ -194,12 +208,25 @@ obj-i386-y += fdc.o mc146818rtc.o serial.o i8259.o i8254.o pcspk.o pc.o | |||||||
| obj-i386-y += cirrus_vga.o apic.o ioapic.o parallel.o acpi.o piix_pci.o | obj-i386-y += cirrus_vga.o apic.o ioapic.o parallel.o acpi.o piix_pci.o | ||||||
| obj-i386-y += usb-uhci.o vmmouse.o vmport.o vmware_vga.o hpet.o | obj-i386-y += usb-uhci.o vmmouse.o vmport.o vmware_vga.o hpet.o | ||||||
| obj-i386-y += device-hotplug.o pci-hotplug.o smbios.o wdt_ib700.o | obj-i386-y += device-hotplug.o pci-hotplug.o smbios.o wdt_ib700.o | ||||||
|  | obj-i386-y += extboot.o | ||||||
| obj-i386-y += ne2000-isa.o | obj-i386-y += ne2000-isa.o | ||||||
|  | obj-i386-y += testdev.o | ||||||
|  |  | ||||||
|  | obj-i386-$(CONFIG_KVM_PIT) += i8254-kvm.o | ||||||
|  | obj-i386-$(CONFIG_KVM_DEVICE_ASSIGNMENT) += device-assignment.o | ||||||
|  |  | ||||||
|  | # Hardware support | ||||||
|  | obj-ia64-y += ide.o pckbd.o vga.o $(SOUND_HW) dma.o $(AUDIODRV) | ||||||
|  | obj-ia64-y += fdc.o mc146818rtc.o serial.o i8259.o ipf.o | ||||||
|  | obj-ia64-y += cirrus_vga.o parallel.o acpi.o piix_pci.o | ||||||
|  | obj-ia64-y += usb-uhci.o | ||||||
|  | obj-ia64-$(CONFIG_KVM_DEVICE_ASSIGNMENT) += device-assignment.o | ||||||
|  |  | ||||||
| # shared objects | # shared objects | ||||||
| obj-ppc-y = ppc.o ide/core.o ide/qdev.o ide/isa.o ide/pci.o ide/macio.o | obj-ppc-y = ppc.o ide/core.o ide/qdev.o ide/isa.o ide/pci.o ide/macio.o | ||||||
| obj-ppc-y += ide/cmd646.o | obj-ppc-y += ide/cmd646.o | ||||||
| obj-ppc-y += vga.o vga-pci.o $(sound-obj-y) dma.o openpic.o | obj-ppc-y += vga.o vga-pci.o $(sound-obj-y) dma.o openpic.o | ||||||
|  | obj-ppc-y += cirrus_vga.o | ||||||
| # PREP target | # PREP target | ||||||
| obj-ppc-y += pckbd.o serial.o i8259.o i8254.o fdc.o mc146818rtc.o | obj-ppc-y += pckbd.o serial.o i8259.o i8254.o fdc.o mc146818rtc.o | ||||||
| obj-ppc-y += prep_pci.o ppc_prep.o ne2000-isa.o | obj-ppc-y += prep_pci.o ppc_prep.o ne2000-isa.o | ||||||
| @@ -295,6 +322,11 @@ obj-m68k-y += m68k-semi.o dummy_m68k.o | |||||||
|  |  | ||||||
| obj-s390x-y = s390-virtio-bus.o s390-virtio.o | obj-s390x-y = s390-virtio-bus.o s390-virtio.o | ||||||
|  |  | ||||||
|  | ifeq ($(TARGET_ARCH), ia64) | ||||||
|  | firmware.o: firmware.c | ||||||
|  | 	$(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(BASE_CFLAGS) -c -o $@ $< | ||||||
|  | endif | ||||||
|  |  | ||||||
| main.o vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) | main.o vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) | ||||||
|  |  | ||||||
| vl.o: QEMU_CFLAGS+=$(SDL_CFLAGS) | vl.o: QEMU_CFLAGS+=$(SDL_CFLAGS) | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								aio.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								aio.c
									
									
									
									
									
								
							| @@ -113,7 +113,9 @@ void qemu_aio_flush(void) | |||||||
|         qemu_aio_wait(); |         qemu_aio_wait(); | ||||||
|  |  | ||||||
|         QLIST_FOREACH(node, &aio_handlers, node) { |         QLIST_FOREACH(node, &aio_handlers, node) { | ||||||
|             ret |= node->io_flush(node->opaque); |             if (node->io_flush) { | ||||||
|  |                 ret |= node->io_flush(node->opaque); | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|     } while (qemu_bh_poll() || ret > 0); |     } while (qemu_bh_poll() || ret > 0); | ||||||
| } | } | ||||||
|   | |||||||
| @@ -213,6 +213,10 @@ static void alsa_poll_handler (void *opaque) | |||||||
|  |  | ||||||
|     state = snd_pcm_state (hlp->handle); |     state = snd_pcm_state (hlp->handle); | ||||||
|     switch (state) { |     switch (state) { | ||||||
|  |     case SND_PCM_STATE_SETUP: | ||||||
|  |         alsa_recover (hlp->handle); | ||||||
|  |         break; | ||||||
|  |  | ||||||
|     case SND_PCM_STATE_XRUN: |     case SND_PCM_STATE_XRUN: | ||||||
|         alsa_recover (hlp->handle); |         alsa_recover (hlp->handle); | ||||||
|         break; |         break; | ||||||
| @@ -665,7 +669,7 @@ static int alsa_open (int in, struct alsa_params_req *req, | |||||||
|         (obt->fmt != req->fmt || |         (obt->fmt != req->fmt || | ||||||
|          obt->nchannels != req->nchannels || |          obt->nchannels != req->nchannels || | ||||||
|          obt->freq != req->freq)) { |          obt->freq != req->freq)) { | ||||||
|         dolog ("Audio paramters for %s\n", typ); |         dolog ("Audio parameters for %s\n", typ); | ||||||
|         alsa_dump_info (req, obt); |         alsa_dump_info (req, obt); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -38,6 +38,10 @@ | |||||||
| #define AUDIO_CAP "oss" | #define AUDIO_CAP "oss" | ||||||
| #include "audio_int.h" | #include "audio_int.h" | ||||||
|  |  | ||||||
|  | #if defined OSS_GETVERSION && defined SNDCTL_DSP_POLICY | ||||||
|  | #define USE_DSP_POLICY | ||||||
|  | #endif | ||||||
|  |  | ||||||
| typedef struct OSSVoiceOut { | typedef struct OSSVoiceOut { | ||||||
|     HWVoiceOut hw; |     HWVoiceOut hw; | ||||||
|     void *pcm_buf; |     void *pcm_buf; | ||||||
| @@ -236,14 +240,39 @@ static void oss_dump_info (struct oss_params *req, struct oss_params *obt) | |||||||
| } | } | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | #ifdef USE_DSP_POLICY | ||||||
|  | static int oss_get_version (int fd, int *version, const char *typ) | ||||||
|  | { | ||||||
|  |     if (ioctl (fd, OSS_GETVERSION, &version)) { | ||||||
|  | #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) | ||||||
|  |         /* | ||||||
|  |          * Looks like atm (20100109) FreeBSD knows OSS_GETVERSION | ||||||
|  |          * since 7.x, but currently only on the mixer device (or in | ||||||
|  |          * the Linuxolator), and in the native version that part of | ||||||
|  |          * the code is in fact never reached so the ioctl fails anyway. | ||||||
|  |          * Until this is fixed, just check the errno and if its what | ||||||
|  |          * FreeBSD's sound drivers return atm assume they are new enough. | ||||||
|  |          */ | ||||||
|  |         if (errno == EINVAL) { | ||||||
|  |             *version = 0x040000; | ||||||
|  |             return 0; | ||||||
|  |         } | ||||||
|  | #endif | ||||||
|  |         oss_logerr2 (errno, typ, "Failed to get OSS version\n"); | ||||||
|  |         return -1; | ||||||
|  |     } | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
| static int oss_open (int in, struct oss_params *req, | static int oss_open (int in, struct oss_params *req, | ||||||
|                      struct oss_params *obt, int *pfd) |                      struct oss_params *obt, int *pfd) | ||||||
| { | { | ||||||
|     int fd; |     int fd; | ||||||
|     int version; |  | ||||||
|     int oflags = conf.exclusive ? O_EXCL : 0; |     int oflags = conf.exclusive ? O_EXCL : 0; | ||||||
|     audio_buf_info abinfo; |     audio_buf_info abinfo; | ||||||
|     int fmt, freq, nchannels; |     int fmt, freq, nchannels; | ||||||
|  |     int setfragment = 1; | ||||||
|     const char *dspname = in ? conf.devpath_in : conf.devpath_out; |     const char *dspname = in ? conf.devpath_in : conf.devpath_out; | ||||||
|     const char *typ = in ? "ADC" : "DAC"; |     const char *typ = in ? "ADC" : "DAC"; | ||||||
|  |  | ||||||
| @@ -281,27 +310,30 @@ static int oss_open (int in, struct oss_params *req, | |||||||
|         goto err; |         goto err; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (ioctl (fd, OSS_GETVERSION, &version)) { | #ifdef USE_DSP_POLICY | ||||||
|         oss_logerr2 (errno, typ, "Failed to get OSS version\n"); |     if (conf.policy >= 0) { | ||||||
|         version = 0; |         int version; | ||||||
|     } |  | ||||||
|  |  | ||||||
|     if (conf.debug) { |         if (!oss_get_version (fd, &version, typ)) { | ||||||
|         dolog ("OSS version = %#x\n", version); |             if (conf.debug) { | ||||||
|     } |                 dolog ("OSS version = %#x\n", version); | ||||||
|  |             } | ||||||
|  |  | ||||||
| #ifdef SNDCTL_DSP_POLICY |             if (version >= 0x040000) { | ||||||
|     if (conf.policy >= 0 && version >= 0x040000) { |                 int policy = conf.policy; | ||||||
|         int policy = conf.policy; |                 if (ioctl (fd, SNDCTL_DSP_POLICY, &policy)) { | ||||||
|         if (ioctl (fd, SNDCTL_DSP_POLICY, &policy)) { |                     oss_logerr2 (errno, typ, | ||||||
|             oss_logerr2 (errno, typ, "Failed to set timing policy to %d\n", |                                  "Failed to set timing policy to %d\n", | ||||||
|                          conf.policy); |                                  conf.policy); | ||||||
|             goto err; |                     goto err; | ||||||
|  |                 } | ||||||
|  |                 setfragment = 0; | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     else |  | ||||||
| #endif | #endif | ||||||
|     { |  | ||||||
|  |     if (setfragment) { | ||||||
|         int mmmmssss = (req->nfrags << 16) | ctz32 (req->fragsize); |         int mmmmssss = (req->nfrags << 16) | ctz32 (req->fragsize); | ||||||
|         if (ioctl (fd, SNDCTL_DSP_SETFRAGMENT, &mmmmssss)) { |         if (ioctl (fd, SNDCTL_DSP_SETFRAGMENT, &mmmmssss)) { | ||||||
|             oss_logerr2 (errno, typ, "Failed to set buffer length (%d, %d)\n", |             oss_logerr2 (errno, typ, "Failed to set buffer length (%d, %d)\n", | ||||||
| @@ -857,7 +889,7 @@ static struct audio_option oss_options[] = { | |||||||
|         .valp  = &conf.exclusive, |         .valp  = &conf.exclusive, | ||||||
|         .descr = "Open device in exclusive mode (vmix wont work)" |         .descr = "Open device in exclusive mode (vmix wont work)" | ||||||
|     }, |     }, | ||||||
| #ifdef SNDCTL_DSP_POLICY | #ifdef USE_DSP_POLICY | ||||||
|     { |     { | ||||||
|         .name  = "POLICY", |         .name  = "POLICY", | ||||||
|         .tag   = AUD_OPT_INT, |         .tag   = AUD_OPT_INT, | ||||||
|   | |||||||
							
								
								
									
										107
									
								
								block.c
									
									
									
									
									
								
							
							
						
						
									
										107
									
								
								block.c
									
									
									
									
									
								
							| @@ -452,6 +452,8 @@ int bdrv_open2(BlockDriverState *bs, const char *filename, int flags, | |||||||
|             (flags & (BDRV_O_CACHE_MASK|BDRV_O_NATIVE_AIO)); |             (flags & (BDRV_O_CACHE_MASK|BDRV_O_NATIVE_AIO)); | ||||||
|     else |     else | ||||||
|         open_flags = flags & ~(BDRV_O_FILE | BDRV_O_SNAPSHOT); |         open_flags = flags & ~(BDRV_O_FILE | BDRV_O_SNAPSHOT); | ||||||
|  |  | ||||||
|  |     bs->open_flags = open_flags; | ||||||
|     if (use_bdrv_whitelist && !bdrv_is_whitelisted(drv)) |     if (use_bdrv_whitelist && !bdrv_is_whitelisted(drv)) | ||||||
|         ret = -ENOTSUP; |         ret = -ENOTSUP; | ||||||
|     else |     else | ||||||
| @@ -779,6 +781,43 @@ int bdrv_pwrite(BlockDriverState *bs, int64_t offset, | |||||||
|     return count1; |     return count1; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * Writes to the file and ensures that no writes are reordered across this | ||||||
|  |  * request (acts as a barrier) | ||||||
|  |  * | ||||||
|  |  * Returns 0 on success, -errno in error cases. | ||||||
|  |  */ | ||||||
|  | int bdrv_pwrite_sync(BlockDriverState *bs, int64_t offset, | ||||||
|  |     const void *buf, int count) | ||||||
|  | { | ||||||
|  |     int ret; | ||||||
|  |  | ||||||
|  |     ret = bdrv_pwrite(bs, offset, buf, count); | ||||||
|  |     if (ret < 0) { | ||||||
|  |         return ret; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* No flush needed for cache=writethrough, it uses O_DSYNC */ | ||||||
|  |     if ((bs->open_flags & BDRV_O_CACHE_MASK) != 0) { | ||||||
|  |         bdrv_flush(bs); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * Writes to the file and ensures that no writes are reordered across this | ||||||
|  |  * request (acts as a barrier) | ||||||
|  |  * | ||||||
|  |  * Returns 0 on success, -errno in error cases. | ||||||
|  |  */ | ||||||
|  | int bdrv_write_sync(BlockDriverState *bs, int64_t sector_num, | ||||||
|  |     const uint8_t *buf, int nb_sectors) | ||||||
|  | { | ||||||
|  |     return bdrv_pwrite_sync(bs, BDRV_SECTOR_SIZE * sector_num, | ||||||
|  |         buf, BDRV_SECTOR_SIZE * nb_sectors); | ||||||
|  | } | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * Truncate file to 'offset' bytes (needed only for file protocols) |  * Truncate file to 'offset' bytes (needed only for file protocols) | ||||||
|  */ |  */ | ||||||
| @@ -1608,6 +1647,9 @@ static void multiwrite_user_cb(MultiwriteCB *mcb) | |||||||
|  |  | ||||||
|     for (i = 0; i < mcb->num_callbacks; i++) { |     for (i = 0; i < mcb->num_callbacks; i++) { | ||||||
|         mcb->callbacks[i].cb(mcb->callbacks[i].opaque, mcb->error); |         mcb->callbacks[i].cb(mcb->callbacks[i].opaque, mcb->error); | ||||||
|  |         if (mcb->callbacks[i].free_qiov) { | ||||||
|  |             qemu_iovec_destroy(mcb->callbacks[i].free_qiov); | ||||||
|  |         } | ||||||
|         qemu_free(mcb->callbacks[i].free_qiov); |         qemu_free(mcb->callbacks[i].free_qiov); | ||||||
|         qemu_vfree(mcb->callbacks[i].free_buf); |         qemu_vfree(mcb->callbacks[i].free_buf); | ||||||
|     } |     } | ||||||
| @@ -1617,23 +1659,32 @@ static void multiwrite_cb(void *opaque, int ret) | |||||||
| { | { | ||||||
|     MultiwriteCB *mcb = opaque; |     MultiwriteCB *mcb = opaque; | ||||||
|  |  | ||||||
|     if (ret < 0) { |     if (ret < 0 && !mcb->error) { | ||||||
|         mcb->error = ret; |         mcb->error = ret; | ||||||
|         multiwrite_user_cb(mcb); |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     mcb->num_requests--; |     mcb->num_requests--; | ||||||
|     if (mcb->num_requests == 0) { |     if (mcb->num_requests == 0) { | ||||||
|         if (mcb->error == 0) { |         multiwrite_user_cb(mcb); | ||||||
|             multiwrite_user_cb(mcb); |  | ||||||
|         } |  | ||||||
|         qemu_free(mcb); |         qemu_free(mcb); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| static int multiwrite_req_compare(const void *a, const void *b) | static int multiwrite_req_compare(const void *a, const void *b) | ||||||
| { | { | ||||||
|     return (((BlockRequest*) a)->sector - ((BlockRequest*) b)->sector); |     const BlockRequest *req1 = a, *req2 = b; | ||||||
|  |  | ||||||
|  |     /* | ||||||
|  |      * Note that we can't simply subtract req2->sector from req1->sector | ||||||
|  |      * here as that could overflow the return value. | ||||||
|  |      */ | ||||||
|  |     if (req1->sector > req2->sector) { | ||||||
|  |         return 1; | ||||||
|  |     } else if (req1->sector < req2->sector) { | ||||||
|  |         return -1; | ||||||
|  |     } else { | ||||||
|  |         return 0; | ||||||
|  |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| /* | /* | ||||||
| @@ -1669,6 +1720,10 @@ static int multiwrite_merge(BlockDriverState *bs, BlockRequest *reqs, | |||||||
|             merge = bs->drv->bdrv_merge_requests(bs, &reqs[outidx], &reqs[i]); |             merge = bs->drv->bdrv_merge_requests(bs, &reqs[outidx], &reqs[i]); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         if (reqs[outidx].qiov->niov + reqs[i].qiov->niov + 1 > IOV_MAX) { | ||||||
|  |             merge = 0; | ||||||
|  |         } | ||||||
|  |  | ||||||
|         if (merge) { |         if (merge) { | ||||||
|             size_t size; |             size_t size; | ||||||
|             QEMUIOVector *qiov = qemu_mallocz(sizeof(*qiov)); |             QEMUIOVector *qiov = qemu_mallocz(sizeof(*qiov)); | ||||||
| @@ -1692,7 +1747,7 @@ static int multiwrite_merge(BlockDriverState *bs, BlockRequest *reqs, | |||||||
|             // Add the second request |             // Add the second request | ||||||
|             qemu_iovec_concat(qiov, reqs[i].qiov, reqs[i].qiov->size); |             qemu_iovec_concat(qiov, reqs[i].qiov, reqs[i].qiov->size); | ||||||
|  |  | ||||||
|             reqs[outidx].nb_sectors += reqs[i].nb_sectors; |             reqs[outidx].nb_sectors = qiov->size >> 9; | ||||||
|             reqs[outidx].qiov = qiov; |             reqs[outidx].qiov = qiov; | ||||||
|  |  | ||||||
|             mcb->callbacks[i].free_qiov = reqs[outidx].qiov; |             mcb->callbacks[i].free_qiov = reqs[outidx].qiov; | ||||||
| @@ -1744,8 +1799,29 @@ int bdrv_aio_multiwrite(BlockDriverState *bs, BlockRequest *reqs, int num_reqs) | |||||||
|     // Check for mergable requests |     // Check for mergable requests | ||||||
|     num_reqs = multiwrite_merge(bs, reqs, num_reqs, mcb); |     num_reqs = multiwrite_merge(bs, reqs, num_reqs, mcb); | ||||||
|  |  | ||||||
|     // Run the aio requests |     /* | ||||||
|  |      * Run the aio requests. As soon as one request can't be submitted | ||||||
|  |      * successfully, fail all requests that are not yet submitted (we must | ||||||
|  |      * return failure for all requests anyway) | ||||||
|  |      * | ||||||
|  |      * num_requests cannot be set to the right value immediately: If | ||||||
|  |      * bdrv_aio_writev fails for some request, num_requests would be too high | ||||||
|  |      * and therefore multiwrite_cb() would never recognize the multiwrite | ||||||
|  |      * request as completed. We also cannot use the loop variable i to set it | ||||||
|  |      * when the first request fails because the callback may already have been | ||||||
|  |      * called for previously submitted requests. Thus, num_requests must be | ||||||
|  |      * incremented for each request that is submitted. | ||||||
|  |      * | ||||||
|  |      * The problem that callbacks may be called early also means that we need | ||||||
|  |      * to take care that num_requests doesn't become 0 before all requests are | ||||||
|  |      * submitted - multiwrite_cb() would consider the multiwrite request | ||||||
|  |      * completed. A dummy request that is "completed" by a manual call to | ||||||
|  |      * multiwrite_cb() takes care of this. | ||||||
|  |      */ | ||||||
|  |     mcb->num_requests = 1; | ||||||
|  |  | ||||||
|     for (i = 0; i < num_reqs; i++) { |     for (i = 0; i < num_reqs; i++) { | ||||||
|  |         mcb->num_requests++; | ||||||
|         acb = bdrv_aio_writev(bs, reqs[i].sector, reqs[i].qiov, |         acb = bdrv_aio_writev(bs, reqs[i].sector, reqs[i].qiov, | ||||||
|             reqs[i].nb_sectors, multiwrite_cb, mcb); |             reqs[i].nb_sectors, multiwrite_cb, mcb); | ||||||
|  |  | ||||||
| @@ -1753,22 +1829,25 @@ int bdrv_aio_multiwrite(BlockDriverState *bs, BlockRequest *reqs, int num_reqs) | |||||||
|             // We can only fail the whole thing if no request has been |             // We can only fail the whole thing if no request has been | ||||||
|             // submitted yet. Otherwise we'll wait for the submitted AIOs to |             // submitted yet. Otherwise we'll wait for the submitted AIOs to | ||||||
|             // complete and report the error in the callback. |             // complete and report the error in the callback. | ||||||
|             if (mcb->num_requests == 0) { |             if (i == 0) { | ||||||
|                 reqs[i].error = EIO; |  | ||||||
|                 goto fail; |                 goto fail; | ||||||
|             } else { |             } else { | ||||||
|                 mcb->error = EIO; |                 multiwrite_cb(mcb, -EIO); | ||||||
|                 break; |                 break; | ||||||
|             } |             } | ||||||
|         } else { |  | ||||||
|             mcb->num_requests++; |  | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     /* Complete the dummy request */ | ||||||
|  |     multiwrite_cb(mcb, 0); | ||||||
|  |  | ||||||
|     return 0; |     return 0; | ||||||
|  |  | ||||||
| fail: | fail: | ||||||
|     free(mcb); |     for (i = 0; i < mcb->num_callbacks; i++) { | ||||||
|  |         reqs[i].error = -EIO; | ||||||
|  |     } | ||||||
|  |     qemu_free(mcb); | ||||||
|     return -1; |     return -1; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								block.h
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								block.h
									
									
									
									
									
								
							| @@ -77,6 +77,10 @@ int bdrv_pread(BlockDriverState *bs, int64_t offset, | |||||||
|                void *buf, int count); |                void *buf, int count); | ||||||
| int bdrv_pwrite(BlockDriverState *bs, int64_t offset, | int bdrv_pwrite(BlockDriverState *bs, int64_t offset, | ||||||
|                 const void *buf, int count); |                 const void *buf, int count); | ||||||
|  | int bdrv_pwrite_sync(BlockDriverState *bs, int64_t offset, | ||||||
|  |     const void *buf, int count); | ||||||
|  | int bdrv_write_sync(BlockDriverState *bs, int64_t sector_num, | ||||||
|  |     const uint8_t *buf, int nb_sectors); | ||||||
| int bdrv_truncate(BlockDriverState *bs, int64_t offset); | int bdrv_truncate(BlockDriverState *bs, int64_t offset); | ||||||
| int64_t bdrv_getlength(BlockDriverState *bs); | int64_t bdrv_getlength(BlockDriverState *bs); | ||||||
| void bdrv_get_geometry(BlockDriverState *bs, uint64_t *nb_sectors_ptr); | void bdrv_get_geometry(BlockDriverState *bs, uint64_t *nb_sectors_ptr); | ||||||
|   | |||||||
							
								
								
									
										18
									
								
								block/qcow.c
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								block/qcow.c
									
									
									
									
									
								
							| @@ -277,8 +277,9 @@ static uint64_t get_cluster_offset(BlockDriverState *bs, | |||||||
|         /* update the L1 entry */ |         /* update the L1 entry */ | ||||||
|         s->l1_table[l1_index] = l2_offset; |         s->l1_table[l1_index] = l2_offset; | ||||||
|         tmp = cpu_to_be64(l2_offset); |         tmp = cpu_to_be64(l2_offset); | ||||||
|         if (bdrv_pwrite(s->hd, s->l1_table_offset + l1_index * sizeof(tmp), |         if (bdrv_pwrite_sync(s->hd, | ||||||
|                         &tmp, sizeof(tmp)) != sizeof(tmp)) |                 s->l1_table_offset + l1_index * sizeof(tmp), | ||||||
|  |                 &tmp, sizeof(tmp)) < 0) | ||||||
|             return 0; |             return 0; | ||||||
|         new_l2_table = 1; |         new_l2_table = 1; | ||||||
|     } |     } | ||||||
| @@ -306,8 +307,8 @@ static uint64_t get_cluster_offset(BlockDriverState *bs, | |||||||
|     l2_table = s->l2_cache + (min_index << s->l2_bits); |     l2_table = s->l2_cache + (min_index << s->l2_bits); | ||||||
|     if (new_l2_table) { |     if (new_l2_table) { | ||||||
|         memset(l2_table, 0, s->l2_size * sizeof(uint64_t)); |         memset(l2_table, 0, s->l2_size * sizeof(uint64_t)); | ||||||
|         if (bdrv_pwrite(s->hd, l2_offset, l2_table, s->l2_size * sizeof(uint64_t)) != |         if (bdrv_pwrite_sync(s->hd, l2_offset, l2_table, | ||||||
|             s->l2_size * sizeof(uint64_t)) |                 s->l2_size * sizeof(uint64_t)) < 0) | ||||||
|             return 0; |             return 0; | ||||||
|     } else { |     } else { | ||||||
|         if (bdrv_pread(s->hd, l2_offset, l2_table, s->l2_size * sizeof(uint64_t)) != |         if (bdrv_pread(s->hd, l2_offset, l2_table, s->l2_size * sizeof(uint64_t)) != | ||||||
| @@ -372,8 +373,8 @@ static uint64_t get_cluster_offset(BlockDriverState *bs, | |||||||
|         /* update L2 table */ |         /* update L2 table */ | ||||||
|         tmp = cpu_to_be64(cluster_offset); |         tmp = cpu_to_be64(cluster_offset); | ||||||
|         l2_table[l2_index] = tmp; |         l2_table[l2_index] = tmp; | ||||||
|         if (bdrv_pwrite(s->hd, |         if (bdrv_pwrite_sync(s->hd, l2_offset + l2_index * sizeof(tmp), | ||||||
|                         l2_offset + l2_index * sizeof(tmp), &tmp, sizeof(tmp)) != sizeof(tmp)) |                 &tmp, sizeof(tmp)) < 0) | ||||||
|             return 0; |             return 0; | ||||||
|     } |     } | ||||||
|     return cluster_offset; |     return cluster_offset; | ||||||
| @@ -821,8 +822,9 @@ static int qcow_make_empty(BlockDriverState *bs) | |||||||
|     int ret; |     int ret; | ||||||
|  |  | ||||||
|     memset(s->l1_table, 0, l1_length); |     memset(s->l1_table, 0, l1_length); | ||||||
|     if (bdrv_pwrite(s->hd, s->l1_table_offset, s->l1_table, l1_length) < 0) |     if (bdrv_pwrite_sync(s->hd, s->l1_table_offset, s->l1_table, | ||||||
| 	return -1; |             l1_length) < 0) | ||||||
|  |         return -1; | ||||||
|     ret = bdrv_truncate(s->hd, s->l1_table_offset + l1_length); |     ret = bdrv_truncate(s->hd, s->l1_table_offset + l1_length); | ||||||
|     if (ret < 0) |     if (ret < 0) | ||||||
|         return ret; |         return ret; | ||||||
|   | |||||||
| @@ -62,8 +62,8 @@ int qcow2_grow_l1_table(BlockDriverState *bs, int min_size) | |||||||
|  |  | ||||||
|     for(i = 0; i < s->l1_size; i++) |     for(i = 0; i < s->l1_size; i++) | ||||||
|         new_l1_table[i] = cpu_to_be64(new_l1_table[i]); |         new_l1_table[i] = cpu_to_be64(new_l1_table[i]); | ||||||
|     ret = bdrv_pwrite(s->hd, new_l1_table_offset, new_l1_table, new_l1_size2); |     ret = bdrv_pwrite_sync(s->hd, new_l1_table_offset, new_l1_table, new_l1_size2); | ||||||
|     if (ret != new_l1_size2) |     if (ret < 0) | ||||||
|         goto fail; |         goto fail; | ||||||
|     for(i = 0; i < s->l1_size; i++) |     for(i = 0; i < s->l1_size; i++) | ||||||
|         new_l1_table[i] = be64_to_cpu(new_l1_table[i]); |         new_l1_table[i] = be64_to_cpu(new_l1_table[i]); | ||||||
| @@ -71,8 +71,8 @@ int qcow2_grow_l1_table(BlockDriverState *bs, int min_size) | |||||||
|     /* set new table */ |     /* set new table */ | ||||||
|     cpu_to_be32w((uint32_t*)data, new_l1_size); |     cpu_to_be32w((uint32_t*)data, new_l1_size); | ||||||
|     cpu_to_be64w((uint64_t*)(data + 4), new_l1_table_offset); |     cpu_to_be64w((uint64_t*)(data + 4), new_l1_table_offset); | ||||||
|     ret = bdrv_pwrite(s->hd, offsetof(QCowHeader, l1_size), data,sizeof(data)); |     ret = bdrv_pwrite_sync(s->hd, offsetof(QCowHeader, l1_size), data,sizeof(data)); | ||||||
|     if (ret != sizeof(data)) { |     if (ret < 0) { | ||||||
|         goto fail; |         goto fail; | ||||||
|     } |     } | ||||||
|     qemu_free(s->l1_table); |     qemu_free(s->l1_table); | ||||||
| @@ -84,7 +84,7 @@ int qcow2_grow_l1_table(BlockDriverState *bs, int min_size) | |||||||
|  fail: |  fail: | ||||||
|     qemu_free(new_l1_table); |     qemu_free(new_l1_table); | ||||||
|     qcow2_free_clusters(bs, new_l1_table_offset, new_l1_size2); |     qcow2_free_clusters(bs, new_l1_table_offset, new_l1_size2); | ||||||
|     return ret < 0 ? ret : -EIO; |     return ret; | ||||||
| } | } | ||||||
|  |  | ||||||
| void qcow2_l2_cache_reset(BlockDriverState *bs) | void qcow2_l2_cache_reset(BlockDriverState *bs) | ||||||
| @@ -188,17 +188,17 @@ static int write_l1_entry(BDRVQcowState *s, int l1_index) | |||||||
| { | { | ||||||
|     uint64_t buf[L1_ENTRIES_PER_SECTOR]; |     uint64_t buf[L1_ENTRIES_PER_SECTOR]; | ||||||
|     int l1_start_index; |     int l1_start_index; | ||||||
|     int i; |     int i, ret; | ||||||
|  |  | ||||||
|     l1_start_index = l1_index & ~(L1_ENTRIES_PER_SECTOR - 1); |     l1_start_index = l1_index & ~(L1_ENTRIES_PER_SECTOR - 1); | ||||||
|     for (i = 0; i < L1_ENTRIES_PER_SECTOR; i++) { |     for (i = 0; i < L1_ENTRIES_PER_SECTOR; i++) { | ||||||
|         buf[i] = cpu_to_be64(s->l1_table[l1_start_index + i]); |         buf[i] = cpu_to_be64(s->l1_table[l1_start_index + i]); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (bdrv_pwrite(s->hd, s->l1_table_offset + 8 * l1_start_index, |     ret = bdrv_pwrite_sync(s->hd, s->l1_table_offset + 8 * l1_start_index, | ||||||
|         buf, sizeof(buf)) != sizeof(buf)) |         buf, sizeof(buf)); | ||||||
|     { |     if (ret < 0) { | ||||||
|         return -1; |         return ret; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     return 0; |     return 0; | ||||||
| @@ -221,6 +221,7 @@ static uint64_t *l2_allocate(BlockDriverState *bs, int l1_index) | |||||||
|     uint64_t old_l2_offset; |     uint64_t old_l2_offset; | ||||||
|     uint64_t *l2_table; |     uint64_t *l2_table; | ||||||
|     int64_t l2_offset; |     int64_t l2_offset; | ||||||
|  |     int ret; | ||||||
|  |  | ||||||
|     old_l2_offset = s->l1_table[l1_index]; |     old_l2_offset = s->l1_table[l1_index]; | ||||||
|  |  | ||||||
| @@ -231,13 +232,6 @@ static uint64_t *l2_allocate(BlockDriverState *bs, int l1_index) | |||||||
|         return NULL; |         return NULL; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /* update the L1 entry */ |  | ||||||
|  |  | ||||||
|     s->l1_table[l1_index] = l2_offset | QCOW_OFLAG_COPIED; |  | ||||||
|     if (write_l1_entry(s, l1_index) < 0) { |  | ||||||
|         return NULL; |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     /* allocate a new entry in the l2 cache */ |     /* allocate a new entry in the l2 cache */ | ||||||
|  |  | ||||||
|     min_index = l2_cache_new_entry(bs); |     min_index = l2_cache_new_entry(bs); | ||||||
| @@ -251,13 +245,20 @@ static uint64_t *l2_allocate(BlockDriverState *bs, int l1_index) | |||||||
|         if (bdrv_pread(s->hd, old_l2_offset, |         if (bdrv_pread(s->hd, old_l2_offset, | ||||||
|                        l2_table, s->l2_size * sizeof(uint64_t)) != |                        l2_table, s->l2_size * sizeof(uint64_t)) != | ||||||
|             s->l2_size * sizeof(uint64_t)) |             s->l2_size * sizeof(uint64_t)) | ||||||
|             return NULL; |             goto fail; | ||||||
|     } |     } | ||||||
|     /* write the l2 table to the file */ |     /* write the l2 table to the file */ | ||||||
|     if (bdrv_pwrite(s->hd, l2_offset, |     ret = bdrv_pwrite_sync(s->hd, l2_offset, l2_table, | ||||||
|                     l2_table, s->l2_size * sizeof(uint64_t)) != |         s->l2_size * sizeof(uint64_t)); | ||||||
|         s->l2_size * sizeof(uint64_t)) |     if (ret < 0) { | ||||||
|         return NULL; |         goto fail; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* update the L1 entry */ | ||||||
|  |     s->l1_table[l1_index] = l2_offset | QCOW_OFLAG_COPIED; | ||||||
|  |     if (write_l1_entry(s, l1_index) < 0) { | ||||||
|  |         goto fail; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     /* update the l2 cache entry */ |     /* update the l2 cache entry */ | ||||||
|  |  | ||||||
| @@ -265,6 +266,11 @@ static uint64_t *l2_allocate(BlockDriverState *bs, int l1_index) | |||||||
|     s->l2_cache_counts[min_index] = 1; |     s->l2_cache_counts[min_index] = 1; | ||||||
|  |  | ||||||
|     return l2_table; |     return l2_table; | ||||||
|  |  | ||||||
|  | fail: | ||||||
|  |     s->l1_table[l1_index] = old_l2_offset; | ||||||
|  |     qcow2_l2_cache_reset(bs); | ||||||
|  |     return NULL; | ||||||
| } | } | ||||||
|  |  | ||||||
| static int count_contiguous_clusters(uint64_t nb_clusters, int cluster_size, | static int count_contiguous_clusters(uint64_t nb_clusters, int cluster_size, | ||||||
| @@ -380,8 +386,8 @@ static int copy_sectors(BlockDriverState *bs, uint64_t start_sect, | |||||||
|                         s->cluster_data, n, 1, |                         s->cluster_data, n, 1, | ||||||
|                         &s->aes_encrypt_key); |                         &s->aes_encrypt_key); | ||||||
|     } |     } | ||||||
|     ret = bdrv_write(s->hd, (cluster_offset >> 9) + n_start, |     ret = bdrv_write_sync(s->hd, (cluster_offset >> 9) + n_start, | ||||||
|                      s->cluster_data, n); |         s->cluster_data, n); | ||||||
|     if (ret < 0) |     if (ret < 0) | ||||||
|         return ret; |         return ret; | ||||||
|     return 0; |     return 0; | ||||||
| @@ -593,10 +599,10 @@ uint64_t qcow2_alloc_compressed_cluster_offset(BlockDriverState *bs, | |||||||
|     /* compressed clusters never have the copied flag */ |     /* compressed clusters never have the copied flag */ | ||||||
|  |  | ||||||
|     l2_table[l2_index] = cpu_to_be64(cluster_offset); |     l2_table[l2_index] = cpu_to_be64(cluster_offset); | ||||||
|     if (bdrv_pwrite(s->hd, |     if (bdrv_pwrite_sync(s->hd, | ||||||
|                     l2_offset + l2_index * sizeof(uint64_t), |                     l2_offset + l2_index * sizeof(uint64_t), | ||||||
|                     l2_table + l2_index, |                     l2_table + l2_index, | ||||||
|                     sizeof(uint64_t)) != sizeof(uint64_t)) |                     sizeof(uint64_t)) < 0) | ||||||
|         return 0; |         return 0; | ||||||
|  |  | ||||||
|     return cluster_offset; |     return cluster_offset; | ||||||
| @@ -614,11 +620,12 @@ static int write_l2_entries(BDRVQcowState *s, uint64_t *l2_table, | |||||||
|     int start_offset = (8 * l2_index) & ~511; |     int start_offset = (8 * l2_index) & ~511; | ||||||
|     int end_offset = (8 * (l2_index + num) + 511) & ~511; |     int end_offset = (8 * (l2_index + num) + 511) & ~511; | ||||||
|     size_t len = end_offset - start_offset; |     size_t len = end_offset - start_offset; | ||||||
|  |     int ret; | ||||||
|  |  | ||||||
|     if (bdrv_pwrite(s->hd, l2_offset + start_offset, &l2_table[l2_start_index], |     ret = bdrv_pwrite_sync(s->hd, l2_offset + start_offset, | ||||||
|         len) != len) |         &l2_table[l2_start_index], len); | ||||||
|     { |     if (ret < 0) { | ||||||
|         return -1; |         return ret; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     return 0; |     return 0; | ||||||
| @@ -672,8 +679,9 @@ int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m) | |||||||
|                     (i << s->cluster_bits)) | QCOW_OFLAG_COPIED); |                     (i << s->cluster_bits)) | QCOW_OFLAG_COPIED); | ||||||
|      } |      } | ||||||
|  |  | ||||||
|     if (write_l2_entries(s, l2_table, l2_offset, l2_index, m->nb_clusters) < 0) { |     ret = write_l2_entries(s, l2_table, l2_offset, l2_index, m->nb_clusters); | ||||||
|         ret = -1; |     if (ret < 0) { | ||||||
|  |         qcow2_l2_cache_reset(bs); | ||||||
|         goto err; |         goto err; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -811,6 +819,7 @@ int qcow2_alloc_cluster_offset(BlockDriverState *bs, uint64_t offset, | |||||||
|  |  | ||||||
|     cluster_offset = qcow2_alloc_clusters(bs, nb_clusters * s->cluster_size); |     cluster_offset = qcow2_alloc_clusters(bs, nb_clusters * s->cluster_size); | ||||||
|     if (cluster_offset < 0) { |     if (cluster_offset < 0) { | ||||||
|  |         QLIST_REMOVE(m, next_in_flight); | ||||||
|         return cluster_offset; |         return cluster_offset; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -27,7 +27,7 @@ | |||||||
| #include "block/qcow2.h" | #include "block/qcow2.h" | ||||||
|  |  | ||||||
| static int64_t alloc_clusters_noref(BlockDriverState *bs, int64_t size); | static int64_t alloc_clusters_noref(BlockDriverState *bs, int64_t size); | ||||||
| static int update_refcount(BlockDriverState *bs, | static int QEMU_WARN_UNUSED_RESULT update_refcount(BlockDriverState *bs, | ||||||
|                             int64_t offset, int64_t length, |                             int64_t offset, int64_t length, | ||||||
|                             int addend); |                             int addend); | ||||||
|  |  | ||||||
| @@ -42,8 +42,8 @@ static int write_refcount_block(BDRVQcowState *s) | |||||||
|         return 0; |         return 0; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (bdrv_pwrite(s->hd, s->refcount_block_cache_offset, |     if (bdrv_pwrite_sync(s->hd, s->refcount_block_cache_offset, | ||||||
|             s->refcount_block_cache, size) != size) |             s->refcount_block_cache, size) < 0) | ||||||
|     { |     { | ||||||
|         return -EIO; |         return -EIO; | ||||||
|     } |     } | ||||||
| @@ -123,124 +123,273 @@ static int get_refcount(BlockDriverState *bs, int64_t cluster_index) | |||||||
|     return be16_to_cpu(s->refcount_block_cache[block_index]); |     return be16_to_cpu(s->refcount_block_cache[block_index]); | ||||||
| } | } | ||||||
|  |  | ||||||
| static int grow_refcount_table(BlockDriverState *bs, int min_size) | /* | ||||||
|  |  * Rounds the refcount table size up to avoid growing the table for each single | ||||||
|  |  * refcount block that is allocated. | ||||||
|  |  */ | ||||||
|  | static unsigned int next_refcount_table_size(BDRVQcowState *s, | ||||||
|  |     unsigned int min_size) | ||||||
| { | { | ||||||
|     BDRVQcowState *s = bs->opaque; |     unsigned int min_clusters = (min_size >> (s->cluster_bits - 3)) + 1; | ||||||
|     int new_table_size, new_table_size2, refcount_table_clusters, i, ret; |     unsigned int refcount_table_clusters = | ||||||
|     uint64_t *new_table; |         MAX(1, s->refcount_table_size >> (s->cluster_bits - 3)); | ||||||
|     int64_t table_offset; |  | ||||||
|     uint8_t data[12]; |  | ||||||
|     int old_table_size; |  | ||||||
|     int64_t old_table_offset; |  | ||||||
|  |  | ||||||
|     if (min_size <= s->refcount_table_size) |     while (min_clusters > refcount_table_clusters) { | ||||||
|         return 0; |         refcount_table_clusters = (refcount_table_clusters * 3 + 1) / 2; | ||||||
|     /* compute new table size */ |  | ||||||
|     refcount_table_clusters = s->refcount_table_size >> (s->cluster_bits - 3); |  | ||||||
|     for(;;) { |  | ||||||
|         if (refcount_table_clusters == 0) { |  | ||||||
|             refcount_table_clusters = 1; |  | ||||||
|         } else { |  | ||||||
|             refcount_table_clusters = (refcount_table_clusters * 3 + 1) / 2; |  | ||||||
|         } |  | ||||||
|         new_table_size = refcount_table_clusters << (s->cluster_bits - 3); |  | ||||||
|         if (min_size <= new_table_size) |  | ||||||
|             break; |  | ||||||
|     } |  | ||||||
| #ifdef DEBUG_ALLOC2 |  | ||||||
|     printf("grow_refcount_table from %d to %d\n", |  | ||||||
|            s->refcount_table_size, |  | ||||||
|            new_table_size); |  | ||||||
| #endif |  | ||||||
|     new_table_size2 = new_table_size * sizeof(uint64_t); |  | ||||||
|     new_table = qemu_mallocz(new_table_size2); |  | ||||||
|     memcpy(new_table, s->refcount_table, |  | ||||||
|            s->refcount_table_size * sizeof(uint64_t)); |  | ||||||
|     for(i = 0; i < s->refcount_table_size; i++) |  | ||||||
|         cpu_to_be64s(&new_table[i]); |  | ||||||
|     /* Note: we cannot update the refcount now to avoid recursion */ |  | ||||||
|     table_offset = alloc_clusters_noref(bs, new_table_size2); |  | ||||||
|     ret = bdrv_pwrite(s->hd, table_offset, new_table, new_table_size2); |  | ||||||
|     if (ret != new_table_size2) |  | ||||||
|         goto fail; |  | ||||||
|     for(i = 0; i < s->refcount_table_size; i++) |  | ||||||
|         be64_to_cpus(&new_table[i]); |  | ||||||
|  |  | ||||||
|     cpu_to_be64w((uint64_t*)data, table_offset); |  | ||||||
|     cpu_to_be32w((uint32_t*)(data + 8), refcount_table_clusters); |  | ||||||
|     ret = bdrv_pwrite(s->hd, offsetof(QCowHeader, refcount_table_offset), |  | ||||||
|                     data, sizeof(data)); |  | ||||||
|     if (ret != sizeof(data)) { |  | ||||||
|         goto fail; |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     qemu_free(s->refcount_table); |     return refcount_table_clusters << (s->cluster_bits - 3); | ||||||
|     old_table_offset = s->refcount_table_offset; |  | ||||||
|     old_table_size = s->refcount_table_size; |  | ||||||
|     s->refcount_table = new_table; |  | ||||||
|     s->refcount_table_size = new_table_size; |  | ||||||
|     s->refcount_table_offset = table_offset; |  | ||||||
|  |  | ||||||
|     update_refcount(bs, table_offset, new_table_size2, 1); |  | ||||||
|     qcow2_free_clusters(bs, old_table_offset, old_table_size * sizeof(uint64_t)); |  | ||||||
|     return 0; |  | ||||||
|  fail: |  | ||||||
|     qemu_free(new_table); |  | ||||||
|     return ret < 0 ? ret : -EIO; |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  | /* Checks if two offsets are described by the same refcount block */ | ||||||
|  | static int in_same_refcount_block(BDRVQcowState *s, uint64_t offset_a, | ||||||
|  |     uint64_t offset_b) | ||||||
|  | { | ||||||
|  |     uint64_t block_a = offset_a >> (2 * s->cluster_bits - REFCOUNT_SHIFT); | ||||||
|  |     uint64_t block_b = offset_b >> (2 * s->cluster_bits - REFCOUNT_SHIFT); | ||||||
|  |  | ||||||
|  |     return (block_a == block_b); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * Loads a refcount block. If it doesn't exist yet, it is allocated first | ||||||
|  |  * (including growing the refcount table if needed). | ||||||
|  |  * | ||||||
|  |  * Returns the offset of the refcount block on success or -errno in error case | ||||||
|  |  */ | ||||||
| static int64_t alloc_refcount_block(BlockDriverState *bs, int64_t cluster_index) | static int64_t alloc_refcount_block(BlockDriverState *bs, int64_t cluster_index) | ||||||
| { | { | ||||||
|     BDRVQcowState *s = bs->opaque; |     BDRVQcowState *s = bs->opaque; | ||||||
|     int64_t offset, refcount_block_offset; |  | ||||||
|     unsigned int refcount_table_index; |     unsigned int refcount_table_index; | ||||||
|     int ret; |     int ret; | ||||||
|     uint64_t data64; |  | ||||||
|     int cache = cache_refcount_updates; |  | ||||||
|  |  | ||||||
|     /* Find L1 index and grow refcount table if needed */ |     /* Find the refcount block for the given cluster */ | ||||||
|     refcount_table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT); |     refcount_table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT); | ||||||
|     if (refcount_table_index >= s->refcount_table_size) { |  | ||||||
|         ret = grow_refcount_table(bs, refcount_table_index + 1); |     if (refcount_table_index < s->refcount_table_size) { | ||||||
|         if (ret < 0) |  | ||||||
|  |         uint64_t refcount_block_offset = | ||||||
|  |             s->refcount_table[refcount_table_index]; | ||||||
|  |  | ||||||
|  |         /* If it's already there, we're done */ | ||||||
|  |         if (refcount_block_offset) { | ||||||
|  |             if (refcount_block_offset != s->refcount_block_cache_offset) { | ||||||
|  |                 ret = load_refcount_block(bs, refcount_block_offset); | ||||||
|  |                 if (ret < 0) { | ||||||
|  |                     return ret; | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |             return refcount_block_offset; | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* | ||||||
|  |      * If we came here, we need to allocate something. Something is at least | ||||||
|  |      * a cluster for the new refcount block. It may also include a new refcount | ||||||
|  |      * table if the old refcount table is too small. | ||||||
|  |      * | ||||||
|  |      * Note that allocating clusters here needs some special care: | ||||||
|  |      * | ||||||
|  |      * - We can't use the normal qcow2_alloc_clusters(), it would try to | ||||||
|  |      *   increase the refcount and very likely we would end up with an endless | ||||||
|  |      *   recursion. Instead we must place the refcount blocks in a way that | ||||||
|  |      *   they can describe them themselves. | ||||||
|  |      * | ||||||
|  |      * - We need to consider that at this point we are inside update_refcounts | ||||||
|  |      *   and doing the initial refcount increase. This means that some clusters | ||||||
|  |      *   have already been allocated by the caller, but their refcount isn't | ||||||
|  |      *   accurate yet. free_cluster_index tells us where this allocation ends | ||||||
|  |      *   as long as we don't overwrite it by freeing clusters. | ||||||
|  |      * | ||||||
|  |      * - alloc_clusters_noref and qcow2_free_clusters may load a different | ||||||
|  |      *   refcount block into the cache | ||||||
|  |      */ | ||||||
|  |  | ||||||
|  |     if (cache_refcount_updates) { | ||||||
|  |         ret = write_refcount_block(s); | ||||||
|  |         if (ret < 0) { | ||||||
|             return ret; |             return ret; | ||||||
|  |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /* Load or allocate the refcount block */ |     /* Allocate the refcount block itself and mark it as used */ | ||||||
|     refcount_block_offset = s->refcount_table[refcount_table_index]; |     uint64_t new_block = alloc_clusters_noref(bs, s->cluster_size); | ||||||
|     if (!refcount_block_offset) { |  | ||||||
|         if (cache_refcount_updates) { | #ifdef DEBUG_ALLOC2 | ||||||
|             write_refcount_block(s); |     fprintf(stderr, "qcow2: Allocate refcount block %d for %" PRIx64 | ||||||
|             cache_refcount_updates = 0; |         " at %" PRIx64 "\n", | ||||||
|         } |         refcount_table_index, cluster_index << s->cluster_bits, new_block); | ||||||
|         /* create a new refcount block */ | #endif | ||||||
|         /* Note: we cannot update the refcount now to avoid recursion */ |  | ||||||
|         offset = alloc_clusters_noref(bs, s->cluster_size); |     if (in_same_refcount_block(s, new_block, cluster_index << s->cluster_bits)) { | ||||||
|  |         /* Zero the new refcount block before updating it */ | ||||||
|         memset(s->refcount_block_cache, 0, s->cluster_size); |         memset(s->refcount_block_cache, 0, s->cluster_size); | ||||||
|         ret = bdrv_pwrite(s->hd, offset, s->refcount_block_cache, s->cluster_size); |         s->refcount_block_cache_offset = new_block; | ||||||
|         if (ret != s->cluster_size) |  | ||||||
|             return -EINVAL; |  | ||||||
|         s->refcount_table[refcount_table_index] = offset; |  | ||||||
|         data64 = cpu_to_be64(offset); |  | ||||||
|         ret = bdrv_pwrite(s->hd, s->refcount_table_offset + |  | ||||||
|                           refcount_table_index * sizeof(uint64_t), |  | ||||||
|                           &data64, sizeof(data64)); |  | ||||||
|         if (ret != sizeof(data64)) |  | ||||||
|             return -EINVAL; |  | ||||||
|  |  | ||||||
|         refcount_block_offset = offset; |         /* The block describes itself, need to update the cache */ | ||||||
|         s->refcount_block_cache_offset = offset; |         int block_index = (new_block >> s->cluster_bits) & | ||||||
|         update_refcount(bs, offset, s->cluster_size, 1); |             ((1 << (s->cluster_bits - REFCOUNT_SHIFT)) - 1); | ||||||
|         cache_refcount_updates = cache; |         s->refcount_block_cache[block_index] = cpu_to_be16(1); | ||||||
|     } else { |     } else { | ||||||
|         if (refcount_block_offset != s->refcount_block_cache_offset) { |         /* Described somewhere else. This can recurse at most twice before we | ||||||
|             if (load_refcount_block(bs, refcount_block_offset) < 0) |          * arrive at a block that describes itself. */ | ||||||
|                 return -EIO; |         ret = update_refcount(bs, new_block, s->cluster_size, 1); | ||||||
|  |         if (ret < 0) { | ||||||
|  |             goto fail_block; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         /* Initialize the new refcount block only after updating its refcount, | ||||||
|  |          * update_refcount uses the refcount cache itself */ | ||||||
|  |         memset(s->refcount_block_cache, 0, s->cluster_size); | ||||||
|  |         s->refcount_block_cache_offset = new_block; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     return refcount_block_offset; |     /* Now the new refcount block needs to be written to disk */ | ||||||
|  |     ret = bdrv_pwrite_sync(s->hd, new_block, s->refcount_block_cache, | ||||||
|  |         s->cluster_size); | ||||||
|  |     if (ret < 0) { | ||||||
|  |         goto fail_block; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* If the refcount table is big enough, just hook the block up there */ | ||||||
|  |     if (refcount_table_index < s->refcount_table_size) { | ||||||
|  |         uint64_t data64 = cpu_to_be64(new_block); | ||||||
|  |         ret = bdrv_pwrite_sync(s->hd, | ||||||
|  |             s->refcount_table_offset + refcount_table_index * sizeof(uint64_t), | ||||||
|  |             &data64, sizeof(data64)); | ||||||
|  |         if (ret < 0) { | ||||||
|  |             goto fail_block; | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         s->refcount_table[refcount_table_index] = new_block; | ||||||
|  |         return new_block; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* | ||||||
|  |      * If we come here, we need to grow the refcount table. Again, a new | ||||||
|  |      * refcount table needs some space and we can't simply allocate to avoid | ||||||
|  |      * endless recursion. | ||||||
|  |      * | ||||||
|  |      * Therefore let's grab new refcount blocks at the end of the image, which | ||||||
|  |      * will describe themselves and the new refcount table. This way we can | ||||||
|  |      * reference them only in the new table and do the switch to the new | ||||||
|  |      * refcount table at once without producing an inconsistent state in | ||||||
|  |      * between. | ||||||
|  |      */ | ||||||
|  |     /* Calculate the number of refcount blocks needed so far */ | ||||||
|  |     uint64_t refcount_block_clusters = 1 << (s->cluster_bits - REFCOUNT_SHIFT); | ||||||
|  |     uint64_t blocks_used = (s->free_cluster_index + | ||||||
|  |         refcount_block_clusters - 1) / refcount_block_clusters; | ||||||
|  |  | ||||||
|  |     /* And now we need at least one block more for the new metadata */ | ||||||
|  |     uint64_t table_size = next_refcount_table_size(s, blocks_used + 1); | ||||||
|  |     uint64_t last_table_size; | ||||||
|  |     uint64_t blocks_clusters; | ||||||
|  |     do { | ||||||
|  |         uint64_t table_clusters = size_to_clusters(s, table_size); | ||||||
|  |         blocks_clusters = 1 + | ||||||
|  |             ((table_clusters + refcount_block_clusters - 1) | ||||||
|  |             / refcount_block_clusters); | ||||||
|  |         uint64_t meta_clusters = table_clusters + blocks_clusters; | ||||||
|  |  | ||||||
|  |         last_table_size = table_size; | ||||||
|  |         table_size = next_refcount_table_size(s, blocks_used + | ||||||
|  |             ((meta_clusters + refcount_block_clusters - 1) | ||||||
|  |             / refcount_block_clusters)); | ||||||
|  |  | ||||||
|  |     } while (last_table_size != table_size); | ||||||
|  |  | ||||||
|  | #ifdef DEBUG_ALLOC2 | ||||||
|  |     fprintf(stderr, "qcow2: Grow refcount table %" PRId32 " => %" PRId64 "\n", | ||||||
|  |         s->refcount_table_size, table_size); | ||||||
|  | #endif | ||||||
|  |  | ||||||
|  |     /* Create the new refcount table and blocks */ | ||||||
|  |     uint64_t meta_offset = (blocks_used * refcount_block_clusters) * | ||||||
|  |         s->cluster_size; | ||||||
|  |     uint64_t table_offset = meta_offset + blocks_clusters * s->cluster_size; | ||||||
|  |     uint16_t *new_blocks = qemu_mallocz(blocks_clusters * s->cluster_size); | ||||||
|  |     uint64_t *new_table = qemu_mallocz(table_size * sizeof(uint64_t)); | ||||||
|  |  | ||||||
|  |     assert(meta_offset >= (s->free_cluster_index * s->cluster_size)); | ||||||
|  |  | ||||||
|  |     /* Fill the new refcount table */ | ||||||
|  |     memcpy(new_table, s->refcount_table, | ||||||
|  |         s->refcount_table_size * sizeof(uint64_t)); | ||||||
|  |     new_table[refcount_table_index] = new_block; | ||||||
|  |  | ||||||
|  |     int i; | ||||||
|  |     for (i = 0; i < blocks_clusters; i++) { | ||||||
|  |         new_table[blocks_used + i] = meta_offset + (i * s->cluster_size); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* Fill the refcount blocks */ | ||||||
|  |     uint64_t table_clusters = size_to_clusters(s, table_size * sizeof(uint64_t)); | ||||||
|  |     int block = 0; | ||||||
|  |     for (i = 0; i < table_clusters + blocks_clusters; i++) { | ||||||
|  |         new_blocks[block++] = cpu_to_be16(1); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* Write refcount blocks to disk */ | ||||||
|  |     ret = bdrv_pwrite_sync(s->hd, meta_offset, new_blocks, | ||||||
|  |         blocks_clusters * s->cluster_size); | ||||||
|  |     qemu_free(new_blocks); | ||||||
|  |     if (ret < 0) { | ||||||
|  |         goto fail_table; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* Write refcount table to disk */ | ||||||
|  |     for(i = 0; i < table_size; i++) { | ||||||
|  |         cpu_to_be64s(&new_table[i]); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     ret = bdrv_pwrite_sync(s->hd, table_offset, new_table, | ||||||
|  |         table_size * sizeof(uint64_t)); | ||||||
|  |     if (ret < 0) { | ||||||
|  |         goto fail_table; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     for(i = 0; i < table_size; i++) { | ||||||
|  |         cpu_to_be64s(&new_table[i]); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* Hook up the new refcount table in the qcow2 header */ | ||||||
|  |     uint8_t data[12]; | ||||||
|  |     cpu_to_be64w((uint64_t*)data, table_offset); | ||||||
|  |     cpu_to_be32w((uint32_t*)(data + 8), table_clusters); | ||||||
|  |     ret = bdrv_pwrite_sync(s->hd, offsetof(QCowHeader, refcount_table_offset), | ||||||
|  |         data, sizeof(data)); | ||||||
|  |     if (ret < 0) { | ||||||
|  |         goto fail_table; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* And switch it in memory */ | ||||||
|  |     uint64_t old_table_offset = s->refcount_table_offset; | ||||||
|  |     uint64_t old_table_size = s->refcount_table_size; | ||||||
|  |  | ||||||
|  |     qemu_free(s->refcount_table); | ||||||
|  |     s->refcount_table = new_table; | ||||||
|  |     s->refcount_table_size = table_size; | ||||||
|  |     s->refcount_table_offset = table_offset; | ||||||
|  |  | ||||||
|  |     /* Free old table. Remember, we must not change free_cluster_index */ | ||||||
|  |     uint64_t old_free_cluster_index = s->free_cluster_index; | ||||||
|  |     qcow2_free_clusters(bs, old_table_offset, old_table_size * sizeof(uint64_t)); | ||||||
|  |     s->free_cluster_index = old_free_cluster_index; | ||||||
|  |  | ||||||
|  |     ret = load_refcount_block(bs, new_block); | ||||||
|  |     if (ret < 0) { | ||||||
|  |         goto fail_block; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     return new_block; | ||||||
|  |  | ||||||
|  | fail_table: | ||||||
|  |     qemu_free(new_table); | ||||||
|  | fail_block: | ||||||
|  |     s->refcount_block_cache_offset = 0; | ||||||
|  |     return ret; | ||||||
| } | } | ||||||
|  |  | ||||||
| #define REFCOUNTS_PER_SECTOR (512 >> REFCOUNT_SHIFT) | #define REFCOUNTS_PER_SECTOR (512 >> REFCOUNT_SHIFT) | ||||||
| @@ -248,21 +397,26 @@ static int write_refcount_block_entries(BDRVQcowState *s, | |||||||
|     int64_t refcount_block_offset, int first_index, int last_index) |     int64_t refcount_block_offset, int first_index, int last_index) | ||||||
| { | { | ||||||
|     size_t size; |     size_t size; | ||||||
|  |     int ret; | ||||||
|  |  | ||||||
|     if (cache_refcount_updates) { |     if (cache_refcount_updates) { | ||||||
|         return 0; |         return 0; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     if (first_index < 0) { | ||||||
|  |         return 0; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     first_index &= ~(REFCOUNTS_PER_SECTOR - 1); |     first_index &= ~(REFCOUNTS_PER_SECTOR - 1); | ||||||
|     last_index = (last_index + REFCOUNTS_PER_SECTOR) |     last_index = (last_index + REFCOUNTS_PER_SECTOR) | ||||||
|         & ~(REFCOUNTS_PER_SECTOR - 1); |         & ~(REFCOUNTS_PER_SECTOR - 1); | ||||||
|  |  | ||||||
|     size = (last_index - first_index) << REFCOUNT_SHIFT; |     size = (last_index - first_index) << REFCOUNT_SHIFT; | ||||||
|     if (bdrv_pwrite(s->hd, |     ret = bdrv_pwrite_sync(s->hd, | ||||||
|         refcount_block_offset + (first_index << REFCOUNT_SHIFT), |         refcount_block_offset + (first_index << REFCOUNT_SHIFT), | ||||||
|         &s->refcount_block_cache[first_index], size) != size) |         &s->refcount_block_cache[first_index], size); | ||||||
|     { |     if (ret < 0) { | ||||||
|         return -EIO; |         return ret; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     return 0; |     return 0; | ||||||
| @@ -478,7 +632,7 @@ void qcow2_free_clusters(BlockDriverState *bs, | |||||||
|     ret = update_refcount(bs, offset, size, -1); |     ret = update_refcount(bs, offset, size, -1); | ||||||
|     if (ret < 0) { |     if (ret < 0) { | ||||||
|         fprintf(stderr, "qcow2_free_clusters failed: %s\n", strerror(-ret)); |         fprintf(stderr, "qcow2_free_clusters failed: %s\n", strerror(-ret)); | ||||||
|         abort(); |         /* TODO Remember the clusters to free them later and avoid leaking */ | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -618,8 +772,8 @@ int qcow2_update_snapshot_refcount(BlockDriverState *bs, | |||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             if (l2_modified) { |             if (l2_modified) { | ||||||
|                 if (bdrv_pwrite(s->hd, |                 if (bdrv_pwrite_sync(s->hd, | ||||||
|                                 l2_offset, l2_table, l2_size) != l2_size) |                                 l2_offset, l2_table, l2_size) < 0) | ||||||
|                     goto fail; |                     goto fail; | ||||||
|             } |             } | ||||||
|  |  | ||||||
| @@ -640,8 +794,8 @@ int qcow2_update_snapshot_refcount(BlockDriverState *bs, | |||||||
|     if (l1_modified) { |     if (l1_modified) { | ||||||
|         for(i = 0; i < l1_size; i++) |         for(i = 0; i < l1_size; i++) | ||||||
|             cpu_to_be64s(&l1_table[i]); |             cpu_to_be64s(&l1_table[i]); | ||||||
|         if (bdrv_pwrite(s->hd, l1_table_offset, l1_table, |         if (bdrv_pwrite_sync(s->hd, l1_table_offset, l1_table, | ||||||
|                         l1_size2) != l1_size2) |                         l1_size2) < 0) | ||||||
|             goto fail; |             goto fail; | ||||||
|         for(i = 0; i < l1_size; i++) |         for(i = 0; i < l1_size; i++) | ||||||
|             be64_to_cpus(&l1_table[i]); |             be64_to_cpus(&l1_table[i]); | ||||||
|   | |||||||
| @@ -158,25 +158,25 @@ static int qcow_write_snapshots(BlockDriverState *bs) | |||||||
|         h.id_str_size = cpu_to_be16(id_str_size); |         h.id_str_size = cpu_to_be16(id_str_size); | ||||||
|         h.name_size = cpu_to_be16(name_size); |         h.name_size = cpu_to_be16(name_size); | ||||||
|         offset = align_offset(offset, 8); |         offset = align_offset(offset, 8); | ||||||
|         if (bdrv_pwrite(s->hd, offset, &h, sizeof(h)) != sizeof(h)) |         if (bdrv_pwrite_sync(s->hd, offset, &h, sizeof(h)) < 0) | ||||||
|             goto fail; |             goto fail; | ||||||
|         offset += sizeof(h); |         offset += sizeof(h); | ||||||
|         if (bdrv_pwrite(s->hd, offset, sn->id_str, id_str_size) != id_str_size) |         if (bdrv_pwrite_sync(s->hd, offset, sn->id_str, id_str_size) < 0) | ||||||
|             goto fail; |             goto fail; | ||||||
|         offset += id_str_size; |         offset += id_str_size; | ||||||
|         if (bdrv_pwrite(s->hd, offset, sn->name, name_size) != name_size) |         if (bdrv_pwrite_sync(s->hd, offset, sn->name, name_size) < 0) | ||||||
|             goto fail; |             goto fail; | ||||||
|         offset += name_size; |         offset += name_size; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /* update the various header fields */ |     /* update the various header fields */ | ||||||
|     data64 = cpu_to_be64(snapshots_offset); |     data64 = cpu_to_be64(snapshots_offset); | ||||||
|     if (bdrv_pwrite(s->hd, offsetof(QCowHeader, snapshots_offset), |     if (bdrv_pwrite_sync(s->hd, offsetof(QCowHeader, snapshots_offset), | ||||||
|                     &data64, sizeof(data64)) != sizeof(data64)) |                     &data64, sizeof(data64)) < 0) | ||||||
|         goto fail; |         goto fail; | ||||||
|     data32 = cpu_to_be32(s->nb_snapshots); |     data32 = cpu_to_be32(s->nb_snapshots); | ||||||
|     if (bdrv_pwrite(s->hd, offsetof(QCowHeader, nb_snapshots), |     if (bdrv_pwrite_sync(s->hd, offsetof(QCowHeader, nb_snapshots), | ||||||
|                     &data32, sizeof(data32)) != sizeof(data32)) |                     &data32, sizeof(data32)) < 0) | ||||||
|         goto fail; |         goto fail; | ||||||
|  |  | ||||||
|     /* free the old snapshot table */ |     /* free the old snapshot table */ | ||||||
| @@ -284,9 +284,8 @@ int qcow2_snapshot_create(BlockDriverState *bs, QEMUSnapshotInfo *sn_info) | |||||||
|     for(i = 0; i < s->l1_size; i++) { |     for(i = 0; i < s->l1_size; i++) { | ||||||
|         l1_table[i] = cpu_to_be64(s->l1_table[i]); |         l1_table[i] = cpu_to_be64(s->l1_table[i]); | ||||||
|     } |     } | ||||||
|     if (bdrv_pwrite(s->hd, sn->l1_table_offset, |     if (bdrv_pwrite_sync(s->hd, sn->l1_table_offset, | ||||||
|                     l1_table, s->l1_size * sizeof(uint64_t)) != |                     l1_table, s->l1_size * sizeof(uint64_t)) < 0) | ||||||
|         (s->l1_size * sizeof(uint64_t))) |  | ||||||
|         goto fail; |         goto fail; | ||||||
|     qemu_free(l1_table); |     qemu_free(l1_table); | ||||||
|     l1_table = NULL; |     l1_table = NULL; | ||||||
| @@ -335,8 +334,8 @@ int qcow2_snapshot_goto(BlockDriverState *bs, const char *snapshot_id) | |||||||
|     if (bdrv_pread(s->hd, sn->l1_table_offset, |     if (bdrv_pread(s->hd, sn->l1_table_offset, | ||||||
|                    s->l1_table, l1_size2) != l1_size2) |                    s->l1_table, l1_size2) != l1_size2) | ||||||
|         goto fail; |         goto fail; | ||||||
|     if (bdrv_pwrite(s->hd, s->l1_table_offset, |     if (bdrv_pwrite_sync(s->hd, s->l1_table_offset, | ||||||
|                     s->l1_table, l1_size2) != l1_size2) |                     s->l1_table, l1_size2) < 0) | ||||||
|         goto fail; |         goto fail; | ||||||
|     for(i = 0;i < s->l1_size; i++) { |     for(i = 0;i < s->l1_size; i++) { | ||||||
|         be64_to_cpus(&s->l1_table[i]); |         be64_to_cpus(&s->l1_table[i]); | ||||||
|   | |||||||
| @@ -467,8 +467,10 @@ static void qcow_aio_read_cb(void *opaque, int ret) | |||||||
|         acb->hd_aiocb = bdrv_aio_readv(s->hd, |         acb->hd_aiocb = bdrv_aio_readv(s->hd, | ||||||
|                             (acb->cluster_offset >> 9) + index_in_cluster, |                             (acb->cluster_offset >> 9) + index_in_cluster, | ||||||
|                             &acb->hd_qiov, acb->n, qcow_aio_read_cb, acb); |                             &acb->hd_qiov, acb->n, qcow_aio_read_cb, acb); | ||||||
|         if (acb->hd_aiocb == NULL) |         if (acb->hd_aiocb == NULL) { | ||||||
|  |             ret = -EIO; | ||||||
|             goto done; |             goto done; | ||||||
|  |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     return; |     return; | ||||||
| @@ -620,11 +622,17 @@ static void qcow_aio_write_cb(void *opaque, int ret) | |||||||
|                                     (acb->cluster_offset >> 9) + index_in_cluster, |                                     (acb->cluster_offset >> 9) + index_in_cluster, | ||||||
|                                     &acb->hd_qiov, acb->n, |                                     &acb->hd_qiov, acb->n, | ||||||
|                                     qcow_aio_write_cb, acb); |                                     qcow_aio_write_cb, acb); | ||||||
|     if (acb->hd_aiocb == NULL) |     if (acb->hd_aiocb == NULL) { | ||||||
|         goto done; |         ret = -EIO; | ||||||
|  |         goto fail; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     return; |     return; | ||||||
|  |  | ||||||
|  | fail: | ||||||
|  |     if (acb->l2meta.nb_clusters != 0) { | ||||||
|  |         QLIST_REMOVE(&acb->l2meta, next_in_flight); | ||||||
|  |     } | ||||||
| done: | done: | ||||||
|     if (acb->qiov->niov > 1) |     if (acb->qiov->niov > 1) | ||||||
|         qemu_vfree(acb->orig_buf); |         qemu_vfree(acb->orig_buf); | ||||||
| @@ -739,10 +747,11 @@ static int qcow_create2(const char *filename, int64_t total_size, | |||||||
| { | { | ||||||
|  |  | ||||||
|     int fd, header_size, backing_filename_len, l1_size, i, shift, l2_bits; |     int fd, header_size, backing_filename_len, l1_size, i, shift, l2_bits; | ||||||
|     int ref_clusters, backing_format_len = 0; |     int ref_clusters, reftable_clusters, backing_format_len = 0; | ||||||
|     int rounded_ext_bf_len = 0; |     int rounded_ext_bf_len = 0; | ||||||
|     QCowHeader header; |     QCowHeader header; | ||||||
|     uint64_t tmp, offset; |     uint64_t tmp, offset; | ||||||
|  |     uint64_t old_ref_clusters; | ||||||
|     QCowCreateState s1, *s = &s1; |     QCowCreateState s1, *s = &s1; | ||||||
|     QCowExtension ext_bf = {0, 0}; |     QCowExtension ext_bf = {0, 0}; | ||||||
|  |  | ||||||
| @@ -801,17 +810,37 @@ static int qcow_create2(const char *filename, int64_t total_size, | |||||||
|     header.l1_size = cpu_to_be32(l1_size); |     header.l1_size = cpu_to_be32(l1_size); | ||||||
|     offset += align_offset(l1_size * sizeof(uint64_t), s->cluster_size); |     offset += align_offset(l1_size * sizeof(uint64_t), s->cluster_size); | ||||||
|  |  | ||||||
|     s->refcount_table = qemu_mallocz(s->cluster_size); |     /* count how many refcount blocks needed */ | ||||||
|  |  | ||||||
|  | #define NUM_CLUSTERS(bytes) \ | ||||||
|  |     (((bytes) + (s->cluster_size) - 1) / (s->cluster_size)) | ||||||
|  |  | ||||||
|  |     ref_clusters = NUM_CLUSTERS(NUM_CLUSTERS(offset) * sizeof(uint16_t)); | ||||||
|  |  | ||||||
|  |     do { | ||||||
|  |         uint64_t image_clusters; | ||||||
|  |         old_ref_clusters = ref_clusters; | ||||||
|  |  | ||||||
|  |         /* Number of clusters used for the refcount table */ | ||||||
|  |         reftable_clusters = NUM_CLUSTERS(ref_clusters * sizeof(uint64_t)); | ||||||
|  |  | ||||||
|  |         /* Number of clusters that the whole image will have */ | ||||||
|  |         image_clusters = NUM_CLUSTERS(offset) + ref_clusters | ||||||
|  |             + reftable_clusters; | ||||||
|  |  | ||||||
|  |         /* Number of refcount blocks needed for the image */ | ||||||
|  |         ref_clusters = NUM_CLUSTERS(image_clusters * sizeof(uint16_t)); | ||||||
|  |  | ||||||
|  |     } while (ref_clusters != old_ref_clusters); | ||||||
|  |  | ||||||
|  |     s->refcount_table = qemu_mallocz(reftable_clusters * s->cluster_size); | ||||||
|  |  | ||||||
|     s->refcount_table_offset = offset; |     s->refcount_table_offset = offset; | ||||||
|     header.refcount_table_offset = cpu_to_be64(offset); |     header.refcount_table_offset = cpu_to_be64(offset); | ||||||
|     header.refcount_table_clusters = cpu_to_be32(1); |     header.refcount_table_clusters = cpu_to_be32(reftable_clusters); | ||||||
|     offset += s->cluster_size; |     offset += (reftable_clusters * s->cluster_size); | ||||||
|     s->refcount_block_offset = offset; |     s->refcount_block_offset = offset; | ||||||
|  |  | ||||||
|     /* count how many refcount blocks needed */ |  | ||||||
|     tmp = offset >> s->cluster_bits; |  | ||||||
|     ref_clusters = (tmp >> (s->cluster_bits - REFCOUNT_SHIFT)) + 1; |  | ||||||
|     for (i=0; i < ref_clusters; i++) { |     for (i=0; i < ref_clusters; i++) { | ||||||
|         s->refcount_table[i] = cpu_to_be64(offset); |         s->refcount_table[i] = cpu_to_be64(offset); | ||||||
|         offset += s->cluster_size; |         offset += s->cluster_size; | ||||||
| @@ -823,7 +852,8 @@ static int qcow_create2(const char *filename, int64_t total_size, | |||||||
|     qcow2_create_refcount_update(s, 0, header_size); |     qcow2_create_refcount_update(s, 0, header_size); | ||||||
|     qcow2_create_refcount_update(s, s->l1_table_offset, |     qcow2_create_refcount_update(s, s->l1_table_offset, | ||||||
|         l1_size * sizeof(uint64_t)); |         l1_size * sizeof(uint64_t)); | ||||||
|     qcow2_create_refcount_update(s, s->refcount_table_offset, s->cluster_size); |     qcow2_create_refcount_update(s, s->refcount_table_offset, | ||||||
|  |         reftable_clusters * s->cluster_size); | ||||||
|     qcow2_create_refcount_update(s, s->refcount_block_offset, |     qcow2_create_refcount_update(s, s->refcount_block_offset, | ||||||
|         ref_clusters * s->cluster_size); |         ref_clusters * s->cluster_size); | ||||||
|  |  | ||||||
| @@ -851,7 +881,8 @@ static int qcow_create2(const char *filename, int64_t total_size, | |||||||
|         write(fd, &tmp, sizeof(tmp)); |         write(fd, &tmp, sizeof(tmp)); | ||||||
|     } |     } | ||||||
|     lseek(fd, s->refcount_table_offset, SEEK_SET); |     lseek(fd, s->refcount_table_offset, SEEK_SET); | ||||||
|     write(fd, s->refcount_table, s->cluster_size); |     write(fd, s->refcount_table, | ||||||
|  |         reftable_clusters * s->cluster_size); | ||||||
|  |  | ||||||
|     lseek(fd, s->refcount_block_offset, SEEK_SET); |     lseek(fd, s->refcount_block_offset, SEEK_SET); | ||||||
|     write(fd, s->refcount_block, ref_clusters * s->cluster_size); |     write(fd, s->refcount_block, ref_clusters * s->cluster_size); | ||||||
|   | |||||||
| @@ -27,6 +27,8 @@ | |||||||
| #include "qemu-log.h" | #include "qemu-log.h" | ||||||
| #include "block_int.h" | #include "block_int.h" | ||||||
| #include "module.h" | #include "module.h" | ||||||
|  | #include "compatfd.h" | ||||||
|  | #include <assert.h> | ||||||
| #include "block/raw-posix-aio.h" | #include "block/raw-posix-aio.h" | ||||||
|  |  | ||||||
| #ifdef CONFIG_COCOA | #ifdef CONFIG_COCOA | ||||||
|   | |||||||
							
								
								
									
										18
									
								
								block/vdi.c
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								block/vdi.c
									
									
									
									
									
								
							| @@ -399,6 +399,15 @@ static int vdi_open(BlockDriverState *bs, const char *filename, int flags) | |||||||
|     vdi_header_print(&header); |     vdi_header_print(&header); | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  |     if (header.disk_size % SECTOR_SIZE != 0) { | ||||||
|  |         /* 'VBoxManage convertfromraw' can create images with odd disk sizes. | ||||||
|  |            We accept them but round the disk size to the next multiple of | ||||||
|  |            SECTOR_SIZE. */ | ||||||
|  |         logout("odd disk size %" PRIu64 " B, round up\n", header.disk_size); | ||||||
|  |         header.disk_size += SECTOR_SIZE - 1; | ||||||
|  |         header.disk_size &= ~(SECTOR_SIZE - 1); | ||||||
|  |     } | ||||||
|  |  | ||||||
|     if (header.version != VDI_VERSION_1_1) { |     if (header.version != VDI_VERSION_1_1) { | ||||||
|         logout("unsupported version %u.%u\n", |         logout("unsupported version %u.%u\n", | ||||||
|                header.version >> 16, header.version & 0xffff); |                header.version >> 16, header.version & 0xffff); | ||||||
| @@ -417,9 +426,9 @@ static int vdi_open(BlockDriverState *bs, const char *filename, int flags) | |||||||
|     } else if (header.block_size != 1 * MiB) { |     } else if (header.block_size != 1 * MiB) { | ||||||
|         logout("unsupported block size %u B\n", header.block_size); |         logout("unsupported block size %u B\n", header.block_size); | ||||||
|         goto fail; |         goto fail; | ||||||
|     } else if (header.disk_size != |     } else if (header.disk_size > | ||||||
|                (uint64_t)header.blocks_in_image * header.block_size) { |                (uint64_t)header.blocks_in_image * header.block_size) { | ||||||
|         logout("unexpected block number %u B\n", header.blocks_in_image); |         logout("unsupported disk size %" PRIu64 " B\n", header.disk_size); | ||||||
|         goto fail; |         goto fail; | ||||||
|     } else if (!uuid_is_null(header.uuid_link)) { |     } else if (!uuid_is_null(header.uuid_link)) { | ||||||
|         logout("link uuid != 0, unsupported\n"); |         logout("link uuid != 0, unsupported\n"); | ||||||
| @@ -831,7 +840,10 @@ static int vdi_create(const char *filename, QEMUOptionParameter *options) | |||||||
|         return -errno; |         return -errno; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     blocks = bytes / block_size; |     /* We need enough blocks to store the given disk size, | ||||||
|  |        so always round up. */ | ||||||
|  |     blocks = (bytes + block_size - 1) / block_size; | ||||||
|  |  | ||||||
|     bmap_size = blocks * sizeof(uint32_t); |     bmap_size = blocks * sizeof(uint32_t); | ||||||
|     bmap_size = ((bmap_size + SECTOR_SIZE - 1) & ~(SECTOR_SIZE -1)); |     bmap_size = ((bmap_size + SECTOR_SIZE - 1) & ~(SECTOR_SIZE -1)); | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										47
									
								
								block/vmdk.c
									
									
									
									
									
								
							
							
						
						
									
										47
									
								
								block/vmdk.c
									
									
									
									
									
								
							| @@ -87,14 +87,6 @@ typedef struct VmdkMetaData { | |||||||
|     int valid; |     int valid; | ||||||
| } VmdkMetaData; | } VmdkMetaData; | ||||||
|  |  | ||||||
| typedef struct ActiveBDRVState{ |  | ||||||
|     BlockDriverState *hd;            // active image handler |  | ||||||
|     uint64_t cluster_offset;         // current write offset |  | ||||||
| }ActiveBDRVState; |  | ||||||
|  |  | ||||||
| static ActiveBDRVState activeBDRV; |  | ||||||
|  |  | ||||||
|  |  | ||||||
| static int vmdk_probe(const uint8_t *buf, int buf_size, const char *filename) | static int vmdk_probe(const uint8_t *buf, int buf_size, const char *filename) | ||||||
| { | { | ||||||
|     uint32_t magic; |     uint32_t magic; | ||||||
| @@ -161,7 +153,7 @@ static int vmdk_write_cid(BlockDriverState *bs, uint32_t cid) | |||||||
|         pstrcat(desc, sizeof(desc), tmp_desc); |         pstrcat(desc, sizeof(desc), tmp_desc); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (bdrv_pwrite(s->hd, 0x200, desc, DESC_SIZE) != DESC_SIZE) |     if (bdrv_pwrite_sync(s->hd, 0x200, desc, DESC_SIZE) < 0) | ||||||
|         return -1; |         return -1; | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
| @@ -285,7 +277,6 @@ static int vmdk_snapshot_create(const char *filename, const char *backing_file) | |||||||
|         goto fail_rgd; |         goto fail_rgd; | ||||||
|     if (write(snp_fd, rgd_buf, gd_size) == -1) |     if (write(snp_fd, rgd_buf, gd_size) == -1) | ||||||
|         goto fail_rgd; |         goto fail_rgd; | ||||||
|     qemu_free(rgd_buf); |  | ||||||
|  |  | ||||||
|     /* write GD */ |     /* write GD */ | ||||||
|     gd_buf = qemu_malloc(gd_size); |     gd_buf = qemu_malloc(gd_size); | ||||||
| @@ -298,6 +289,7 @@ static int vmdk_snapshot_create(const char *filename, const char *backing_file) | |||||||
|     if (write(snp_fd, gd_buf, gd_size) == -1) |     if (write(snp_fd, gd_buf, gd_size) == -1) | ||||||
|         goto fail_gd; |         goto fail_gd; | ||||||
|     qemu_free(gd_buf); |     qemu_free(gd_buf); | ||||||
|  |     qemu_free(rgd_buf); | ||||||
|  |  | ||||||
|     close(p_fd); |     close(p_fd); | ||||||
|     close(snp_fd); |     close(snp_fd); | ||||||
| @@ -458,30 +450,28 @@ static uint64_t get_cluster_offset(BlockDriverState *bs, VmdkMetaData *m_data, | |||||||
| static int get_whole_cluster(BlockDriverState *bs, uint64_t cluster_offset, | static int get_whole_cluster(BlockDriverState *bs, uint64_t cluster_offset, | ||||||
|                              uint64_t offset, int allocate) |                              uint64_t offset, int allocate) | ||||||
| { | { | ||||||
|     uint64_t parent_cluster_offset; |  | ||||||
|     BDRVVmdkState *s = bs->opaque; |     BDRVVmdkState *s = bs->opaque; | ||||||
|     uint8_t  whole_grain[s->cluster_sectors*512];        // 128 sectors * 512 bytes each = grain size 64KB |     uint8_t  whole_grain[s->cluster_sectors*512];        // 128 sectors * 512 bytes each = grain size 64KB | ||||||
|  |  | ||||||
|     // we will be here if it's first write on non-exist grain(cluster). |     // we will be here if it's first write on non-exist grain(cluster). | ||||||
|     // try to read from parent image, if exist |     // try to read from parent image, if exist | ||||||
|     if (bs->backing_hd) { |     if (bs->backing_hd) { | ||||||
|         BDRVVmdkState *ps = bs->backing_hd->opaque; |         int ret; | ||||||
|  |  | ||||||
|         if (!vmdk_is_cid_valid(bs)) |         if (!vmdk_is_cid_valid(bs)) | ||||||
|             return -1; |             return -1; | ||||||
|  |  | ||||||
|         parent_cluster_offset = get_cluster_offset(bs->backing_hd, NULL, |         ret = bdrv_read(bs->backing_hd, offset >> 9, whole_grain, | ||||||
|             offset, allocate); |             s->cluster_sectors); | ||||||
|  |         if (ret < 0) { | ||||||
|  |             return -1; | ||||||
|  |         } | ||||||
|  |  | ||||||
|         if (parent_cluster_offset) { |         //Write grain only into the active image | ||||||
|             BDRVVmdkState *act_s = activeBDRV.hd->opaque; |         ret = bdrv_write(s->hd, cluster_offset, whole_grain, | ||||||
|  |             s->cluster_sectors); | ||||||
|             if (bdrv_pread(ps->hd, parent_cluster_offset, whole_grain, ps->cluster_sectors*512) != ps->cluster_sectors*512) |         if (ret < 0) { | ||||||
|                 return -1; |             return -1; | ||||||
|  |  | ||||||
|             //Write grain only into the active image |  | ||||||
|             if (bdrv_pwrite(act_s->hd, activeBDRV.cluster_offset << 9, whole_grain, sizeof(whole_grain)) != sizeof(whole_grain)) |  | ||||||
|                 return -1; |  | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     return 0; |     return 0; | ||||||
| @@ -492,14 +482,14 @@ static int vmdk_L2update(BlockDriverState *bs, VmdkMetaData *m_data) | |||||||
|     BDRVVmdkState *s = bs->opaque; |     BDRVVmdkState *s = bs->opaque; | ||||||
|  |  | ||||||
|     /* update L2 table */ |     /* update L2 table */ | ||||||
|     if (bdrv_pwrite(s->hd, ((int64_t)m_data->l2_offset * 512) + (m_data->l2_index * sizeof(m_data->offset)), |     if (bdrv_pwrite_sync(s->hd, ((int64_t)m_data->l2_offset * 512) + (m_data->l2_index * sizeof(m_data->offset)), | ||||||
|                     &(m_data->offset), sizeof(m_data->offset)) != sizeof(m_data->offset)) |                     &(m_data->offset), sizeof(m_data->offset)) < 0) | ||||||
|         return -1; |         return -1; | ||||||
|     /* update backup L2 table */ |     /* update backup L2 table */ | ||||||
|     if (s->l1_backup_table_offset != 0) { |     if (s->l1_backup_table_offset != 0) { | ||||||
|         m_data->l2_offset = s->l1_backup_table[m_data->l1_index]; |         m_data->l2_offset = s->l1_backup_table[m_data->l1_index]; | ||||||
|         if (bdrv_pwrite(s->hd, ((int64_t)m_data->l2_offset * 512) + (m_data->l2_index * sizeof(m_data->offset)), |         if (bdrv_pwrite_sync(s->hd, ((int64_t)m_data->l2_offset * 512) + (m_data->l2_index * sizeof(m_data->offset)), | ||||||
|                         &(m_data->offset), sizeof(m_data->offset)) != sizeof(m_data->offset)) |                         &(m_data->offset), sizeof(m_data->offset)) < 0) | ||||||
|             return -1; |             return -1; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -567,9 +557,6 @@ static uint64_t get_cluster_offset(BlockDriverState *bs, VmdkMetaData *m_data, | |||||||
|             cluster_offset >>= 9; |             cluster_offset >>= 9; | ||||||
|             tmp = cpu_to_le32(cluster_offset); |             tmp = cpu_to_le32(cluster_offset); | ||||||
|             l2_table[l2_index] = tmp; |             l2_table[l2_index] = tmp; | ||||||
|             // Save the active image state |  | ||||||
|             activeBDRV.cluster_offset = cluster_offset; |  | ||||||
|             activeBDRV.hd = bs; |  | ||||||
|         } |         } | ||||||
|         /* First of all we write grain itself, to avoid race condition |         /* First of all we write grain itself, to avoid race condition | ||||||
|          * that may to corrupt the image. |          * that may to corrupt the image. | ||||||
|   | |||||||
							
								
								
									
										30
									
								
								block/vpc.c
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								block/vpc.c
									
									
									
									
									
								
							| @@ -266,7 +266,7 @@ static inline int64_t get_sector_offset(BlockDriverState *bs, | |||||||
|  |  | ||||||
|         s->last_bitmap_offset = bitmap_offset; |         s->last_bitmap_offset = bitmap_offset; | ||||||
|         memset(bitmap, 0xff, s->bitmap_size); |         memset(bitmap, 0xff, s->bitmap_size); | ||||||
|         bdrv_pwrite(s->hd, bitmap_offset, bitmap, s->bitmap_size); |         bdrv_pwrite_sync(s->hd, bitmap_offset, bitmap, s->bitmap_size); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| //    printf("sector: %" PRIx64 ", index: %x, offset: %x, bioff: %" PRIx64 ", bloff: %" PRIx64 "\n", | //    printf("sector: %" PRIx64 ", index: %x, offset: %x, bioff: %" PRIx64 ", bloff: %" PRIx64 "\n", | ||||||
| @@ -316,7 +316,7 @@ static int rewrite_footer(BlockDriverState* bs) | |||||||
|     BDRVVPCState *s = bs->opaque; |     BDRVVPCState *s = bs->opaque; | ||||||
|     int64_t offset = s->free_data_block_offset; |     int64_t offset = s->free_data_block_offset; | ||||||
|  |  | ||||||
|     ret = bdrv_pwrite(s->hd, offset, s->footer_buf, HEADER_SIZE); |     ret = bdrv_pwrite_sync(s->hd, offset, s->footer_buf, HEADER_SIZE); | ||||||
|     if (ret < 0) |     if (ret < 0) | ||||||
|         return ret; |         return ret; | ||||||
|  |  | ||||||
| @@ -351,7 +351,8 @@ static int64_t alloc_block(BlockDriverState* bs, int64_t sector_num) | |||||||
|  |  | ||||||
|     // Initialize the block's bitmap |     // Initialize the block's bitmap | ||||||
|     memset(bitmap, 0xff, s->bitmap_size); |     memset(bitmap, 0xff, s->bitmap_size); | ||||||
|     bdrv_pwrite(s->hd, s->free_data_block_offset, bitmap, s->bitmap_size); |     bdrv_pwrite_sync(s->hd, s->free_data_block_offset, bitmap, | ||||||
|  |         s->bitmap_size); | ||||||
|  |  | ||||||
|     // Write new footer (the old one will be overwritten) |     // Write new footer (the old one will be overwritten) | ||||||
|     s->free_data_block_offset += s->block_size + s->bitmap_size; |     s->free_data_block_offset += s->block_size + s->bitmap_size; | ||||||
| @@ -362,7 +363,7 @@ static int64_t alloc_block(BlockDriverState* bs, int64_t sector_num) | |||||||
|     // Write BAT entry to disk |     // Write BAT entry to disk | ||||||
|     bat_offset = s->bat_offset + (4 * index); |     bat_offset = s->bat_offset + (4 * index); | ||||||
|     bat_value = be32_to_cpu(s->pagetable[index]); |     bat_value = be32_to_cpu(s->pagetable[index]); | ||||||
|     ret = bdrv_pwrite(s->hd, bat_offset, &bat_value, 4); |     ret = bdrv_pwrite_sync(s->hd, bat_offset, &bat_value, 4); | ||||||
|     if (ret < 0) |     if (ret < 0) | ||||||
|         goto fail; |         goto fail; | ||||||
|  |  | ||||||
| @@ -470,9 +471,7 @@ static int calculate_geometry(int64_t total_sectors, uint16_t* cyls, | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     // Note: Rounding up deviates from the Virtual PC behaviour |     *cyls = cyls_times_heads / *heads; | ||||||
|     // However, we need this to avoid truncating images in qemu-img convert |  | ||||||
|     *cyls = (cyls_times_heads + *heads - 1) / *heads; |  | ||||||
|  |  | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
| @@ -484,9 +483,9 @@ static int vpc_create(const char *filename, QEMUOptionParameter *options) | |||||||
|     struct vhd_dyndisk_header* dyndisk_header = |     struct vhd_dyndisk_header* dyndisk_header = | ||||||
|         (struct vhd_dyndisk_header*) buf; |         (struct vhd_dyndisk_header*) buf; | ||||||
|     int fd, i; |     int fd, i; | ||||||
|     uint16_t cyls; |     uint16_t cyls = 0; | ||||||
|     uint8_t heads; |     uint8_t heads = 0; | ||||||
|     uint8_t secs_per_cyl; |     uint8_t secs_per_cyl = 0; | ||||||
|     size_t block_size, num_bat_entries; |     size_t block_size, num_bat_entries; | ||||||
|     int64_t total_sectors = 0; |     int64_t total_sectors = 0; | ||||||
|  |  | ||||||
| @@ -503,9 +502,14 @@ static int vpc_create(const char *filename, QEMUOptionParameter *options) | |||||||
|     if (fd < 0) |     if (fd < 0) | ||||||
|         return -EIO; |         return -EIO; | ||||||
|  |  | ||||||
|     // Calculate matching total_size and geometry |     /* Calculate matching total_size and geometry. Increase the number of | ||||||
|     if (calculate_geometry(total_sectors, &cyls, &heads, &secs_per_cyl)) |        sectors requested until we get enough (or fail). */ | ||||||
|         return -EFBIG; |     for (i = 0; total_sectors > (int64_t)cyls * heads * secs_per_cyl; i++) { | ||||||
|  |         if (calculate_geometry(total_sectors + i, | ||||||
|  |                                &cyls, &heads, &secs_per_cyl)) { | ||||||
|  |             return -EFBIG; | ||||||
|  |         } | ||||||
|  |     } | ||||||
|     total_sectors = (int64_t) cyls * heads * secs_per_cyl; |     total_sectors = (int64_t) cyls * heads * secs_per_cyl; | ||||||
|  |  | ||||||
|     // Prepare the Hard Disk Footer |     // Prepare the Hard Disk Footer | ||||||
|   | |||||||
| @@ -868,7 +868,8 @@ static int init_directories(BDRVVVFATState* s, | |||||||
|     { |     { | ||||||
| 	direntry_t* entry=array_get_next(&(s->directory)); | 	direntry_t* entry=array_get_next(&(s->directory)); | ||||||
| 	entry->attributes=0x28; /* archive | volume label */ | 	entry->attributes=0x28; /* archive | volume label */ | ||||||
| 	snprintf((char*)entry->name,11,"QEMU VVFAT"); | 	memcpy(entry->name,"QEMU VVF",8); | ||||||
|  | 	memcpy(entry->extension,"AT ",3); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /* Now build FAT, and write back information into directory */ |     /* Now build FAT, and write back information into directory */ | ||||||
| @@ -2256,7 +2257,11 @@ static int commit_one_file(BDRVVVFATState* s, | |||||||
| 	c = c1; | 	c = c1; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     ftruncate(fd, size); |     if (ftruncate(fd, size)) { | ||||||
|  |         perror("ftruncate()"); | ||||||
|  |         close(fd); | ||||||
|  |         return -4; | ||||||
|  |     } | ||||||
|     close(fd); |     close(fd); | ||||||
|  |  | ||||||
|     return commit_mappings(s, first_cluster, dir_index); |     return commit_mappings(s, first_cluster, dir_index); | ||||||
|   | |||||||
| @@ -127,6 +127,7 @@ struct BlockDriverState { | |||||||
|     int64_t total_sectors; /* if we are reading a disk image, give its |     int64_t total_sectors; /* if we are reading a disk image, give its | ||||||
|                               size in sectors */ |                               size in sectors */ | ||||||
|     int read_only; /* if true, the media is read only */ |     int read_only; /* if true, the media is read only */ | ||||||
|  |     int open_flags; /* flags used to open the file, re-used for re-open */ | ||||||
|     int removable; /* if true, the media can be removed */ |     int removable; /* if true, the media can be removed */ | ||||||
|     int locked;    /* if true, the media cannot temporarily be ejected */ |     int locked;    /* if true, the media cannot temporarily be ejected */ | ||||||
|     int encrypted; /* if true, the media is encrypted */ |     int encrypted; /* if true, the media is encrypted */ | ||||||
|   | |||||||
| @@ -34,7 +34,28 @@ static inline void flush_icache_range(unsigned long start, unsigned long stop) | |||||||
|     asm volatile ("isync" : : : "memory"); |     asm volatile ("isync" : : : "memory"); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * Is this correct for PPC? | ||||||
|  |  */ | ||||||
|  | static inline void dma_flush_range(unsigned long start, unsigned long stop) | ||||||
|  | { | ||||||
|  | } | ||||||
|  |  | ||||||
|  | #elif defined(__ia64__) | ||||||
|  | static inline void flush_icache_range(unsigned long start, unsigned long stop) | ||||||
|  | { | ||||||
|  |     while (start < stop) { | ||||||
|  | 	asm volatile ("fc %0" :: "r"(start)); | ||||||
|  | 	start += 32; | ||||||
|  |     } | ||||||
|  |     asm volatile (";;sync.i;;srlz.i;;"); | ||||||
|  | } | ||||||
|  | #define dma_flush_range(start, end) flush_icache_range(start, end) | ||||||
|  | #define qemu_cache_utils_init(envp) do { (void) (envp); } while (0) | ||||||
| #else | #else | ||||||
|  | static inline void dma_flush_range(unsigned long start, unsigned long stop) | ||||||
|  | { | ||||||
|  | } | ||||||
| #define qemu_cache_utils_init(envp) do { (void) (envp); } while (0) | #define qemu_cache_utils_init(envp) do { (void) (envp); } while (0) | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										13
									
								
								compat/sys/eventfd.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								compat/sys/eventfd.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | |||||||
|  | #ifndef _COMPAT_SYS_EVENTFD | ||||||
|  | #define _COMPAT_SYS_EVENTFD | ||||||
|  |  | ||||||
|  | #include <unistd.h> | ||||||
|  | #include <syscall.h> | ||||||
|  |  | ||||||
|  |  | ||||||
|  | static inline int eventfd (int count, int flags) | ||||||
|  | { | ||||||
|  |     return syscall(SYS_eventfd, count, flags); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | #endif | ||||||
							
								
								
									
										143
									
								
								compatfd.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										143
									
								
								compatfd.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,143 @@ | |||||||
|  | /* | ||||||
|  |  * signalfd/eventfd compatibility | ||||||
|  |  * | ||||||
|  |  * Copyright IBM, Corp. 2008 | ||||||
|  |  * | ||||||
|  |  * Authors: | ||||||
|  |  *  Anthony Liguori   <aliguori@us.ibm.com> | ||||||
|  |  * | ||||||
|  |  * This work is licensed under the terms of the GNU GPL, version 2.  See | ||||||
|  |  * the COPYING file in the top-level directory. | ||||||
|  |  * | ||||||
|  |  */ | ||||||
|  |  | ||||||
|  | #include "qemu-common.h" | ||||||
|  | #include "compatfd.h" | ||||||
|  |  | ||||||
|  | #include <sys/syscall.h> | ||||||
|  | #include <pthread.h> | ||||||
|  |  | ||||||
|  | struct sigfd_compat_info | ||||||
|  | { | ||||||
|  |     sigset_t mask; | ||||||
|  |     int fd; | ||||||
|  | }; | ||||||
|  |  | ||||||
|  | static void *sigwait_compat(void *opaque) | ||||||
|  | { | ||||||
|  |     struct sigfd_compat_info *info = opaque; | ||||||
|  |     int err; | ||||||
|  |     sigset_t all; | ||||||
|  |  | ||||||
|  |     sigfillset(&all); | ||||||
|  |     sigprocmask(SIG_BLOCK, &all, NULL); | ||||||
|  |  | ||||||
|  |     do { | ||||||
|  |         siginfo_t siginfo; | ||||||
|  |  | ||||||
|  |         err = sigwaitinfo(&info->mask, &siginfo); | ||||||
|  |         if (err == -1 && errno == EINTR) { | ||||||
|  |             err = 0; | ||||||
|  |             continue; | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         if (err > 0) { | ||||||
|  |             char buffer[128]; | ||||||
|  |             size_t offset = 0; | ||||||
|  |  | ||||||
|  |             memcpy(buffer, &err, sizeof(err)); | ||||||
|  |             while (offset < sizeof(buffer)) { | ||||||
|  |                 ssize_t len; | ||||||
|  |  | ||||||
|  |                 len = write(info->fd, buffer + offset, | ||||||
|  |                             sizeof(buffer) - offset); | ||||||
|  |                 if (len == -1 && errno == EINTR) | ||||||
|  |                     continue; | ||||||
|  |  | ||||||
|  |                 if (len <= 0) { | ||||||
|  |                     err = -1; | ||||||
|  |                     break; | ||||||
|  |                 } | ||||||
|  |  | ||||||
|  |                 offset += len; | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     } while (err >= 0); | ||||||
|  |  | ||||||
|  |     return NULL; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int qemu_signalfd_compat(const sigset_t *mask) | ||||||
|  | { | ||||||
|  |     pthread_attr_t attr; | ||||||
|  |     pthread_t tid; | ||||||
|  |     struct sigfd_compat_info *info; | ||||||
|  |     int fds[2]; | ||||||
|  |  | ||||||
|  |     info = malloc(sizeof(*info)); | ||||||
|  |     if (info == NULL) { | ||||||
|  |         errno = ENOMEM; | ||||||
|  |         return -1; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (pipe(fds) == -1) { | ||||||
|  |         free(info); | ||||||
|  |         return -1; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     qemu_set_cloexec(fds[0]); | ||||||
|  |     qemu_set_cloexec(fds[1]); | ||||||
|  |  | ||||||
|  |     memcpy(&info->mask, mask, sizeof(*mask)); | ||||||
|  |     info->fd = fds[1]; | ||||||
|  |  | ||||||
|  |     pthread_attr_init(&attr); | ||||||
|  |     pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); | ||||||
|  |  | ||||||
|  |     pthread_create(&tid, &attr, sigwait_compat, info); | ||||||
|  |  | ||||||
|  |     pthread_attr_destroy(&attr); | ||||||
|  |  | ||||||
|  |     return fds[0]; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | int qemu_signalfd(const sigset_t *mask) | ||||||
|  | { | ||||||
|  | #if defined(CONFIG_SIGNALFD) | ||||||
|  |     int ret; | ||||||
|  |  | ||||||
|  |     ret = syscall(SYS_signalfd, -1, mask, _NSIG / 8); | ||||||
|  |     if (ret != -1) { | ||||||
|  |         qemu_set_cloexec(ret); | ||||||
|  |         return ret; | ||||||
|  |     } | ||||||
|  | #endif | ||||||
|  |  | ||||||
|  |     return qemu_signalfd_compat(mask); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | int qemu_eventfd(int *fds) | ||||||
|  | { | ||||||
|  |     int ret; | ||||||
|  |  | ||||||
|  | #if defined(CONFIG_EVENTFD) | ||||||
|  |     ret = syscall(SYS_eventfd, 0); | ||||||
|  |     if (ret >= 0) { | ||||||
|  |         fds[0] = ret; | ||||||
|  |         qemu_set_cloexec(ret); | ||||||
|  |         if ((fds[1] = dup(ret)) == -1) { | ||||||
|  |             close(ret); | ||||||
|  |             return -1; | ||||||
|  |         } | ||||||
|  |         qemu_set_cloexec(fds[1]); | ||||||
|  |         return 0; | ||||||
|  |     } | ||||||
|  | #endif | ||||||
|  |  | ||||||
|  |     ret = pipe(fds); | ||||||
|  |     if (ret != -1) { | ||||||
|  |         qemu_set_cloexec(fds[0]); | ||||||
|  |         qemu_set_cloexec(fds[1]); | ||||||
|  |     } | ||||||
|  |     return ret; | ||||||
|  | } | ||||||
							
								
								
									
										45
									
								
								compatfd.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								compatfd.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,45 @@ | |||||||
|  | /* | ||||||
|  |  * signalfd/eventfd compatibility | ||||||
|  |  * | ||||||
|  |  * Copyright IBM, Corp. 2008 | ||||||
|  |  * | ||||||
|  |  * Authors: | ||||||
|  |  *  Anthony Liguori   <aliguori@us.ibm.com> | ||||||
|  |  * | ||||||
|  |  * This work is licensed under the terms of the GNU GPL, version 2.  See | ||||||
|  |  * the COPYING file in the top-level directory. | ||||||
|  |  * | ||||||
|  |  */ | ||||||
|  |  | ||||||
|  | #ifndef QEMU_COMPATFD_H | ||||||
|  | #define QEMU_COMPATFD_H | ||||||
|  |  | ||||||
|  | #include <signal.h> | ||||||
|  |  | ||||||
|  | struct qemu_signalfd_siginfo { | ||||||
|  |     uint32_t ssi_signo;   /* Signal number */ | ||||||
|  |     int32_t  ssi_errno;   /* Error number (unused) */ | ||||||
|  |     int32_t  ssi_code;    /* Signal code */ | ||||||
|  |     uint32_t ssi_pid;     /* PID of sender */ | ||||||
|  |     uint32_t ssi_uid;     /* Real UID of sender */ | ||||||
|  |     int32_t  ssi_fd;      /* File descriptor (SIGIO) */ | ||||||
|  |     uint32_t ssi_tid;     /* Kernel timer ID (POSIX timers) */ | ||||||
|  |     uint32_t ssi_band;    /* Band event (SIGIO) */ | ||||||
|  |     uint32_t ssi_overrun; /* POSIX timer overrun count */ | ||||||
|  |     uint32_t ssi_trapno;  /* Trap number that caused signal */ | ||||||
|  |     int32_t  ssi_status;  /* Exit status or signal (SIGCHLD) */ | ||||||
|  |     int32_t  ssi_int;     /* Integer sent by sigqueue(2) */ | ||||||
|  |     uint64_t ssi_ptr;     /* Pointer sent by sigqueue(2) */ | ||||||
|  |     uint64_t ssi_utime;   /* User CPU time consumed (SIGCHLD) */ | ||||||
|  |     uint64_t ssi_stime;   /* System CPU time consumed (SIGCHLD) */ | ||||||
|  |     uint64_t ssi_addr;    /* Address that generated signal | ||||||
|  |                              (for hardware-generated signals) */ | ||||||
|  |     uint8_t  pad[48];     /* Pad size to 128 bytes (allow for | ||||||
|  |                              additional fields in the future) */ | ||||||
|  | }; | ||||||
|  |  | ||||||
|  | int qemu_signalfd(const sigset_t *mask); | ||||||
|  |  | ||||||
|  | int qemu_eventfd(int *fds); | ||||||
|  |  | ||||||
|  | #endif | ||||||
							
								
								
									
										183
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										183
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -160,7 +160,7 @@ else | |||||||
|   cpu=`uname -m` |   cpu=`uname -m` | ||||||
| fi | fi | ||||||
|  |  | ||||||
| target_list="" | target_list="x86_64-softmmu" | ||||||
| case "$cpu" in | case "$cpu" in | ||||||
|   alpha|cris|ia64|m68k|microblaze|ppc|ppc64|sparc64) |   alpha|cris|ia64|m68k|microblaze|ppc|ppc64|sparc64) | ||||||
|     cpu="$cpu" |     cpu="$cpu" | ||||||
| @@ -197,6 +197,16 @@ case "$cpu" in | |||||||
|   ;; |   ;; | ||||||
| esac | esac | ||||||
|  |  | ||||||
|  | kvm_version() { | ||||||
|  |     local fname="$(dirname "$0")/KVM_VERSION" | ||||||
|  |  | ||||||
|  |     if test -f "$fname"; then | ||||||
|  |         cat "$fname" | ||||||
|  |     else | ||||||
|  |         echo "qemu-kvm-devel" | ||||||
|  |     fi | ||||||
|  | } | ||||||
|  |  | ||||||
| # Default value for a variable defining feature "foo". | # Default value for a variable defining feature "foo". | ||||||
| #  * foo="no"  feature will only be used if --enable-foo arg is given | #  * foo="no"  feature will only be used if --enable-foo arg is given | ||||||
| #  * foo=""    feature will be searched for, and if found, will be used | #  * foo=""    feature will be searched for, and if found, will be used | ||||||
| @@ -250,10 +260,15 @@ guest_base="" | |||||||
| uname_release="" | uname_release="" | ||||||
| io_thread="no" | io_thread="no" | ||||||
| mixemu="no" | mixemu="no" | ||||||
|  | kvm_trace="no" | ||||||
|  | kvm_cap_pit="" | ||||||
|  | kvm_cap_device_assignment="" | ||||||
| kerneldir="" | kerneldir="" | ||||||
| aix="no" | aix="no" | ||||||
| blobs="yes" | blobs="yes" | ||||||
| pkgversion="" | pkgversion=" ($(kvm_version))" | ||||||
|  | cpu_emulation="yes" | ||||||
|  | kvm_kmod="no" | ||||||
| check_utests="no" | check_utests="no" | ||||||
| user_pie="no" | user_pie="no" | ||||||
| zero_malloc="" | zero_malloc="" | ||||||
| @@ -389,6 +404,13 @@ AIX) | |||||||
|   if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then |   if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then | ||||||
|     audio_possible_drivers="$audio_possible_drivers fmod" |     audio_possible_drivers="$audio_possible_drivers fmod" | ||||||
|   fi |   fi | ||||||
|  |   if [ "$cpu" = "ia64" ] ; then | ||||||
|  |      xen="no" | ||||||
|  |      target_list="ia64-softmmu" | ||||||
|  |      cpu_emulation="no" | ||||||
|  |      gdbstub="no" | ||||||
|  |      slirp="no" | ||||||
|  |   fi | ||||||
| ;; | ;; | ||||||
| esac | esac | ||||||
|  |  | ||||||
| @@ -518,6 +540,14 @@ for opt do | |||||||
|   ;; |   ;; | ||||||
|   --enable-kvm) kvm="yes" |   --enable-kvm) kvm="yes" | ||||||
|   ;; |   ;; | ||||||
|  |   --disable-kvm-cap-pit) kvm_cap_pit="no" | ||||||
|  |   ;; | ||||||
|  |   --enable-kvm-cap-pit) kvm_cap_pit="yes" | ||||||
|  |   ;; | ||||||
|  |   --disable-kvm-cap-device-assignment) kvm_cap_device_assignment="no" | ||||||
|  |   ;; | ||||||
|  |   --enable-kvm-cap-device-assignment) kvm_cap_device_assignment="yes" | ||||||
|  |   ;; | ||||||
|   --enable-profiler) profiler="yes" |   --enable-profiler) profiler="yes" | ||||||
|   ;; |   ;; | ||||||
|   --enable-cocoa) |   --enable-cocoa) | ||||||
| @@ -595,12 +625,16 @@ for opt do | |||||||
|   ;; |   ;; | ||||||
|   --kerneldir=*) kerneldir="$optarg" |   --kerneldir=*) kerneldir="$optarg" | ||||||
|   ;; |   ;; | ||||||
|  |   --with-kvm-trace) kvm_trace="yes" | ||||||
|  |   ;; | ||||||
|   --with-pkgversion=*) pkgversion=" ($optarg)" |   --with-pkgversion=*) pkgversion=" ($optarg)" | ||||||
|   ;; |   ;; | ||||||
|   --disable-docs) docs="no" |   --disable-docs) docs="no" | ||||||
|   ;; |   ;; | ||||||
|   --enable-docs) docs="yes" |   --enable-docs) docs="yes" | ||||||
|   ;; |   ;; | ||||||
|  |   --disable-cpu-emulation) cpu_emulation="no" | ||||||
|  |   ;; | ||||||
|   *) echo "ERROR: unknown option $opt"; show_help="yes" |   *) echo "ERROR: unknown option $opt"; show_help="yes" | ||||||
|   ;; |   ;; | ||||||
|   esac |   esac | ||||||
| @@ -722,6 +756,10 @@ echo "  --disable-bluez          disable bluez stack connectivity" | |||||||
| echo "  --enable-bluez           enable bluez stack connectivity" | echo "  --enable-bluez           enable bluez stack connectivity" | ||||||
| echo "  --disable-kvm            disable KVM acceleration support" | echo "  --disable-kvm            disable KVM acceleration support" | ||||||
| echo "  --enable-kvm             enable KVM acceleration support" | echo "  --enable-kvm             enable KVM acceleration support" | ||||||
|  | echo "  --disable-cap-kvm-pit    disable KVM pit support" | ||||||
|  | echo "  --enable-cap-kvm-pit     enable KVM pit support" | ||||||
|  | echo "  --disable-cap-device-assignment    disable KVM device assignment support" | ||||||
|  | echo "  --enable-cap-device-assignment     enable KVM device assignment support" | ||||||
| echo "  --disable-nptl           disable usermode NPTL support" | echo "  --disable-nptl           disable usermode NPTL support" | ||||||
| echo "  --enable-nptl            enable usermode NPTL support" | echo "  --enable-nptl            enable usermode NPTL support" | ||||||
| echo "  --enable-system          enable all system emulation targets" | echo "  --enable-system          enable all system emulation targets" | ||||||
| @@ -753,6 +791,8 @@ echo "  --enable-linux-aio       enable Linux AIO support" | |||||||
| echo "  --enable-io-thread       enable IO thread" | echo "  --enable-io-thread       enable IO thread" | ||||||
| echo "  --disable-blobs          disable installing provided firmware blobs" | echo "  --disable-blobs          disable installing provided firmware blobs" | ||||||
| echo "  --kerneldir=PATH         look for kernel includes in PATH" | echo "  --kerneldir=PATH         look for kernel includes in PATH" | ||||||
|  | echo "  --with-kvm-trace         enable building the KVM module with the kvm trace option" | ||||||
|  | echo "  --disable-cpu-emulation  disables use of qemu cpu emulation code" | ||||||
| echo "" | echo "" | ||||||
| echo "NOTE: The object files are built at the place where configure is launched" | echo "NOTE: The object files are built at the place where configure is launched" | ||||||
| exit 1 | exit 1 | ||||||
| @@ -1384,8 +1424,22 @@ EOF | |||||||
|             kvm_cflags="$kvm_cflags -I$kerneldir/arch/$cpu/include" |             kvm_cflags="$kvm_cflags -I$kerneldir/arch/$cpu/include" | ||||||
|       fi |       fi | ||||||
|   else |   else | ||||||
|       kvm_cflags="" |       case "$cpu" in | ||||||
|  |       i386 | x86_64) | ||||||
|  |         kvm_arch="x86" | ||||||
|  |         ;; | ||||||
|  |       ppc) | ||||||
|  |         kvm_arch="powerpc" | ||||||
|  |         ;; | ||||||
|  |       *) | ||||||
|  |         kvm_arch="$cpu" | ||||||
|  |         ;; | ||||||
|  |       esac | ||||||
|  |       kvm_cflags="-I$source_path/kvm/include" | ||||||
|  |       kvm_cflags="$kvm_cflags -include $source_path/kvm/include/linux/config.h" | ||||||
|  |       kvm_cflags="$kvm_cflags -I$source_path/kvm/include/$kvm_arch" | ||||||
|   fi |   fi | ||||||
|  |   kvm_cflags="$kvm_cflags -idirafter $source_path/compat" | ||||||
|   if compile_prog "$kvm_cflags" "" ; then |   if compile_prog "$kvm_cflags" "" ; then | ||||||
|     kvm=yes |     kvm=yes | ||||||
|   else |   else | ||||||
| @@ -1407,6 +1461,75 @@ EOF | |||||||
|   fi |   fi | ||||||
| fi | fi | ||||||
|  |  | ||||||
|  | ########################################## | ||||||
|  | # test for KVM_CAP_PIT | ||||||
|  |  | ||||||
|  | if test "$kvm_cap_pit" != "no" ; then | ||||||
|  |   if test "$kvm" = "no" -a "$kvm_cap_pit" = "yes" ; then | ||||||
|  |       feature_not_found "kvm_cap_pit (kvm is not enabled)" | ||||||
|  |   fi | ||||||
|  |   cat > $TMPC <<EOF | ||||||
|  | #include <linux/kvm.h> | ||||||
|  | #ifndef KVM_CAP_PIT | ||||||
|  | #error "kvm no pit capability" | ||||||
|  | #endif | ||||||
|  | int main(void) { return 0; } | ||||||
|  | EOF | ||||||
|  |   if compile_prog "$kvm_cflags" ""; then | ||||||
|  |     kvm_cap_pit=yes | ||||||
|  |   else | ||||||
|  |     if test "$kvm_cap_pit" = "yes" ; then | ||||||
|  |       feature_not_found "kvm_cap_pit" | ||||||
|  |     fi | ||||||
|  |     kvm_cap_pit=no | ||||||
|  |   fi | ||||||
|  | fi | ||||||
|  |  | ||||||
|  | ########################################## | ||||||
|  | # test for KVM_CAP_DEVICE_ASSIGNMENT | ||||||
|  |  | ||||||
|  | if test "$kvm_cap_device_assignment" != "no" ; then | ||||||
|  |   if test "$kvm" = "no" -a "$kvm_cap_device_assignment" = "yes" ; then | ||||||
|  |       feature_not_found "kvm_cap_device_assignment (kvm is not enabled)" | ||||||
|  |   fi | ||||||
|  |   cat > $TMPC <<EOF | ||||||
|  | #include <linux/kvm.h> | ||||||
|  | #ifndef KVM_CAP_DEVICE_ASSIGNMENT | ||||||
|  | #error "kvm no device assignment capability" | ||||||
|  | #endif | ||||||
|  | int main(void) { return 0; } | ||||||
|  | EOF | ||||||
|  |   if compile_prog "$kvm_cflags" "" ; then | ||||||
|  |     kvm_cap_device_assignment=yes | ||||||
|  |   else | ||||||
|  |     if test "$kvm_cap_device_assignment" = "yes" ; then | ||||||
|  |       feature_not_found "kvm_cap_device_assigment" | ||||||
|  |     fi | ||||||
|  |     kvm_cap_device_assignment=no | ||||||
|  |   fi | ||||||
|  | fi | ||||||
|  |  | ||||||
|  | ########################################## | ||||||
|  | # libpci probe for kvm_cap_device_assignment | ||||||
|  | if test $kvm_cap_device_assignment = "yes" ; then | ||||||
|  |   cat > $TMPC << EOF | ||||||
|  | #include <pci/pci.h> | ||||||
|  | #ifndef PCI_VENDOR_ID | ||||||
|  | #error NO LIBPCI | ||||||
|  | #endif | ||||||
|  | int main(void) { struct pci_access a; pci_init(&a); return 0; } | ||||||
|  | EOF | ||||||
|  |   if compile_prog "" "-lpci -lz" ; then | ||||||
|  |     libs_softmmu="-lpci -lz $libs_softmmu" | ||||||
|  |   else | ||||||
|  |     echo | ||||||
|  |     echo "Error: libpci check failed" | ||||||
|  |     echo "Disable KVM Device Assignment capability." | ||||||
|  |     echo | ||||||
|  |     kvm_cap_device_assignment=no | ||||||
|  |   fi | ||||||
|  | fi | ||||||
|  |  | ||||||
| ########################################## | ########################################## | ||||||
| # pthread probe | # pthread probe | ||||||
| PTHREADLIBS_LIST="-lpthread -lpthreadGC2" | PTHREADLIBS_LIST="-lpthread -lpthreadGC2" | ||||||
| @@ -1613,6 +1736,21 @@ if compile_prog "" "" ; then | |||||||
|   splice=yes |   splice=yes | ||||||
| fi | fi | ||||||
|  |  | ||||||
|  | ########################################## | ||||||
|  | # signalfd probe | ||||||
|  | signalfd="no" | ||||||
|  | cat > $TMPC << EOF | ||||||
|  | #define _GNU_SOURCE | ||||||
|  | #include <unistd.h> | ||||||
|  | #include <sys/syscall.h> | ||||||
|  | #include <signal.h> | ||||||
|  | int main(void) { return syscall(SYS_signalfd, -1, NULL, _NSIG / 8); } | ||||||
|  | EOF | ||||||
|  |  | ||||||
|  | if $cc $ARCH_CFLAGS -o $TMPE $TMPC 2> /dev/null ; then | ||||||
|  |   signalfd=yes | ||||||
|  | fi | ||||||
|  |  | ||||||
| # check if eventfd is supported | # check if eventfd is supported | ||||||
| eventfd=no | eventfd=no | ||||||
| cat > $TMPC << EOF | cat > $TMPC << EOF | ||||||
| @@ -1842,6 +1980,20 @@ else | |||||||
|   binsuffix="/bin" |   binsuffix="/bin" | ||||||
| fi | fi | ||||||
|  |  | ||||||
|  | if test -f kvm/kernel/configure; then | ||||||
|  |     kvm_kmod="yes" | ||||||
|  |     kmod_args="" | ||||||
|  |     if test -n "$kerneldir"; then | ||||||
|  |         kmod_args="--kerneldir=$kerneldir" | ||||||
|  |     fi | ||||||
|  |     if test "$kvm_trace" = "yes"; then | ||||||
|  |         kmod_args="$kmod_args --with-kvm-trace" | ||||||
|  |     fi | ||||||
|  |     # hope there are no spaces in kmod_args; can't use arrays because of | ||||||
|  |     # dash. | ||||||
|  |     (cd kvm/kernel; ./configure $kmod_args) | ||||||
|  | fi | ||||||
|  |  | ||||||
| echo "Install prefix    $prefix" | echo "Install prefix    $prefix" | ||||||
| echo "BIOS directory    $prefix$datasuffix" | echo "BIOS directory    $prefix$datasuffix" | ||||||
| echo "binary directory  $prefix$binsuffix" | echo "binary directory  $prefix$binsuffix" | ||||||
| @@ -1885,6 +2037,7 @@ if test -n "$sparc_cpu"; then | |||||||
|     echo "Target Sparc Arch $sparc_cpu" |     echo "Target Sparc Arch $sparc_cpu" | ||||||
| fi | fi | ||||||
| echo "xen support       $xen" | echo "xen support       $xen" | ||||||
|  | echo "CPU emulation     $cpu_emulation" | ||||||
| echo "brlapi support    $brlapi" | echo "brlapi support    $brlapi" | ||||||
| echo "bluez  support    $bluez" | echo "bluez  support    $bluez" | ||||||
| echo "Documentation     $docs" | echo "Documentation     $docs" | ||||||
| @@ -1898,6 +2051,9 @@ echo "IO thread         $io_thread" | |||||||
| echo "Linux AIO support $linux_aio" | echo "Linux AIO support $linux_aio" | ||||||
| echo "Install blobs     $blobs" | echo "Install blobs     $blobs" | ||||||
| echo "KVM support       $kvm" | echo "KVM support       $kvm" | ||||||
|  | echo "KVM PIT support   $kvm_cap_pit" | ||||||
|  | echo "KVM device assig. $kvm_cap_device_assignment" | ||||||
|  | echo "KVM trace support $kvm_trace" | ||||||
| echo "fdt support       $fdt" | echo "fdt support       $fdt" | ||||||
| echo "preadv support    $preadv" | echo "preadv support    $preadv" | ||||||
| echo "fdatasync         $fdatasync" | echo "fdatasync         $fdatasync" | ||||||
| @@ -2104,6 +2260,9 @@ fi | |||||||
| if test "$fdt" = "yes" ; then | if test "$fdt" = "yes" ; then | ||||||
|   echo "CONFIG_FDT=y" >> $config_host_mak |   echo "CONFIG_FDT=y" >> $config_host_mak | ||||||
| fi | fi | ||||||
|  | if test "$signalfd" = "yes" ; then | ||||||
|  |   echo "CONFIG_SIGNALFD=y" >> $config_host_mak | ||||||
|  | fi | ||||||
| if test "$need_offsetof" = "yes" ; then | if test "$need_offsetof" = "yes" ; then | ||||||
|   echo "CONFIG_NEED_OFFSETOF=y" >> $config_host_mak |   echo "CONFIG_NEED_OFFSETOF=y" >> $config_host_mak | ||||||
| fi | fi | ||||||
| @@ -2113,6 +2272,11 @@ fi | |||||||
| if test "$fdatasync" = "yes" ; then | if test "$fdatasync" = "yes" ; then | ||||||
|   echo "CONFIG_FDATASYNC=y" >> $config_host_mak |   echo "CONFIG_FDATASYNC=y" >> $config_host_mak | ||||||
| fi | fi | ||||||
|  | if test $cpu_emulation = "yes"; then | ||||||
|  |   echo "CONFIG_CPU_EMULATION=y" >> $config_host_mak | ||||||
|  | else | ||||||
|  |   echo "CONFIG_NO_CPU_EMULATION=y" >> $config_host_mak | ||||||
|  | fi | ||||||
|  |  | ||||||
| # XXX: suppress that | # XXX: suppress that | ||||||
| if [ "$bsd" = "yes" ] ; then | if [ "$bsd" = "yes" ] ; then | ||||||
| @@ -2138,6 +2302,8 @@ bsd) | |||||||
| ;; | ;; | ||||||
| esac | esac | ||||||
|  |  | ||||||
|  | echo "KVM_KMOD=$kvm_kmod" >> $config_host_mak | ||||||
|  |  | ||||||
| tools= | tools= | ||||||
| if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then | if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then | ||||||
|   tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools" |   tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools" | ||||||
| @@ -2288,6 +2454,9 @@ case "$target_arch2" in | |||||||
|     TARGET_BASE_ARCH=i386 |     TARGET_BASE_ARCH=i386 | ||||||
|     target_phys_bits=64 |     target_phys_bits=64 | ||||||
|   ;; |   ;; | ||||||
|  |   ia64) | ||||||
|  |     target_phys_bits=64 | ||||||
|  |   ;; | ||||||
|   alpha) |   alpha) | ||||||
|     target_phys_bits=64 |     target_phys_bits=64 | ||||||
|   ;; |   ;; | ||||||
| @@ -2418,6 +2587,12 @@ case "$target_arch2" in | |||||||
|       \( "$target_arch2" = "i386"   -a "$cpu" = "x86_64" \) \) ; then |       \( "$target_arch2" = "i386"   -a "$cpu" = "x86_64" \) \) ; then | ||||||
|       echo "CONFIG_KVM=y" >> $config_target_mak |       echo "CONFIG_KVM=y" >> $config_target_mak | ||||||
|       echo "KVM_CFLAGS=$kvm_cflags" >> $config_target_mak |       echo "KVM_CFLAGS=$kvm_cflags" >> $config_target_mak | ||||||
|  |       if test $kvm_cap_pit = "yes" ; then | ||||||
|  |         echo "CONFIG_KVM_PIT=y" >> $config_target_mak | ||||||
|  |       fi | ||||||
|  |       if test $kvm_cap_device_assignment = "yes" ; then | ||||||
|  |         echo "CONFIG_KVM_DEVICE_ASSIGNMENT=y" >> $config_target_mak | ||||||
|  |       fi | ||||||
|     fi |     fi | ||||||
| esac | esac | ||||||
| echo "TARGET_PHYS_ADDR_BITS=$target_phys_bits" >> $config_target_mak | echo "TARGET_PHYS_ADDR_BITS=$target_phys_bits" >> $config_target_mak | ||||||
| @@ -2626,7 +2801,7 @@ if test "$source_path_used" = "yes" ; then | |||||||
| fi | fi | ||||||
|  |  | ||||||
| # temporary config to build submodules | # temporary config to build submodules | ||||||
| for rom in seabios vgabios ; do | for rom in seabios vgabios; do | ||||||
|     config_mak=roms/$rom/config.mak |     config_mak=roms/$rom/config.mak | ||||||
|     echo "# Automatically generated by configure - do not modify" >> $config_mak |     echo "# Automatically generated by configure - do not modify" >> $config_mak | ||||||
|     echo "SRC_PATH=$source_path/roms/$rom" >> $config_mak |     echo "SRC_PATH=$source_path/roms/$rom" >> $config_mak | ||||||
|   | |||||||
| @@ -849,6 +849,7 @@ extern int phys_ram_fd; | |||||||
| extern uint8_t *phys_ram_dirty; | extern uint8_t *phys_ram_dirty; | ||||||
| extern ram_addr_t ram_size; | extern ram_addr_t ram_size; | ||||||
| extern ram_addr_t last_ram_offset; | extern ram_addr_t last_ram_offset; | ||||||
|  | extern uint8_t *bios_mem; | ||||||
|  |  | ||||||
| /* physical memory access */ | /* physical memory access */ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -34,6 +34,7 @@ void qemu_ram_free(ram_addr_t addr); | |||||||
| /* This should only be used for ram local to a device.  */ | /* This should only be used for ram local to a device.  */ | ||||||
| void *qemu_get_ram_ptr(ram_addr_t addr); | void *qemu_get_ram_ptr(ram_addr_t addr); | ||||||
| /* This should not be used by devices.  */ | /* This should not be used by devices.  */ | ||||||
|  | int do_qemu_ram_addr_from_host(void *ptr, ram_addr_t *ram_addr); | ||||||
| ram_addr_t qemu_ram_addr_from_host(void *ptr); | ram_addr_t qemu_ram_addr_from_host(void *ptr); | ||||||
|  |  | ||||||
| int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read, | int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read, | ||||||
|   | |||||||
							
								
								
									
										19
									
								
								cpu-defs.h
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								cpu-defs.h
									
									
									
									
									
								
							| @@ -27,6 +27,7 @@ | |||||||
| #include <setjmp.h> | #include <setjmp.h> | ||||||
| #include <inttypes.h> | #include <inttypes.h> | ||||||
| #include <signal.h> | #include <signal.h> | ||||||
|  | #include <pthread.h> | ||||||
| #include "osdep.h" | #include "osdep.h" | ||||||
| #include "qemu-queue.h" | #include "qemu-queue.h" | ||||||
| #include "targphys.h" | #include "targphys.h" | ||||||
| @@ -134,6 +135,16 @@ typedef struct CPUWatchpoint { | |||||||
|     QTAILQ_ENTRY(CPUWatchpoint) entry; |     QTAILQ_ENTRY(CPUWatchpoint) entry; | ||||||
| } CPUWatchpoint; | } CPUWatchpoint; | ||||||
|  |  | ||||||
|  | /* forward decleration */ | ||||||
|  | struct qemu_work_item; | ||||||
|  |  | ||||||
|  | struct KVMCPUState { | ||||||
|  |     pthread_t thread; | ||||||
|  |     int signalled; | ||||||
|  |     struct qemu_work_item *queued_work_first, *queued_work_last; | ||||||
|  |     int regs_modified; | ||||||
|  | }; | ||||||
|  |  | ||||||
| #define CPU_TEMP_BUF_NLONGS 128 | #define CPU_TEMP_BUF_NLONGS 128 | ||||||
| #define CPU_COMMON                                                      \ | #define CPU_COMMON                                                      \ | ||||||
|     struct TranslationBlock *current_tb; /* currently executing TB  */  \ |     struct TranslationBlock *current_tb; /* currently executing TB  */  \ | ||||||
| @@ -146,8 +157,6 @@ typedef struct CPUWatchpoint { | |||||||
|     target_ulong mem_io_vaddr; /* target virtual addr at which the      \ |     target_ulong mem_io_vaddr; /* target virtual addr at which the      \ | ||||||
|                                      memory was accessed */             \ |                                      memory was accessed */             \ | ||||||
|     uint32_t halted; /* Nonzero if the CPU is in suspend state */       \ |     uint32_t halted; /* Nonzero if the CPU is in suspend state */       \ | ||||||
|     uint32_t stop;   /* Stop request */                                 \ |  | ||||||
|     uint32_t stopped; /* Artificially stopped */                        \ |  | ||||||
|     uint32_t interrupt_request;                                         \ |     uint32_t interrupt_request;                                         \ | ||||||
|     volatile sig_atomic_t exit_request;                                 \ |     volatile sig_atomic_t exit_request;                                 \ | ||||||
|     /* The meaning of the MMU modes is defined in the target code. */   \ |     /* The meaning of the MMU modes is defined in the target code. */   \ | ||||||
| @@ -188,6 +197,7 @@ typedef struct CPUWatchpoint { | |||||||
|     int nr_cores;  /* number of cores within this CPU package */        \ |     int nr_cores;  /* number of cores within this CPU package */        \ | ||||||
|     int nr_threads;/* number of threads within this CPU */              \ |     int nr_threads;/* number of threads within this CPU */              \ | ||||||
|     int running; /* Nonzero if cpu is currently running(usermode).  */  \ |     int running; /* Nonzero if cpu is currently running(usermode).  */  \ | ||||||
|  |     int thread_id;							\ | ||||||
|     /* user data */                                                     \ |     /* user data */                                                     \ | ||||||
|     void *opaque;                                                       \ |     void *opaque;                                                       \ | ||||||
|                                                                         \ |                                                                         \ | ||||||
| @@ -197,6 +207,9 @@ typedef struct CPUWatchpoint { | |||||||
|     const char *cpu_model_str;                                          \ |     const char *cpu_model_str;                                          \ | ||||||
|     struct KVMState *kvm_state;                                         \ |     struct KVMState *kvm_state;                                         \ | ||||||
|     struct kvm_run *kvm_run;                                            \ |     struct kvm_run *kvm_run;                                            \ | ||||||
|     int kvm_fd; |     int kvm_fd;                                                         \ | ||||||
|  |     uint32_t stop;   /* Stop request */                                 \ | ||||||
|  |     uint32_t stopped; /* Artificially stopped */                        \ | ||||||
|  |     struct KVMCPUState kvm_cpu_state; | ||||||
|  |  | ||||||
| #endif | #endif | ||||||
|   | |||||||
| @@ -19,7 +19,9 @@ | |||||||
| #include "config.h" | #include "config.h" | ||||||
| #include "exec.h" | #include "exec.h" | ||||||
| #include "disas.h" | #include "disas.h" | ||||||
|  | #if !defined(TARGET_IA64) | ||||||
| #include "tcg.h" | #include "tcg.h" | ||||||
|  | #endif | ||||||
| #include "kvm.h" | #include "kvm.h" | ||||||
|  |  | ||||||
| #if !defined(CONFIG_SOFTMMU) | #if !defined(CONFIG_SOFTMMU) | ||||||
| @@ -38,6 +40,8 @@ | |||||||
| #endif | #endif | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| #if defined(__sparc__) && !defined(CONFIG_SOLARIS) | #if defined(__sparc__) && !defined(CONFIG_SOLARIS) | ||||||
| // Work around ugly bugs in glibc that mangle global register contents | // Work around ugly bugs in glibc that mangle global register contents | ||||||
| #undef env | #undef env | ||||||
| @@ -252,6 +256,7 @@ int cpu_exec(CPUState *env1) | |||||||
| #elif defined(TARGET_SH4) | #elif defined(TARGET_SH4) | ||||||
| #elif defined(TARGET_CRIS) | #elif defined(TARGET_CRIS) | ||||||
| #elif defined(TARGET_S390X) | #elif defined(TARGET_S390X) | ||||||
|  | #elif defined(TARGET_IA64) | ||||||
|     /* XXXXX */ |     /* XXXXX */ | ||||||
| #else | #else | ||||||
| #error unsupported target CPU | #error unsupported target CPU | ||||||
| @@ -319,6 +324,8 @@ int cpu_exec(CPUState *env1) | |||||||
|                     do_interrupt(env); |                     do_interrupt(env); | ||||||
| #elif defined(TARGET_M68K) | #elif defined(TARGET_M68K) | ||||||
|                     do_interrupt(0); |                     do_interrupt(0); | ||||||
|  | #elif defined(TARGET_IA64) | ||||||
|  | 		    do_interrupt(env); | ||||||
| #endif | #endif | ||||||
| #endif | #endif | ||||||
|                 } |                 } | ||||||
| @@ -674,6 +681,7 @@ int cpu_exec(CPUState *env1) | |||||||
| #elif defined(TARGET_MICROBLAZE) | #elif defined(TARGET_MICROBLAZE) | ||||||
| #elif defined(TARGET_MIPS) | #elif defined(TARGET_MIPS) | ||||||
| #elif defined(TARGET_SH4) | #elif defined(TARGET_SH4) | ||||||
|  | #elif defined(TARGET_IA64) | ||||||
| #elif defined(TARGET_ALPHA) | #elif defined(TARGET_ALPHA) | ||||||
| #elif defined(TARGET_CRIS) | #elif defined(TARGET_CRIS) | ||||||
| #elif defined(TARGET_S390X) | #elif defined(TARGET_S390X) | ||||||
|   | |||||||
							
								
								
									
										5
									
								
								cutils.c
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								cutils.c
									
									
									
									
									
								
							| @@ -218,6 +218,11 @@ void qemu_iovec_to_buffer(QEMUIOVector *qiov, void *buf) | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * No dma flushing needed here, as the aio code will call dma_bdrv_cb() | ||||||
|  |  * on completion as well, which will result in a call to | ||||||
|  |  * dma_bdrv_unmap() which will do the flushing .... | ||||||
|  |  */ | ||||||
| void qemu_iovec_from_buffer(QEMUIOVector *qiov, const void *buf, size_t count) | void qemu_iovec_from_buffer(QEMUIOVector *qiov, const void *buf, size_t count) | ||||||
| { | { | ||||||
|     const uint8_t *p = (const uint8_t *)buf; |     const uint8_t *p = (const uint8_t *)buf; | ||||||
|   | |||||||
| @@ -2,3 +2,4 @@ | |||||||
|  |  | ||||||
| CONFIG_USB_OHCI=y | CONFIG_USB_OHCI=y | ||||||
| CONFIG_PTIMER=y | CONFIG_PTIMER=y | ||||||
|  | CONFIG_ISA_MMIO=y | ||||||
|   | |||||||
| @@ -2,3 +2,4 @@ | |||||||
|  |  | ||||||
| CONFIG_USB_OHCI=y | CONFIG_USB_OHCI=y | ||||||
| CONFIG_PTIMER=y | CONFIG_PTIMER=y | ||||||
|  | CONFIG_ISA_MMIO=y | ||||||
|   | |||||||
| @@ -160,6 +160,10 @@ static BlockDriverAIOCB *dma_bdrv_io( | |||||||
|     dbs->is_write = is_write; |     dbs->is_write = is_write; | ||||||
|     dbs->bh = NULL; |     dbs->bh = NULL; | ||||||
|     qemu_iovec_init(&dbs->iov, sg->nsg); |     qemu_iovec_init(&dbs->iov, sg->nsg); | ||||||
|  |     /* | ||||||
|  |      * DMA flushing is handled in dma_bdrv_cb() calling dma_bdrv_unmap() | ||||||
|  |      * so we don't need to do that here. | ||||||
|  |      */ | ||||||
|     dma_bdrv_cb(dbs, 0); |     dma_bdrv_cb(dbs, 0); | ||||||
|     if (!dbs->acb) { |     if (!dbs->acb) { | ||||||
|         qemu_aio_release(dbs); |         qemu_aio_release(dbs); | ||||||
|   | |||||||
| @@ -69,9 +69,9 @@ extern int printf(const char *, ...); | |||||||
| #define AREG1 "r14" | #define AREG1 "r14" | ||||||
| #define AREG2 "r15" | #define AREG2 "r15" | ||||||
| #elif defined(__mips__) | #elif defined(__mips__) | ||||||
| #define AREG0 "fp" | #define AREG0 "s0" | ||||||
| #define AREG1 "s0" | #define AREG1 "s1" | ||||||
| #define AREG2 "s1" | #define AREG2 "fp" | ||||||
| #elif defined(__sparc__) | #elif defined(__sparc__) | ||||||
| #ifdef CONFIG_SOLARIS | #ifdef CONFIG_SOLARIS | ||||||
| #define AREG0 "g2" | #define AREG0 "g2" | ||||||
|   | |||||||
							
								
								
									
										172
									
								
								exec.c
									
									
									
									
									
								
							
							
						
						
									
										172
									
								
								exec.c
									
									
									
									
									
								
							| @@ -34,7 +34,13 @@ | |||||||
| #include "cpu.h" | #include "cpu.h" | ||||||
| #include "exec-all.h" | #include "exec-all.h" | ||||||
| #include "qemu-common.h" | #include "qemu-common.h" | ||||||
|  | #include "cache-utils.h" | ||||||
|  |  | ||||||
|  | #if !defined(TARGET_IA64) | ||||||
| #include "tcg.h" | #include "tcg.h" | ||||||
|  | #endif | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| #include "hw/hw.h" | #include "hw/hw.h" | ||||||
| #include "osdep.h" | #include "osdep.h" | ||||||
| #include "kvm.h" | #include "kvm.h" | ||||||
| @@ -74,6 +80,8 @@ | |||||||
| #define TARGET_PHYS_ADDR_SPACE_BITS 42 | #define TARGET_PHYS_ADDR_SPACE_BITS 42 | ||||||
| #elif defined(TARGET_I386) | #elif defined(TARGET_I386) | ||||||
| #define TARGET_PHYS_ADDR_SPACE_BITS 36 | #define TARGET_PHYS_ADDR_SPACE_BITS 36 | ||||||
|  | #elif defined(TARGET_IA64) | ||||||
|  | #define TARGET_PHYS_ADDR_SPACE_BITS 36 | ||||||
| #else | #else | ||||||
| #define TARGET_PHYS_ADDR_SPACE_BITS 32 | #define TARGET_PHYS_ADDR_SPACE_BITS 32 | ||||||
| #endif | #endif | ||||||
| @@ -111,6 +119,7 @@ uint8_t *code_gen_ptr; | |||||||
| #if !defined(CONFIG_USER_ONLY) | #if !defined(CONFIG_USER_ONLY) | ||||||
| int phys_ram_fd; | int phys_ram_fd; | ||||||
| uint8_t *phys_ram_dirty; | uint8_t *phys_ram_dirty; | ||||||
|  | uint8_t *bios_mem; | ||||||
| static int in_migration; | static int in_migration; | ||||||
|  |  | ||||||
| typedef struct RAMBlock { | typedef struct RAMBlock { | ||||||
| @@ -412,6 +421,9 @@ static uint8_t static_code_gen_buffer[DEFAULT_CODE_GEN_BUFFER_SIZE]; | |||||||
|  |  | ||||||
| static void code_gen_alloc(unsigned long tb_size) | static void code_gen_alloc(unsigned long tb_size) | ||||||
| { | { | ||||||
|  |     if (kvm_enabled()) | ||||||
|  |         return; | ||||||
|  |  | ||||||
| #ifdef USE_STATIC_CODE_GEN_BUFFER | #ifdef USE_STATIC_CODE_GEN_BUFFER | ||||||
|     code_gen_buffer = static_code_gen_buffer; |     code_gen_buffer = static_code_gen_buffer; | ||||||
|     code_gen_buffer_size = DEFAULT_CODE_GEN_BUFFER_SIZE; |     code_gen_buffer_size = DEFAULT_CODE_GEN_BUFFER_SIZE; | ||||||
| @@ -588,6 +600,11 @@ void cpu_exec_init(CPUState *env) | |||||||
|     env->numa_node = 0; |     env->numa_node = 0; | ||||||
|     QTAILQ_INIT(&env->breakpoints); |     QTAILQ_INIT(&env->breakpoints); | ||||||
|     QTAILQ_INIT(&env->watchpoints); |     QTAILQ_INIT(&env->watchpoints); | ||||||
|  | #ifdef __WIN32 | ||||||
|  |     env->thread_id = GetCurrentProcessId(); | ||||||
|  | #else | ||||||
|  |     env->thread_id = getpid(); | ||||||
|  | #endif | ||||||
|     *penv = env; |     *penv = env; | ||||||
| #if defined(CONFIG_USER_ONLY) | #if defined(CONFIG_USER_ONLY) | ||||||
|     cpu_list_unlock(); |     cpu_list_unlock(); | ||||||
| @@ -1553,6 +1570,8 @@ void cpu_interrupt(CPUState *env, int mask) | |||||||
|  |  | ||||||
|     old_mask = env->interrupt_request; |     old_mask = env->interrupt_request; | ||||||
|     env->interrupt_request |= mask; |     env->interrupt_request |= mask; | ||||||
|  |     if (kvm_enabled() && !kvm_irqchip_in_kernel()) | ||||||
|  | 	kvm_update_interrupt_request(env); | ||||||
|  |  | ||||||
| #ifndef CONFIG_USER_ONLY | #ifndef CONFIG_USER_ONLY | ||||||
|     /* |     /* | ||||||
| @@ -1880,7 +1899,6 @@ void cpu_physical_memory_reset_dirty(ram_addr_t start, ram_addr_t end, | |||||||
|  |  | ||||||
| int cpu_physical_memory_set_dirty_tracking(int enable) | int cpu_physical_memory_set_dirty_tracking(int enable) | ||||||
| { | { | ||||||
|     in_migration = enable; |  | ||||||
|     if (kvm_enabled()) { |     if (kvm_enabled()) { | ||||||
|         return kvm_set_migration_log(enable); |         return kvm_set_migration_log(enable); | ||||||
|     } |     } | ||||||
| @@ -2404,6 +2422,113 @@ void qemu_unregister_coalesced_mmio(target_phys_addr_t addr, ram_addr_t size) | |||||||
|         kvm_uncoalesce_mmio_region(addr, size); |         kvm_uncoalesce_mmio_region(addr, size); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #ifdef __linux__ | ||||||
|  |  | ||||||
|  | #include <sys/vfs.h> | ||||||
|  |  | ||||||
|  | #define HUGETLBFS_MAGIC       0x958458f6 | ||||||
|  |  | ||||||
|  | static long gethugepagesize(const char *path) | ||||||
|  | { | ||||||
|  |     struct statfs fs; | ||||||
|  |     int ret; | ||||||
|  |  | ||||||
|  |     do { | ||||||
|  | 	    ret = statfs(path, &fs); | ||||||
|  |     } while (ret != 0 && errno == EINTR); | ||||||
|  |  | ||||||
|  |     if (ret != 0) { | ||||||
|  | 	    perror("statfs"); | ||||||
|  | 	    return 0; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (fs.f_type != HUGETLBFS_MAGIC) | ||||||
|  | 	    fprintf(stderr, "Warning: path not on HugeTLBFS: %s\n", path); | ||||||
|  |  | ||||||
|  |     return fs.f_bsize; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void *file_ram_alloc(ram_addr_t memory, const char *path) | ||||||
|  | { | ||||||
|  |     char *filename; | ||||||
|  |     void *area; | ||||||
|  |     int fd; | ||||||
|  | #ifdef MAP_POPULATE | ||||||
|  |     int flags; | ||||||
|  | #endif | ||||||
|  |     unsigned long hpagesize; | ||||||
|  |     extern int mem_prealloc; | ||||||
|  |  | ||||||
|  |     if (!path) { | ||||||
|  |         return NULL; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     hpagesize = gethugepagesize(path); | ||||||
|  |     if (!hpagesize) { | ||||||
|  | 	return NULL; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (memory < hpagesize) { | ||||||
|  |         return NULL; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (kvm_enabled() && !kvm_has_sync_mmu()) { | ||||||
|  |         fprintf(stderr, "host lacks mmu notifiers, disabling --mem-path\n"); | ||||||
|  |         return NULL; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (asprintf(&filename, "%s/kvm.XXXXXX", path) == -1) { | ||||||
|  | 	return NULL; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     fd = mkstemp(filename); | ||||||
|  |     if (fd < 0) { | ||||||
|  | 	perror("mkstemp"); | ||||||
|  | 	free(filename); | ||||||
|  | 	return NULL; | ||||||
|  |     } | ||||||
|  |     unlink(filename); | ||||||
|  |     free(filename); | ||||||
|  |  | ||||||
|  |     memory = (memory+hpagesize-1) & ~(hpagesize-1); | ||||||
|  |  | ||||||
|  |     /* | ||||||
|  |      * ftruncate is not supported by hugetlbfs in older | ||||||
|  |      * hosts, so don't bother checking for errors. | ||||||
|  |      * If anything goes wrong with it under other filesystems, | ||||||
|  |      * mmap will fail. | ||||||
|  |      */ | ||||||
|  |     ftruncate(fd, memory); | ||||||
|  |  | ||||||
|  | #ifdef MAP_POPULATE | ||||||
|  |     /* NB: MAP_POPULATE won't exhaustively alloc all phys pages in the case | ||||||
|  |      * MAP_PRIVATE is requested.  For mem_prealloc we mmap as MAP_SHARED | ||||||
|  |      * to sidestep this quirk. | ||||||
|  |      */ | ||||||
|  |     flags = mem_prealloc ? MAP_POPULATE|MAP_SHARED : MAP_PRIVATE; | ||||||
|  |     area = mmap(0, memory, PROT_READ|PROT_WRITE, flags, fd, 0); | ||||||
|  | #else | ||||||
|  |     area = mmap(0, memory, PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0); | ||||||
|  | #endif | ||||||
|  |     if (area == MAP_FAILED) { | ||||||
|  | 	perror("alloc_mem_area: can't mmap hugetlbfs pages"); | ||||||
|  | 	close(fd); | ||||||
|  | 	return (NULL); | ||||||
|  |     } | ||||||
|  |     return area; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | #else | ||||||
|  |  | ||||||
|  | static void *file_ram_alloc(ram_addr_t memory, const char *path) | ||||||
|  | { | ||||||
|  |     return NULL; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | #endif | ||||||
|  |  | ||||||
|  | extern const char *mem_path; | ||||||
|  |  | ||||||
| ram_addr_t qemu_ram_alloc(ram_addr_t size) | ram_addr_t qemu_ram_alloc(ram_addr_t size) | ||||||
| { | { | ||||||
|     RAMBlock *new_block; |     RAMBlock *new_block; | ||||||
| @@ -2411,16 +2536,20 @@ ram_addr_t qemu_ram_alloc(ram_addr_t size) | |||||||
|     size = TARGET_PAGE_ALIGN(size); |     size = TARGET_PAGE_ALIGN(size); | ||||||
|     new_block = qemu_malloc(sizeof(*new_block)); |     new_block = qemu_malloc(sizeof(*new_block)); | ||||||
|  |  | ||||||
|  |     new_block->host = file_ram_alloc(size, mem_path); | ||||||
|  |     if (!new_block->host) { | ||||||
| #if defined(TARGET_S390X) && defined(CONFIG_KVM) | #if defined(TARGET_S390X) && defined(CONFIG_KVM) | ||||||
|     /* XXX S390 KVM requires the topmost vma of the RAM to be < 256GB */ |     /* XXX S390 KVM requires the topmost vma of the RAM to be < 256GB */ | ||||||
|     new_block->host = mmap((void*)0x1000000, size, PROT_EXEC|PROT_READ|PROT_WRITE, |         new_block->host = mmap((void*)0x1000000, size, | ||||||
|                            MAP_SHARED | MAP_ANONYMOUS, -1, 0); |                                PROT_EXEC|PROT_READ|PROT_WRITE, | ||||||
|  |                                MAP_SHARED | MAP_ANONYMOUS, -1, 0); | ||||||
| #else | #else | ||||||
|     new_block->host = qemu_vmalloc(size); |         new_block->host = qemu_vmalloc(size); | ||||||
| #endif | #endif | ||||||
| #ifdef MADV_MERGEABLE | #ifdef MADV_MERGEABLE | ||||||
|     madvise(new_block->host, size, MADV_MERGEABLE); |         madvise(new_block->host, size, MADV_MERGEABLE); | ||||||
| #endif | #endif | ||||||
|  |     } | ||||||
|     new_block->offset = last_ram_offset; |     new_block->offset = last_ram_offset; | ||||||
|     new_block->length = size; |     new_block->length = size; | ||||||
|  |  | ||||||
| @@ -2482,9 +2611,7 @@ void *qemu_get_ram_ptr(ram_addr_t addr) | |||||||
|     return block->host + (addr - block->offset); |     return block->host + (addr - block->offset); | ||||||
| } | } | ||||||
|  |  | ||||||
| /* Some of the softmmu routines need to translate from a host pointer | int do_qemu_ram_addr_from_host(void *ptr, ram_addr_t *ram_addr) | ||||||
|    (typically a TLB entry) back to a ram offset.  */ |  | ||||||
| ram_addr_t qemu_ram_addr_from_host(void *ptr) |  | ||||||
| { | { | ||||||
|     RAMBlock *prev; |     RAMBlock *prev; | ||||||
|     RAMBlock **prevp; |     RAMBlock **prevp; | ||||||
| @@ -2501,11 +2628,23 @@ ram_addr_t qemu_ram_addr_from_host(void *ptr) | |||||||
|         prev = block; |         prev = block; | ||||||
|         block = block->next; |         block = block->next; | ||||||
|     } |     } | ||||||
|     if (!block) { |     if (!block) | ||||||
|  |         return -1; | ||||||
|  |     *ram_addr = block->offset + (host - block->host); | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* Some of the softmmu routines need to translate from a host pointer | ||||||
|  |    (typically a TLB entry) back to a ram offset.  */ | ||||||
|  | ram_addr_t qemu_ram_addr_from_host(void *ptr) | ||||||
|  | { | ||||||
|  |     ram_addr_t ram_addr; | ||||||
|  |  | ||||||
|  |     if (do_qemu_ram_addr_from_host(ptr, &ram_addr)) { | ||||||
|         fprintf(stderr, "Bad ram pointer %p\n", ptr); |         fprintf(stderr, "Bad ram pointer %p\n", ptr); | ||||||
|         abort(); |         abort(); | ||||||
|     } |     } | ||||||
|     return block->offset + (host - block->host); |     return ram_addr; | ||||||
| } | } | ||||||
|  |  | ||||||
| static uint32_t unassigned_mem_readb(void *opaque, target_phys_addr_t addr) | static uint32_t unassigned_mem_readb(void *opaque, target_phys_addr_t addr) | ||||||
| @@ -3091,6 +3230,11 @@ void cpu_physical_memory_rw(target_phys_addr_t addr, uint8_t *buf, | |||||||
|                     phys_ram_dirty[addr1 >> TARGET_PAGE_BITS] |= |                     phys_ram_dirty[addr1 >> TARGET_PAGE_BITS] |= | ||||||
|                         (0xff & ~CODE_DIRTY_FLAG); |                         (0xff & ~CODE_DIRTY_FLAG); | ||||||
|                 } |                 } | ||||||
|  | 		/* qemu doesn't execute guest code directly, but kvm does | ||||||
|  | 		   therefore flush instruction caches */ | ||||||
|  | 		if (kvm_enabled()) | ||||||
|  | 		    flush_icache_range((unsigned long)ptr, | ||||||
|  | 				       ((unsigned long)ptr)+l); | ||||||
|             } |             } | ||||||
|         } else { |         } else { | ||||||
|             if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM && |             if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM && | ||||||
| @@ -3283,6 +3427,8 @@ void *cpu_physical_memory_map(target_phys_addr_t addr, | |||||||
| void cpu_physical_memory_unmap(void *buffer, target_phys_addr_t len, | void cpu_physical_memory_unmap(void *buffer, target_phys_addr_t len, | ||||||
|                                int is_write, target_phys_addr_t access_len) |                                int is_write, target_phys_addr_t access_len) | ||||||
| { | { | ||||||
|  |     unsigned long flush_len = (unsigned long)access_len; | ||||||
|  |  | ||||||
|     if (buffer != bounce.buffer) { |     if (buffer != bounce.buffer) { | ||||||
|         if (is_write) { |         if (is_write) { | ||||||
|             ram_addr_t addr1 = qemu_ram_addr_from_host(buffer); |             ram_addr_t addr1 = qemu_ram_addr_from_host(buffer); | ||||||
| @@ -3300,7 +3446,9 @@ void cpu_physical_memory_unmap(void *buffer, target_phys_addr_t len, | |||||||
|                 } |                 } | ||||||
|                 addr1 += l; |                 addr1 += l; | ||||||
|                 access_len -= l; |                 access_len -= l; | ||||||
|             } | 	    } | ||||||
|  | 	    dma_flush_range((unsigned long)buffer, | ||||||
|  | 			    (unsigned long)buffer + flush_len); | ||||||
|         } |         } | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
| @@ -3668,7 +3816,9 @@ void dump_exec_info(FILE *f, | |||||||
|     cpu_fprintf(f, "TB flush count      %d\n", tb_flush_count); |     cpu_fprintf(f, "TB flush count      %d\n", tb_flush_count); | ||||||
|     cpu_fprintf(f, "TB invalidate count %d\n", tb_phys_invalidate_count); |     cpu_fprintf(f, "TB invalidate count %d\n", tb_phys_invalidate_count); | ||||||
|     cpu_fprintf(f, "TLB flush count     %d\n", tlb_flush_count); |     cpu_fprintf(f, "TLB flush count     %d\n", tlb_flush_count); | ||||||
|  | #ifdef CONFIG_PROFILER | ||||||
|     tcg_dump_info(f, cpu_fprintf); |     tcg_dump_info(f, cpu_fprintf); | ||||||
|  | #endif | ||||||
| } | } | ||||||
|  |  | ||||||
| #if !defined(CONFIG_USER_ONLY) | #if !defined(CONFIG_USER_ONLY) | ||||||
|   | |||||||
| @@ -5,6 +5,7 @@ | |||||||
| #if defined(CONFIG_SOLARIS) | #if defined(CONFIG_SOLARIS) | ||||||
| #include <fenv.h> | #include <fenv.h> | ||||||
| #endif | #endif | ||||||
|  | #include "config-host.h" | ||||||
|  |  | ||||||
| void set_float_rounding_mode(int val STATUS_PARAM) | void set_float_rounding_mode(int val STATUS_PARAM) | ||||||
| { | { | ||||||
|   | |||||||
| @@ -34,6 +34,7 @@ | |||||||
| #include "sysemu.h" | #include "sysemu.h" | ||||||
| #include "gdbstub.h" | #include "gdbstub.h" | ||||||
| #endif | #endif | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| #define MAX_PACKET_LENGTH 4096 | #define MAX_PACKET_LENGTH 4096 | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										71
									
								
								hw/acpi.c
									
									
									
									
									
								
							
							
						
						
									
										71
									
								
								hw/acpi.c
									
									
									
									
									
								
							| @@ -23,6 +23,8 @@ | |||||||
| #include "i2c.h" | #include "i2c.h" | ||||||
| #include "smbus.h" | #include "smbus.h" | ||||||
| #include "kvm.h" | #include "kvm.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  | #include "string.h" | ||||||
|  |  | ||||||
| //#define DEBUG | //#define DEBUG | ||||||
|  |  | ||||||
| @@ -521,6 +523,13 @@ i2c_bus *piix4_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base, | |||||||
|  |  | ||||||
|     pci_conf[0x40] = 0x01; /* PM io base read only bit */ |     pci_conf[0x40] = 0x01; /* PM io base read only bit */ | ||||||
|  |  | ||||||
|  | #if defined(TARGET_IA64) | ||||||
|  |     pci_conf[0x40] = 0x41; /* PM io base read only bit */ | ||||||
|  |     pci_conf[0x41] = 0x1f; | ||||||
|  |     pm_write_config(s, 0x80, 0x01, 1); /*Set default pm_io_base 0x1f40*/ | ||||||
|  |     s->pmcntrl = SCI_EN; | ||||||
|  | #endif | ||||||
|  |  | ||||||
|     register_ioport_write(0xb2, 2, 1, pm_smi_writeb, s); |     register_ioport_write(0xb2, 2, 1, pm_smi_writeb, s); | ||||||
|     register_ioport_read(0xb2, 2, 1, pm_smi_readb, s); |     register_ioport_read(0xb2, 2, 1, pm_smi_readb, s); | ||||||
|  |  | ||||||
| @@ -559,12 +568,14 @@ i2c_bus *piix4_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base, | |||||||
| } | } | ||||||
|  |  | ||||||
| #define GPE_BASE 0xafe0 | #define GPE_BASE 0xafe0 | ||||||
|  | #define PROC_BASE 0xaf00 | ||||||
| #define PCI_BASE 0xae00 | #define PCI_BASE 0xae00 | ||||||
| #define PCI_EJ_BASE 0xae08 | #define PCI_EJ_BASE 0xae08 | ||||||
|  |  | ||||||
| struct gpe_regs { | struct gpe_regs { | ||||||
|     uint16_t sts; /* status */ |     uint16_t sts; /* status */ | ||||||
|     uint16_t en;  /* enabled */ |     uint16_t en;  /* enabled */ | ||||||
|  |     uint8_t cpus_sts[32]; | ||||||
| }; | }; | ||||||
|  |  | ||||||
| struct pci_status { | struct pci_status { | ||||||
| @@ -587,6 +598,10 @@ static uint32_t gpe_readb(void *opaque, uint32_t addr) | |||||||
|     uint32_t val = 0; |     uint32_t val = 0; | ||||||
|     struct gpe_regs *g = opaque; |     struct gpe_regs *g = opaque; | ||||||
|     switch (addr) { |     switch (addr) { | ||||||
|  |         case PROC_BASE ... PROC_BASE+31: | ||||||
|  |             val = g->cpus_sts[addr - PROC_BASE]; | ||||||
|  |             break; | ||||||
|  |  | ||||||
|         case GPE_BASE: |         case GPE_BASE: | ||||||
|         case GPE_BASE + 1: |         case GPE_BASE + 1: | ||||||
|             val = gpe_read_val(g->sts, addr); |             val = gpe_read_val(g->sts, addr); | ||||||
| @@ -629,6 +644,10 @@ static void gpe_writeb(void *opaque, uint32_t addr, uint32_t val) | |||||||
| { | { | ||||||
|     struct gpe_regs *g = opaque; |     struct gpe_regs *g = opaque; | ||||||
|     switch (addr) { |     switch (addr) { | ||||||
|  |         case PROC_BASE ... PROC_BASE + 31: | ||||||
|  |             /* don't allow to change cpus_sts from inside a guest */ | ||||||
|  |             break; | ||||||
|  |  | ||||||
|         case GPE_BASE: |         case GPE_BASE: | ||||||
|         case GPE_BASE + 1: |         case GPE_BASE + 1: | ||||||
|             gpe_reset_val(&g->sts, addr, val); |             gpe_reset_val(&g->sts, addr, val); | ||||||
| @@ -712,22 +731,72 @@ static void pciej_write(void *opaque, uint32_t addr, uint32_t val) | |||||||
| #endif | #endif | ||||||
| } | } | ||||||
|  |  | ||||||
|  | static const char *model; | ||||||
|  |  | ||||||
| static int piix4_device_hotplug(PCIDevice *dev, int state); | static int piix4_device_hotplug(PCIDevice *dev, int state); | ||||||
|  |  | ||||||
| void piix4_acpi_system_hot_add_init(PCIBus *bus) | void piix4_acpi_system_hot_add_init(PCIBus *bus, const char *cpu_model) | ||||||
| { | { | ||||||
|  |     int i = 0, cpus = smp_cpus; | ||||||
|  |  | ||||||
|  |     while (cpus > 0) { | ||||||
|  |         gpe.cpus_sts[i++] = (cpus < 8) ? (1 << cpus) - 1 : 0xff; | ||||||
|  |         cpus -= 8; | ||||||
|  |     } | ||||||
|     register_ioport_write(GPE_BASE, 4, 1, gpe_writeb, &gpe); |     register_ioport_write(GPE_BASE, 4, 1, gpe_writeb, &gpe); | ||||||
|     register_ioport_read(GPE_BASE, 4, 1,  gpe_readb, &gpe); |     register_ioport_read(GPE_BASE, 4, 1,  gpe_readb, &gpe); | ||||||
|  |  | ||||||
|  |     register_ioport_write(PROC_BASE, 32, 1, gpe_writeb, &gpe); | ||||||
|  |     register_ioport_read(PROC_BASE, 32, 1,  gpe_readb, &gpe); | ||||||
|  |  | ||||||
|     register_ioport_write(PCI_BASE, 8, 4, pcihotplug_write, &pci0_status); |     register_ioport_write(PCI_BASE, 8, 4, pcihotplug_write, &pci0_status); | ||||||
|     register_ioport_read(PCI_BASE, 8, 4,  pcihotplug_read, &pci0_status); |     register_ioport_read(PCI_BASE, 8, 4,  pcihotplug_read, &pci0_status); | ||||||
|  |  | ||||||
|     register_ioport_write(PCI_EJ_BASE, 4, 4, pciej_write, bus); |     register_ioport_write(PCI_EJ_BASE, 4, 4, pciej_write, bus); | ||||||
|     register_ioport_read(PCI_EJ_BASE, 4, 4,  pciej_read, bus); |     register_ioport_read(PCI_EJ_BASE, 4, 4,  pciej_read, bus); | ||||||
|  |  | ||||||
|  |     model = cpu_model; | ||||||
|  |  | ||||||
|     pci_bus_hotplug(bus, piix4_device_hotplug); |     pci_bus_hotplug(bus, piix4_device_hotplug); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #if defined(TARGET_I386) | ||||||
|  | static void enable_processor(struct gpe_regs *g, int cpu) | ||||||
|  | { | ||||||
|  |     g->sts |= 4; | ||||||
|  |     g->cpus_sts[cpu/8] |= (1 << (cpu%8)); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void disable_processor(struct gpe_regs *g, int cpu) | ||||||
|  | { | ||||||
|  |     g->sts |= 4; | ||||||
|  |     g->cpus_sts[cpu/8] &= ~(1 << (cpu%8)); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | void qemu_system_cpu_hot_add(int cpu, int state) | ||||||
|  | { | ||||||
|  |     CPUState *env; | ||||||
|  |  | ||||||
|  |     if (state && !qemu_get_cpu(cpu)) { | ||||||
|  |         env = pc_new_cpu(model); | ||||||
|  |         if (!env) { | ||||||
|  |             fprintf(stderr, "cpu %d creation failed\n", cpu); | ||||||
|  |             return; | ||||||
|  |         } | ||||||
|  |         env->cpuid_apic_id = cpu; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (state) | ||||||
|  |         enable_processor(&gpe, cpu); | ||||||
|  |     else | ||||||
|  |         disable_processor(&gpe, cpu); | ||||||
|  |     if (gpe.en & 4) { | ||||||
|  |         qemu_set_irq(pm_state->irq, 1); | ||||||
|  |         qemu_set_irq(pm_state->irq, 0); | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
| static void enable_device(struct pci_status *p, struct gpe_regs *g, int slot) | static void enable_device(struct pci_status *p, struct gpe_regs *g, int slot) | ||||||
| { | { | ||||||
|     g->sts |= 2; |     g->sts |= 2; | ||||||
|   | |||||||
							
								
								
									
										144
									
								
								hw/apic.c
									
									
									
									
									
								
							
							
						
						
									
										144
									
								
								hw/apic.c
									
									
									
									
									
								
							| @@ -24,6 +24,8 @@ | |||||||
| #include "host-utils.h" | #include "host-utils.h" | ||||||
| #include "kvm.h" | #include "kvm.h" | ||||||
|  |  | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| //#define DEBUG_APIC | //#define DEBUG_APIC | ||||||
|  |  | ||||||
| /* APIC Local Vector Table */ | /* APIC Local Vector Table */ | ||||||
| @@ -299,8 +301,11 @@ void cpu_set_apic_base(CPUState *env, uint64_t val) | |||||||
| #endif | #endif | ||||||
|     if (!s) |     if (!s) | ||||||
|         return; |         return; | ||||||
|     s->apicbase = (val & 0xfffff000) | |     if (kvm_enabled() && kvm_irqchip_in_kernel()) | ||||||
|         (s->apicbase & (MSR_IA32_APICBASE_BSP | MSR_IA32_APICBASE_ENABLE)); |         s->apicbase = val; | ||||||
|  |     else | ||||||
|  |         s->apicbase = (val & 0xfffff000) | | ||||||
|  |             (s->apicbase & (MSR_IA32_APICBASE_BSP | MSR_IA32_APICBASE_ENABLE)); | ||||||
|     /* if disabled, cannot be enabled again */ |     /* if disabled, cannot be enabled again */ | ||||||
|     if (!(val & MSR_IA32_APICBASE_ENABLE)) { |     if (!(val & MSR_IA32_APICBASE_ENABLE)) { | ||||||
|         s->apicbase &= ~MSR_IA32_APICBASE_ENABLE; |         s->apicbase &= ~MSR_IA32_APICBASE_ENABLE; | ||||||
| @@ -393,6 +398,11 @@ int apic_get_irq_delivered(void) | |||||||
|     return apic_irq_delivered; |     return apic_irq_delivered; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | void apic_set_irq_delivered(void) | ||||||
|  | { | ||||||
|  |     apic_irq_delivered = 1; | ||||||
|  | } | ||||||
|  |  | ||||||
| static void apic_set_irq(APICState *s, int vector_num, int trigger_mode) | static void apic_set_irq(APICState *s, int vector_num, int trigger_mode) | ||||||
| { | { | ||||||
|     apic_irq_delivered += !get_bit(s->irr, vector_num); |     apic_irq_delivered += !get_bit(s->irr, vector_num); | ||||||
| @@ -478,6 +488,7 @@ void apic_init_reset(CPUState *env) | |||||||
|     if (!s) |     if (!s) | ||||||
|         return; |         return; | ||||||
|  |  | ||||||
|  |     cpu_synchronize_state(env); | ||||||
|     s->tpr = 0; |     s->tpr = 0; | ||||||
|     s->spurious_vec = 0xff; |     s->spurious_vec = 0xff; | ||||||
|     s->log_dest = 0; |     s->log_dest = 0; | ||||||
| @@ -497,6 +508,13 @@ void apic_init_reset(CPUState *env) | |||||||
|     s->wait_for_sipi = 1; |     s->wait_for_sipi = 1; | ||||||
|  |  | ||||||
|     env->halted = !(s->apicbase & MSR_IA32_APICBASE_BSP); |     env->halted = !(s->apicbase & MSR_IA32_APICBASE_BSP); | ||||||
|  | #ifdef KVM_CAP_MP_STATE | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         env->mp_state | ||||||
|  |             = env->halted ? KVM_MP_STATE_UNINITIALIZED : KVM_MP_STATE_RUNNABLE; | ||||||
|  |         kvm_load_mpstate(env); | ||||||
|  |     } | ||||||
|  | #endif | ||||||
| } | } | ||||||
|  |  | ||||||
| static void apic_startup(APICState *s, int vector_num) | static void apic_startup(APICState *s, int vector_num) | ||||||
| @@ -864,6 +882,115 @@ static void apic_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val) | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  |  | ||||||
|  | static inline uint32_t kapic_reg(struct kvm_lapic_state *kapic, int reg_id) | ||||||
|  | { | ||||||
|  |     return *((uint32_t *) (kapic->regs + (reg_id << 4))); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static inline void kapic_set_reg(struct kvm_lapic_state *kapic, | ||||||
|  |                                  int reg_id, uint32_t val) | ||||||
|  | { | ||||||
|  |     *((uint32_t *) (kapic->regs + (reg_id << 4))) = val; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void kvm_kernel_lapic_save_to_user(APICState *s) | ||||||
|  | { | ||||||
|  |     struct kvm_lapic_state apic; | ||||||
|  |     struct kvm_lapic_state *kapic = &apic; | ||||||
|  |     int i, v; | ||||||
|  |  | ||||||
|  |     kvm_get_lapic(s->cpu_env, kapic); | ||||||
|  |  | ||||||
|  |     s->id = kapic_reg(kapic, 0x2) >> 24; | ||||||
|  |     s->tpr = kapic_reg(kapic, 0x8); | ||||||
|  |     s->arb_id = kapic_reg(kapic, 0x9); | ||||||
|  |     s->log_dest = kapic_reg(kapic, 0xd) >> 24; | ||||||
|  |     s->dest_mode = kapic_reg(kapic, 0xe) >> 28; | ||||||
|  |     s->spurious_vec = kapic_reg(kapic, 0xf); | ||||||
|  |     for (i = 0; i < 8; i++) { | ||||||
|  |         s->isr[i] = kapic_reg(kapic, 0x10 + i); | ||||||
|  |         s->tmr[i] = kapic_reg(kapic, 0x18 + i); | ||||||
|  |         s->irr[i] = kapic_reg(kapic, 0x20 + i); | ||||||
|  |     } | ||||||
|  |     s->esr = kapic_reg(kapic, 0x28); | ||||||
|  |     s->icr[0] = kapic_reg(kapic, 0x30); | ||||||
|  |     s->icr[1] = kapic_reg(kapic, 0x31); | ||||||
|  |     for (i = 0; i < APIC_LVT_NB; i++) | ||||||
|  | 	s->lvt[i] = kapic_reg(kapic, 0x32 + i); | ||||||
|  |     s->initial_count = kapic_reg(kapic, 0x38); | ||||||
|  |     s->divide_conf = kapic_reg(kapic, 0x3e); | ||||||
|  |  | ||||||
|  |     v = (s->divide_conf & 3) | ((s->divide_conf >> 1) & 4); | ||||||
|  |     s->count_shift = (v + 1) & 7; | ||||||
|  |  | ||||||
|  |     s->initial_count_load_time = qemu_get_clock(vm_clock); | ||||||
|  |     apic_timer_update(s, s->initial_count_load_time); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void kvm_kernel_lapic_load_from_user(APICState *s) | ||||||
|  | { | ||||||
|  |     struct kvm_lapic_state apic; | ||||||
|  |     struct kvm_lapic_state *klapic = &apic; | ||||||
|  |     int i; | ||||||
|  |  | ||||||
|  |     memset(klapic, 0, sizeof apic); | ||||||
|  |     kapic_set_reg(klapic, 0x2, s->id << 24); | ||||||
|  |     kapic_set_reg(klapic, 0x8, s->tpr); | ||||||
|  |     kapic_set_reg(klapic, 0xd, s->log_dest << 24); | ||||||
|  |     kapic_set_reg(klapic, 0xe, s->dest_mode << 28 | 0x0fffffff); | ||||||
|  |     kapic_set_reg(klapic, 0xf, s->spurious_vec); | ||||||
|  |     for (i = 0; i < 8; i++) { | ||||||
|  |         kapic_set_reg(klapic, 0x10 + i, s->isr[i]); | ||||||
|  |         kapic_set_reg(klapic, 0x18 + i, s->tmr[i]); | ||||||
|  |         kapic_set_reg(klapic, 0x20 + i, s->irr[i]); | ||||||
|  |     } | ||||||
|  |     kapic_set_reg(klapic, 0x28, s->esr); | ||||||
|  |     kapic_set_reg(klapic, 0x30, s->icr[0]); | ||||||
|  |     kapic_set_reg(klapic, 0x31, s->icr[1]); | ||||||
|  |     for (i = 0; i < APIC_LVT_NB; i++) | ||||||
|  |         kapic_set_reg(klapic, 0x32 + i, s->lvt[i]); | ||||||
|  |     kapic_set_reg(klapic, 0x38, s->initial_count); | ||||||
|  |     kapic_set_reg(klapic, 0x3e, s->divide_conf); | ||||||
|  |  | ||||||
|  |     kvm_set_lapic(s->cpu_env, klapic); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | #endif | ||||||
|  |  | ||||||
|  | void qemu_kvm_load_lapic(CPUState *env) | ||||||
|  | { | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  |     if (kvm_enabled() && kvm_vcpu_inited(env) && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_kernel_lapic_load_from_user(env->apic_state); | ||||||
|  |     } | ||||||
|  | #endif | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void apic_pre_save(void *opaque) | ||||||
|  | { | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  |     APICState *s = (void *)opaque; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_kernel_lapic_save_to_user(s); | ||||||
|  |     } | ||||||
|  | #endif | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int apic_post_load(void *opaque, int version_id) | ||||||
|  | { | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  |     APICState *s = opaque; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_kernel_lapic_load_from_user(s); | ||||||
|  |     } | ||||||
|  | #endif | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
| /* This function is only used for old state version 1 and 2 */ | /* This function is only used for old state version 1 and 2 */ | ||||||
| static int apic_load_old(QEMUFile *f, void *opaque, int version_id) | static int apic_load_old(QEMUFile *f, void *opaque, int version_id) | ||||||
| { | { | ||||||
| @@ -900,6 +1027,9 @@ static int apic_load_old(QEMUFile *f, void *opaque, int version_id) | |||||||
|  |  | ||||||
|     if (version_id >= 2) |     if (version_id >= 2) | ||||||
|         qemu_get_timer(f, s->timer); |         qemu_get_timer(f, s->timer); | ||||||
|  |  | ||||||
|  |     qemu_kvm_load_lapic(s->cpu_env); | ||||||
|  |  | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -930,7 +1060,9 @@ static const VMStateDescription vmstate_apic = { | |||||||
|         VMSTATE_INT64(next_time, APICState), |         VMSTATE_INT64(next_time, APICState), | ||||||
|         VMSTATE_TIMER(timer, APICState), |         VMSTATE_TIMER(timer, APICState), | ||||||
|         VMSTATE_END_OF_LIST() |         VMSTATE_END_OF_LIST() | ||||||
|     } |     }, | ||||||
|  |     .pre_save = apic_pre_save, | ||||||
|  |     .post_load = apic_post_load, | ||||||
| }; | }; | ||||||
|  |  | ||||||
| static void apic_reset(void *opaque) | static void apic_reset(void *opaque) | ||||||
| @@ -955,6 +1087,7 @@ static void apic_reset(void *opaque) | |||||||
|          */ |          */ | ||||||
|         s->lvt[APIC_LVT_LINT0] = 0x700; |         s->lvt[APIC_LVT_LINT0] = 0x700; | ||||||
|     } |     } | ||||||
|  |     qemu_kvm_load_lapic(s->cpu_env); | ||||||
| } | } | ||||||
|  |  | ||||||
| static CPUReadMemoryFunc * const apic_mem_read[3] = { | static CPUReadMemoryFunc * const apic_mem_read[3] = { | ||||||
| @@ -998,6 +1131,11 @@ int apic_init(CPUState *env) | |||||||
|     vmstate_register(s->idx, &vmstate_apic, s); |     vmstate_register(s->idx, &vmstate_apic, s); | ||||||
|     qemu_register_reset(apic_reset, s); |     qemu_register_reset(apic_reset, s); | ||||||
|  |  | ||||||
|  |     /* apic_reset must be called before the vcpu threads are initialized and load | ||||||
|  |      * registers, in qemu-kvm. | ||||||
|  |      */ | ||||||
|  |     apic_reset(s); | ||||||
|  |  | ||||||
|     local_apics[s->idx] = s; |     local_apics[s->idx] = s; | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|   | |||||||
| @@ -71,7 +71,7 @@ static void arm_timer_recalibrate(arm_timer_state *s, int reload) | |||||||
| { | { | ||||||
|     uint32_t limit; |     uint32_t limit; | ||||||
|  |  | ||||||
|     if ((s->control & TIMER_CTRL_PERIODIC) == 0) { |     if ((s->control & (TIMER_CTRL_PERIODIC | TIMER_CTRL_ONESHOT)) == 0) { | ||||||
|         /* Free running.  */ |         /* Free running.  */ | ||||||
|         if (s->control & TIMER_CTRL_32BIT) |         if (s->control & TIMER_CTRL_32BIT) | ||||||
|             limit = 0xffffffff; |             limit = 0xffffffff; | ||||||
| @@ -113,7 +113,7 @@ static void arm_timer_write(void *opaque, target_phys_addr_t offset, | |||||||
|         case 1: freq >>= 4; break; |         case 1: freq >>= 4; break; | ||||||
|         case 2: freq >>= 8; break; |         case 2: freq >>= 8; break; | ||||||
|         } |         } | ||||||
|         arm_timer_recalibrate(s, 0); |         arm_timer_recalibrate(s, s->control & TIMER_CTRL_ENABLE); | ||||||
|         ptimer_set_freq(s->timer, freq); |         ptimer_set_freq(s->timer, freq); | ||||||
|         if (s->control & TIMER_CTRL_ENABLE) { |         if (s->control & TIMER_CTRL_ENABLE) { | ||||||
|             /* Restart the timer if still enabled.  */ |             /* Restart the timer if still enabled.  */ | ||||||
|   | |||||||
| @@ -32,6 +32,7 @@ | |||||||
| #include "console.h" | #include "console.h" | ||||||
| #include "vga_int.h" | #include "vga_int.h" | ||||||
| #include "kvm.h" | #include "kvm.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
| #include "loader.h" | #include "loader.h" | ||||||
|  |  | ||||||
| /* | /* | ||||||
| @@ -2552,6 +2553,7 @@ static CPUWriteMemoryFunc * const cirrus_linear_bitblt_write[3] = { | |||||||
|  |  | ||||||
| static void map_linear_vram(CirrusVGAState *s) | static void map_linear_vram(CirrusVGAState *s) | ||||||
| { | { | ||||||
|  |     vga_dirty_log_stop(&s->vga); | ||||||
|     if (!s->vga.map_addr && s->vga.lfb_addr && s->vga.lfb_end) { |     if (!s->vga.map_addr && s->vga.lfb_addr && s->vga.lfb_end) { | ||||||
|         s->vga.map_addr = s->vga.lfb_addr; |         s->vga.map_addr = s->vga.lfb_addr; | ||||||
|         s->vga.map_end = s->vga.lfb_end; |         s->vga.map_end = s->vga.lfb_end; | ||||||
| @@ -2561,13 +2563,19 @@ static void map_linear_vram(CirrusVGAState *s) | |||||||
|     if (!s->vga.map_addr) |     if (!s->vga.map_addr) | ||||||
|         return; |         return; | ||||||
|  |  | ||||||
|  | #ifndef TARGET_IA64 | ||||||
|     s->vga.lfb_vram_mapped = 0; |     s->vga.lfb_vram_mapped = 0; | ||||||
|  |  | ||||||
|  |     cpu_register_physical_memory(isa_mem_base + 0xa0000, 0x8000, | ||||||
|  |                                 (s->vga.vram_offset + s->cirrus_bank_base[0]) | IO_MEM_UNASSIGNED); | ||||||
|  |     cpu_register_physical_memory(isa_mem_base + 0xa8000, 0x8000, | ||||||
|  |                                 (s->vga.vram_offset + s->cirrus_bank_base[1]) | IO_MEM_UNASSIGNED); | ||||||
|     if (!(s->cirrus_srcptr != s->cirrus_srcptr_end) |     if (!(s->cirrus_srcptr != s->cirrus_srcptr_end) | ||||||
|         && !((s->vga.sr[0x07] & 0x01) == 0) |         && !((s->vga.sr[0x07] & 0x01) == 0) | ||||||
|         && !((s->vga.gr[0x0B] & 0x14) == 0x14) |         && !((s->vga.gr[0x0B] & 0x14) == 0x14) | ||||||
|         && !(s->vga.gr[0x0B] & 0x02)) { |         && !(s->vga.gr[0x0B] & 0x02)) { | ||||||
|  |  | ||||||
|  |         vga_dirty_log_stop(&s->vga); | ||||||
|         cpu_register_physical_memory(isa_mem_base + 0xa0000, 0x8000, |         cpu_register_physical_memory(isa_mem_base + 0xa0000, 0x8000, | ||||||
|                                     (s->vga.vram_offset + s->cirrus_bank_base[0]) | IO_MEM_RAM); |                                     (s->vga.vram_offset + s->cirrus_bank_base[0]) | IO_MEM_RAM); | ||||||
|         cpu_register_physical_memory(isa_mem_base + 0xa8000, 0x8000, |         cpu_register_physical_memory(isa_mem_base + 0xa8000, 0x8000, | ||||||
| @@ -2579,12 +2587,14 @@ static void map_linear_vram(CirrusVGAState *s) | |||||||
|         cpu_register_physical_memory(isa_mem_base + 0xa0000, 0x20000, |         cpu_register_physical_memory(isa_mem_base + 0xa0000, 0x20000, | ||||||
|                                      s->vga.vga_io_memory); |                                      s->vga.vga_io_memory); | ||||||
|     } |     } | ||||||
|  | #endif | ||||||
|  |  | ||||||
|     vga_dirty_log_start(&s->vga); |     vga_dirty_log_start(&s->vga); | ||||||
| } | } | ||||||
|  |  | ||||||
| static void unmap_linear_vram(CirrusVGAState *s) | static void unmap_linear_vram(CirrusVGAState *s) | ||||||
| { | { | ||||||
|  |     vga_dirty_log_stop(&s->vga); | ||||||
|     if (s->vga.map_addr && s->vga.lfb_addr && s->vga.lfb_end) { |     if (s->vga.map_addr && s->vga.lfb_addr && s->vga.lfb_end) { | ||||||
|         s->vga.map_addr = s->vga.map_end = 0; |         s->vga.map_addr = s->vga.map_end = 0; | ||||||
|          cpu_register_physical_memory(s->vga.lfb_addr, s->vga.vram_size, |          cpu_register_physical_memory(s->vga.lfb_addr, s->vga.vram_size, | ||||||
| @@ -2592,6 +2602,8 @@ static void unmap_linear_vram(CirrusVGAState *s) | |||||||
|     } |     } | ||||||
|     cpu_register_physical_memory(isa_mem_base + 0xa0000, 0x20000, |     cpu_register_physical_memory(isa_mem_base + 0xa0000, 0x20000, | ||||||
|                                  s->vga.vga_io_memory); |                                  s->vga.vga_io_memory); | ||||||
|  |  | ||||||
|  |     vga_dirty_log_start(&s->vga); | ||||||
| } | } | ||||||
|  |  | ||||||
| /* Compute the memory access functions */ | /* Compute the memory access functions */ | ||||||
| @@ -3145,6 +3157,8 @@ static void cirrus_pci_lfb_map(PCIDevice *d, int region_num, | |||||||
| { | { | ||||||
|     CirrusVGAState *s = &DO_UPCAST(PCICirrusVGAState, dev, d)->cirrus_vga; |     CirrusVGAState *s = &DO_UPCAST(PCICirrusVGAState, dev, d)->cirrus_vga; | ||||||
|  |  | ||||||
|  |     vga_dirty_log_stop(&s->vga); | ||||||
|  |  | ||||||
|     /* XXX: add byte swapping apertures */ |     /* XXX: add byte swapping apertures */ | ||||||
|     cpu_register_physical_memory(addr, s->vga.vram_size, |     cpu_register_physical_memory(addr, s->vga.vram_size, | ||||||
| 				 s->cirrus_linear_io_addr); | 				 s->cirrus_linear_io_addr); | ||||||
| @@ -3176,10 +3190,14 @@ static void pci_cirrus_write_config(PCIDevice *d, | |||||||
|     PCICirrusVGAState *pvs = DO_UPCAST(PCICirrusVGAState, dev, d); |     PCICirrusVGAState *pvs = DO_UPCAST(PCICirrusVGAState, dev, d); | ||||||
|     CirrusVGAState *s = &pvs->cirrus_vga; |     CirrusVGAState *s = &pvs->cirrus_vga; | ||||||
|  |  | ||||||
|  |     vga_dirty_log_stop(&s->vga); | ||||||
|  |  | ||||||
|     pci_default_write_config(d, address, val, len); |     pci_default_write_config(d, address, val, len); | ||||||
|     if (s->vga.map_addr && d->io_regions[0].addr == PCI_BAR_UNMAPPED) |     if (s->vga.map_addr && d->io_regions[0].addr == PCI_BAR_UNMAPPED) | ||||||
|         s->vga.map_addr = 0; |         s->vga.map_addr = 0; | ||||||
|     cirrus_update_memory_access(s); |     cirrus_update_memory_access(s); | ||||||
|  |  | ||||||
|  |     vga_dirty_log_start(&s->vga); | ||||||
| } | } | ||||||
|  |  | ||||||
| static int pci_cirrus_vga_initfn(PCIDevice *dev) | static int pci_cirrus_vga_initfn(PCIDevice *dev) | ||||||
|   | |||||||
							
								
								
									
										1379
									
								
								hw/device-assignment.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1379
									
								
								hw/device-assignment.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										117
									
								
								hw/device-assignment.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										117
									
								
								hw/device-assignment.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,117 @@ | |||||||
|  | /* | ||||||
|  |  * Copyright (c) 2007, Neocleus Corporation. | ||||||
|  |  * Copyright (c) 2007, Intel Corporation. | ||||||
|  |  * | ||||||
|  |  * This program is free software; you can redistribute it and/or modify it | ||||||
|  |  * under the terms and conditions of the GNU General Public License, | ||||||
|  |  * version 2, as published by the Free Software Foundation. | ||||||
|  |  * | ||||||
|  |  * This program is distributed in the hope it will be useful, but WITHOUT | ||||||
|  |  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||||||
|  |  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for | ||||||
|  |  * more details. | ||||||
|  |  * | ||||||
|  |  * You should have received a copy of the GNU General Public License along with | ||||||
|  |  * this program; if not, write to the Free Software Foundation, Inc., 59 Temple | ||||||
|  |  * Place - Suite 330, Boston, MA 02111-1307 USA. | ||||||
|  |  * | ||||||
|  |  *  Data structures for storing PCI state | ||||||
|  |  * | ||||||
|  |  *  Adapted to kvm by Qumranet | ||||||
|  |  * | ||||||
|  |  *  Copyright (c) 2007, Neocleus, Alex Novik (alex@neocleus.com) | ||||||
|  |  *  Copyright (c) 2007, Neocleus, Guy Zana (guy@neocleus.com) | ||||||
|  |  *  Copyright (C) 2008, Qumranet, Amit Shah (amit.shah@qumranet.com) | ||||||
|  |  *  Copyright (C) 2008, Red Hat, Amit Shah (amit.shah@redhat.com) | ||||||
|  |  */ | ||||||
|  |  | ||||||
|  | #ifndef __DEVICE_ASSIGNMENT_H__ | ||||||
|  | #define __DEVICE_ASSIGNMENT_H__ | ||||||
|  |  | ||||||
|  | #include <sys/mman.h> | ||||||
|  | #include "qemu-common.h" | ||||||
|  | #include "qemu-queue.h" | ||||||
|  | #include "pci.h" | ||||||
|  |  | ||||||
|  | /* From include/linux/pci.h in the kernel sources */ | ||||||
|  | #define PCI_DEVFN(slot, func)   ((((slot) & 0x1f) << 3) | ((func) & 0x07)) | ||||||
|  |  | ||||||
|  | typedef struct PCIHostDevice { | ||||||
|  |     int bus; | ||||||
|  |     int dev; | ||||||
|  |     int func; | ||||||
|  | } PCIHostDevice; | ||||||
|  |  | ||||||
|  | typedef struct { | ||||||
|  |     int type;           /* Memory or port I/O */ | ||||||
|  |     int valid; | ||||||
|  |     uint32_t base_addr; | ||||||
|  |     uint32_t size;    /* size of the region */ | ||||||
|  |     int resource_fd; | ||||||
|  | } PCIRegion; | ||||||
|  |  | ||||||
|  | typedef struct { | ||||||
|  |     uint8_t bus, dev, func; /* Bus inside domain, device and function */ | ||||||
|  |     int irq;                /* IRQ number */ | ||||||
|  |     uint16_t region_number; /* number of active regions */ | ||||||
|  |  | ||||||
|  |     /* Port I/O or MMIO Regions */ | ||||||
|  |     PCIRegion regions[PCI_NUM_REGIONS]; | ||||||
|  |     int config_fd; | ||||||
|  | } PCIDevRegions; | ||||||
|  |  | ||||||
|  | typedef struct { | ||||||
|  |     pcibus_t e_physbase; | ||||||
|  |     uint32_t memory_index; | ||||||
|  |     union { | ||||||
|  |         void *r_virtbase;    /* mmapped access address for memory regions */ | ||||||
|  |         uint32_t r_baseport; /* the base guest port for I/O regions */ | ||||||
|  |     } u; | ||||||
|  |     int num;            /* our index within v_addrs[] */ | ||||||
|  |     pcibus_t e_size;    /* emulated size of region in bytes */ | ||||||
|  |     pcibus_t r_size;    /* real size of region in bytes */ | ||||||
|  | } AssignedDevRegion; | ||||||
|  |  | ||||||
|  | typedef struct AssignedDevice { | ||||||
|  |     PCIDevice dev; | ||||||
|  |     PCIHostDevice host; | ||||||
|  |     uint32_t use_iommu; | ||||||
|  |     int intpin; | ||||||
|  |     uint8_t debug_flags; | ||||||
|  |     AssignedDevRegion v_addrs[PCI_NUM_REGIONS]; | ||||||
|  |     PCIDevRegions real_device; | ||||||
|  |     int run; | ||||||
|  |     int girq; | ||||||
|  |     unsigned char h_busnr; | ||||||
|  |     unsigned int h_devfn; | ||||||
|  |     int irq_requested_type; | ||||||
|  |     int bound; | ||||||
|  |     struct pci_dev *pdev; | ||||||
|  |     struct { | ||||||
|  | #define ASSIGNED_DEVICE_CAP_MSI (1 << 0) | ||||||
|  | #define ASSIGNED_DEVICE_CAP_MSIX (1 << 1) | ||||||
|  |         uint32_t available; | ||||||
|  | #define ASSIGNED_DEVICE_MSI_ENABLED (1 << 0) | ||||||
|  | #define ASSIGNED_DEVICE_MSIX_ENABLED (1 << 1) | ||||||
|  | #define ASSIGNED_DEVICE_MSIX_MASKED (1 << 2) | ||||||
|  |         uint32_t state; | ||||||
|  |     } cap; | ||||||
|  |     int irq_entries_nr; | ||||||
|  |     struct kvm_irq_routing_entry *entry; | ||||||
|  |     void *msix_table_page; | ||||||
|  |     target_phys_addr_t msix_table_addr; | ||||||
|  |     int mmio_index; | ||||||
|  |     int need_emulate_cmd; | ||||||
|  |     QLIST_ENTRY(AssignedDevice) next; | ||||||
|  | } AssignedDevice; | ||||||
|  |  | ||||||
|  | QemuOpts *add_assigned_device(const char *arg); | ||||||
|  | void add_assigned_devices(PCIBus *bus, const char **devices, int n_devices); | ||||||
|  | void assigned_dev_update_irqs(void); | ||||||
|  |  | ||||||
|  | #define MAX_DEV_ASSIGN_CMDLINE 8 | ||||||
|  |  | ||||||
|  | extern const char *assigned_devices[MAX_DEV_ASSIGN_CMDLINE]; | ||||||
|  | extern int assigned_devices_index; | ||||||
|  |  | ||||||
|  | #endif              /* __DEVICE_ASSIGNMENT_H__ */ | ||||||
							
								
								
									
										135
									
								
								hw/extboot.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										135
									
								
								hw/extboot.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,135 @@ | |||||||
|  | /* | ||||||
|  |  * Extended boot option ROM support. | ||||||
|  |  * | ||||||
|  |  * Copyright IBM, Corp. 2007 | ||||||
|  |  * | ||||||
|  |  * Authors: | ||||||
|  |  *  Anthony Liguori   <aliguori@us.ibm.com> | ||||||
|  |  * | ||||||
|  |  * This work is licensed under the terms of the GNU GPL, version 2.  See | ||||||
|  |  * the COPYING file in the top-level directory. | ||||||
|  |  * | ||||||
|  |  */ | ||||||
|  |  | ||||||
|  | #include "hw.h" | ||||||
|  | #include "pc.h" | ||||||
|  | #include "isa.h" | ||||||
|  | #include "block.h" | ||||||
|  |  | ||||||
|  | /* Extended Boot ROM suport */ | ||||||
|  |  | ||||||
|  | union extboot_cmd | ||||||
|  | { | ||||||
|  |     uint16_t type; | ||||||
|  |     struct { | ||||||
|  | 	uint16_t type; | ||||||
|  | 	uint16_t cylinders; | ||||||
|  | 	uint16_t heads; | ||||||
|  | 	uint16_t sectors; | ||||||
|  | 	uint64_t nb_sectors; | ||||||
|  |     } query_geometry; | ||||||
|  |     struct { | ||||||
|  | 	uint16_t type; | ||||||
|  | 	uint16_t nb_sectors; | ||||||
|  | 	uint16_t segment; | ||||||
|  | 	uint16_t offset; | ||||||
|  | 	uint64_t sector; | ||||||
|  |     } xfer; | ||||||
|  | }; | ||||||
|  |  | ||||||
|  | static void get_translated_chs(BlockDriverState *bs, int *c, int *h, int *s) | ||||||
|  | { | ||||||
|  |     bdrv_get_geometry_hint(bs, c, h, s); | ||||||
|  |  | ||||||
|  |     if (*c <= 1024) { | ||||||
|  | 	*c >>= 0; | ||||||
|  | 	*h <<= 0; | ||||||
|  |     } else if (*c <= 2048) { | ||||||
|  | 	*c >>= 1; | ||||||
|  | 	*h <<= 1; | ||||||
|  |     } else if (*c <= 4096) { | ||||||
|  | 	*c >>= 2; | ||||||
|  | 	*h <<= 2; | ||||||
|  |     } else if (*c <= 8192) { | ||||||
|  | 	*c >>= 3; | ||||||
|  | 	*h <<= 3; | ||||||
|  |     } else { | ||||||
|  | 	*c >>= 4; | ||||||
|  | 	*h <<= 4; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* what is the correct algorithm for this?? */ | ||||||
|  |     if (*h == 256) { | ||||||
|  | 	*h = 255; | ||||||
|  | 	*c = *c + 1; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static uint32_t extboot_read(void *opaque, uint32_t addr) | ||||||
|  | { | ||||||
|  |     int *pcmd = opaque; | ||||||
|  |     return *pcmd; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void extboot_write_cmd(void *opaque, uint32_t addr, uint32_t value) | ||||||
|  | { | ||||||
|  |     union extboot_cmd cmd; | ||||||
|  |     BlockDriverState *bs = opaque; | ||||||
|  |     int cylinders, heads, sectors, err; | ||||||
|  |     uint64_t nb_sectors; | ||||||
|  |     target_phys_addr_t pa = 0; | ||||||
|  |     int blen = 0; | ||||||
|  |     void *buf = NULL; | ||||||
|  |  | ||||||
|  |     cpu_physical_memory_read((value & 0xFFFF) << 4, (uint8_t *)&cmd, | ||||||
|  |                              sizeof(cmd)); | ||||||
|  |  | ||||||
|  |     if (cmd.type == 0x01 || cmd.type == 0x02) { | ||||||
|  | 	pa = cmd.xfer.segment * 16 + cmd.xfer.offset; | ||||||
|  |         blen = cmd.xfer.nb_sectors * 512; | ||||||
|  |         buf = qemu_memalign(512, blen); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     switch (cmd.type) { | ||||||
|  |     case 0x00: | ||||||
|  |         get_translated_chs(bs, &cylinders, &heads, §ors); | ||||||
|  | 	bdrv_get_geometry(bs, &nb_sectors); | ||||||
|  | 	cmd.query_geometry.cylinders = cylinders; | ||||||
|  | 	cmd.query_geometry.heads = heads; | ||||||
|  | 	cmd.query_geometry.sectors = sectors; | ||||||
|  | 	cmd.query_geometry.nb_sectors = nb_sectors; | ||||||
|  | 	break; | ||||||
|  |     case 0x01: | ||||||
|  | 	err = bdrv_read(bs, cmd.xfer.sector, buf, cmd.xfer.nb_sectors); | ||||||
|  | 	if (err) | ||||||
|  | 	    printf("Read failed\n"); | ||||||
|  |  | ||||||
|  |         cpu_physical_memory_write(pa, buf, blen); | ||||||
|  |  | ||||||
|  | 	break; | ||||||
|  |     case 0x02: | ||||||
|  |         cpu_physical_memory_read(pa, buf, blen); | ||||||
|  |  | ||||||
|  | 	err = bdrv_write(bs, cmd.xfer.sector, buf, cmd.xfer.nb_sectors); | ||||||
|  | 	if (err) | ||||||
|  | 	    printf("Write failed\n"); | ||||||
|  |  | ||||||
|  | 	break; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     cpu_physical_memory_write((value & 0xFFFF) << 4, (uint8_t *)&cmd, | ||||||
|  |                               sizeof(cmd)); | ||||||
|  |     if (buf) | ||||||
|  |         qemu_free(buf); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | void extboot_init(BlockDriverState *bs, int cmd) | ||||||
|  | { | ||||||
|  |     int *pcmd; | ||||||
|  |  | ||||||
|  |     pcmd = qemu_mallocz(sizeof(int)); | ||||||
|  |  | ||||||
|  |     *pcmd = cmd; | ||||||
|  |     register_ioport_read(0x404, 1, 1, extboot_read, pcmd); | ||||||
|  |     register_ioport_write(0x405, 1, 2, extboot_write_cmd, bs); | ||||||
|  | } | ||||||
							
								
								
									
										24
									
								
								hw/fdc.c
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								hw/fdc.c
									
									
									
									
									
								
							| @@ -370,9 +370,9 @@ enum { | |||||||
|     FD_CMD_PART_ID = 0x18, |     FD_CMD_PART_ID = 0x18, | ||||||
|     FD_CMD_SCAN_LOW_OR_EQUAL = 0x19, |     FD_CMD_SCAN_LOW_OR_EQUAL = 0x19, | ||||||
|     FD_CMD_SCAN_HIGH_OR_EQUAL = 0x1d, |     FD_CMD_SCAN_HIGH_OR_EQUAL = 0x1d, | ||||||
|     FD_CMD_SAVE = 0x2c, |     FD_CMD_SAVE = 0x2e, | ||||||
|     FD_CMD_OPTION = 0x33, |     FD_CMD_OPTION = 0x33, | ||||||
|     FD_CMD_RESTORE = 0x4c, |     FD_CMD_RESTORE = 0x4e, | ||||||
|     FD_CMD_DRIVE_SPECIFICATION_COMMAND = 0x8e, |     FD_CMD_DRIVE_SPECIFICATION_COMMAND = 0x8e, | ||||||
|     FD_CMD_RELATIVE_SEEK_OUT = 0x8f, |     FD_CMD_RELATIVE_SEEK_OUT = 0x8f, | ||||||
|     FD_CMD_FORMAT_AND_WRITE = 0xcd, |     FD_CMD_FORMAT_AND_WRITE = 0xcd, | ||||||
| @@ -1860,8 +1860,12 @@ fdctrl_t *fdctrl_init_isa(DriveInfo **fds) | |||||||
|     ISADevice *dev; |     ISADevice *dev; | ||||||
|  |  | ||||||
|     dev = isa_create("isa-fdc"); |     dev = isa_create("isa-fdc"); | ||||||
|     qdev_prop_set_drive(&dev->qdev, "driveA", fds[0]); |     if (fds[0]) { | ||||||
|     qdev_prop_set_drive(&dev->qdev, "driveB", fds[1]); |         qdev_prop_set_drive(&dev->qdev, "driveA", fds[0]); | ||||||
|  |     } | ||||||
|  |     if (fds[1]) { | ||||||
|  |         qdev_prop_set_drive(&dev->qdev, "driveB", fds[1]); | ||||||
|  |     } | ||||||
|     if (qdev_init(&dev->qdev) < 0) |     if (qdev_init(&dev->qdev) < 0) | ||||||
|         return NULL; |         return NULL; | ||||||
|     return &(DO_UPCAST(fdctrl_isabus_t, busdev, dev)->state); |     return &(DO_UPCAST(fdctrl_isabus_t, busdev, dev)->state); | ||||||
| @@ -1879,8 +1883,12 @@ fdctrl_t *fdctrl_init_sysbus(qemu_irq irq, int dma_chann, | |||||||
|     sys = DO_UPCAST(fdctrl_sysbus_t, busdev.qdev, dev); |     sys = DO_UPCAST(fdctrl_sysbus_t, busdev.qdev, dev); | ||||||
|     fdctrl = &sys->state; |     fdctrl = &sys->state; | ||||||
|     fdctrl->dma_chann = dma_chann; /* FIXME */ |     fdctrl->dma_chann = dma_chann; /* FIXME */ | ||||||
|     qdev_prop_set_drive(dev, "driveA", fds[0]); |     if (fds[0]) { | ||||||
|     qdev_prop_set_drive(dev, "driveB", fds[1]); |         qdev_prop_set_drive(dev, "driveA", fds[0]); | ||||||
|  |     } | ||||||
|  |     if (fds[1]) { | ||||||
|  |         qdev_prop_set_drive(dev, "driveB", fds[1]); | ||||||
|  |     } | ||||||
|     qdev_init_nofail(dev); |     qdev_init_nofail(dev); | ||||||
|     sysbus_connect_irq(&sys->busdev, 0, irq); |     sysbus_connect_irq(&sys->busdev, 0, irq); | ||||||
|     sysbus_mmio_map(&sys->busdev, 0, mmio_base); |     sysbus_mmio_map(&sys->busdev, 0, mmio_base); | ||||||
| @@ -1896,7 +1904,9 @@ fdctrl_t *sun4m_fdctrl_init (qemu_irq irq, target_phys_addr_t io_base, | |||||||
|     fdctrl_t *fdctrl; |     fdctrl_t *fdctrl; | ||||||
|  |  | ||||||
|     dev = qdev_create(NULL, "SUNW,fdtwo"); |     dev = qdev_create(NULL, "SUNW,fdtwo"); | ||||||
|     qdev_prop_set_drive(dev, "drive", fds[0]); |     if (fds[0]) { | ||||||
|  |         qdev_prop_set_drive(dev, "drive", fds[0]); | ||||||
|  |     } | ||||||
|     qdev_init_nofail(dev); |     qdev_init_nofail(dev); | ||||||
|     sys = DO_UPCAST(fdctrl_sysbus_t, busdev.qdev, dev); |     sys = DO_UPCAST(fdctrl_sysbus_t, busdev.qdev, dev); | ||||||
|     fdctrl = &sys->state; |     fdctrl = &sys->state; | ||||||
|   | |||||||
| @@ -179,7 +179,7 @@ static int get_uint32_as_uint16(QEMUFile *f, void *pv, size_t size) | |||||||
|  |  | ||||||
| static void put_unused(QEMUFile *f, void *pv, size_t size) | static void put_unused(QEMUFile *f, void *pv, size_t size) | ||||||
| { | { | ||||||
|     fprintf(stderr, "uint32_as_uint16 is only used for backward compatibilty.\n"); |     fprintf(stderr, "uint32_as_uint16 is only used for backward compatibility.\n"); | ||||||
|     fprintf(stderr, "This functions shouldn't be called.\n"); |     fprintf(stderr, "This functions shouldn't be called.\n"); | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										13
									
								
								hw/hpet.c
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								hw/hpet.c
									
									
									
									
									
								
							| @@ -170,6 +170,11 @@ static int hpet_post_load(void *opaque, int version_id) | |||||||
|  |  | ||||||
|     /* Recalculate the offset between the main counter and guest time */ |     /* Recalculate the offset between the main counter and guest time */ | ||||||
|     s->hpet_offset = ticks_to_ns(s->hpet_counter) - qemu_get_clock(vm_clock); |     s->hpet_offset = ticks_to_ns(s->hpet_counter) - qemu_get_clock(vm_clock); | ||||||
|  |  | ||||||
|  |     if (hpet_in_legacy_mode()) { | ||||||
|  |         hpet_disable_pit(); | ||||||
|  |     } | ||||||
|  |  | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -473,9 +478,11 @@ static void hpet_ram_writel(void *opaque, target_phys_addr_t addr, | |||||||
|                 } |                 } | ||||||
|                 /* i8254 and RTC are disabled when HPET is in legacy mode */ |                 /* i8254 and RTC are disabled when HPET is in legacy mode */ | ||||||
|                 if (activating_bit(old_val, new_val, HPET_CFG_LEGACY)) { |                 if (activating_bit(old_val, new_val, HPET_CFG_LEGACY)) { | ||||||
|                     hpet_pit_disable(); |                     hpet_disable_pit(); | ||||||
|  |                     dprintf("qemu: hpet disabled pit\n"); | ||||||
|                 } else if (deactivating_bit(old_val, new_val, HPET_CFG_LEGACY)) { |                 } else if (deactivating_bit(old_val, new_val, HPET_CFG_LEGACY)) { | ||||||
|                     hpet_pit_enable(); |                     hpet_enable_pit(); | ||||||
|  |                     dprintf("qemu: hpet enabled pit\n"); | ||||||
|                 } |                 } | ||||||
|                 break; |                 break; | ||||||
|             case HPET_CFG + 4: |             case HPET_CFG + 4: | ||||||
| @@ -559,7 +566,7 @@ static void hpet_reset(void *opaque) { | |||||||
|          * hpet_reset is called due to system reset. At this point control must |          * hpet_reset is called due to system reset. At this point control must | ||||||
|          * be returned to pit until SW reenables hpet. |          * be returned to pit until SW reenables hpet. | ||||||
|          */ |          */ | ||||||
|         hpet_pit_enable(); |         hpet_enable_pit(); | ||||||
|     count = 1; |     count = 1; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										13
									
								
								hw/hw.h
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								hw/hw.h
									
									
									
									
									
								
							| @@ -342,6 +342,10 @@ extern const VMStateInfo vmstate_info_uint16; | |||||||
| extern const VMStateInfo vmstate_info_uint32; | extern const VMStateInfo vmstate_info_uint32; | ||||||
| extern const VMStateInfo vmstate_info_uint64; | extern const VMStateInfo vmstate_info_uint64; | ||||||
|  |  | ||||||
|  | #ifdef __linux__ | ||||||
|  | extern const VMStateInfo vmstate_info_u64; | ||||||
|  | #endif | ||||||
|  |  | ||||||
| extern const VMStateInfo vmstate_info_timer; | extern const VMStateInfo vmstate_info_timer; | ||||||
| extern const VMStateInfo vmstate_info_ptimer; | extern const VMStateInfo vmstate_info_ptimer; | ||||||
| extern const VMStateInfo vmstate_info_buffer; | extern const VMStateInfo vmstate_info_buffer; | ||||||
| @@ -622,6 +626,15 @@ extern const VMStateDescription vmstate_i2c_slave; | |||||||
| #define VMSTATE_UINT64(_f, _s)                                        \ | #define VMSTATE_UINT64(_f, _s)                                        \ | ||||||
|     VMSTATE_UINT64_V(_f, _s, 0) |     VMSTATE_UINT64_V(_f, _s, 0) | ||||||
|  |  | ||||||
|  | /* This is needed because on linux __u64 is unsigned long long | ||||||
|  |    and on glibc uint64_t is unsigned long on 64 bits */ | ||||||
|  | #ifdef __linux__ | ||||||
|  | #define VMSTATE_U64_V(_f, _s, _v)                                     \ | ||||||
|  |     VMSTATE_SINGLE(_f, _s, _v, vmstate_info_u64, __u64) | ||||||
|  | #define VMSTATE_U64(_f, _s)                                           \ | ||||||
|  |     VMSTATE_U64_V(_f, _s, 0) | ||||||
|  | #endif | ||||||
|  |  | ||||||
| #define VMSTATE_UINT8_EQUAL(_f, _s)                                   \ | #define VMSTATE_UINT8_EQUAL(_f, _s)                                   \ | ||||||
|     VMSTATE_SINGLE(_f, _s, 0, vmstate_info_uint8_equal, uint8_t) |     VMSTATE_SINGLE(_f, _s, 0, vmstate_info_uint8_equal, uint8_t) | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										122
									
								
								hw/i8254-kvm.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										122
									
								
								hw/i8254-kvm.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,122 @@ | |||||||
|  | /* | ||||||
|  |  * QEMU 8253/8254 interval timer emulation | ||||||
|  |  * | ||||||
|  |  * Copyright (c) 2003-2004 Fabrice Bellard | ||||||
|  |  * | ||||||
|  |  * Permission is hereby granted, free of charge, to any person obtaining a copy | ||||||
|  |  * of this software and associated documentation files (the "Software"), to deal | ||||||
|  |  * in the Software without restriction, including without limitation the rights | ||||||
|  |  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||||||
|  |  * copies of the Software, and to permit persons to whom the Software is | ||||||
|  |  * furnished to do so, subject to the following conditions: | ||||||
|  |  * | ||||||
|  |  * The above copyright notice and this permission notice shall be included in | ||||||
|  |  * all copies or substantial portions of the Software. | ||||||
|  |  * | ||||||
|  |  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||||
|  |  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||||
|  |  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||||||
|  |  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||||||
|  |  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||||||
|  |  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||||||
|  |  * THE SOFTWARE. | ||||||
|  |  */ | ||||||
|  | #include "hw.h" | ||||||
|  | #include "pc.h" | ||||||
|  | #include "isa.h" | ||||||
|  | #include "qemu-timer.h" | ||||||
|  | #include "i8254.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
|  | extern VMStateDescription vmstate_pit; | ||||||
|  |  | ||||||
|  | static PITState pit_state; | ||||||
|  |  | ||||||
|  | static void kvm_pit_pre_save(void *opaque) | ||||||
|  | { | ||||||
|  |     PITState *s = (void *)opaque; | ||||||
|  |     struct kvm_pit_state2 pit2; | ||||||
|  |     struct kvm_pit_channel_state *c; | ||||||
|  |     struct PITChannelState *sc; | ||||||
|  |     int i; | ||||||
|  |  | ||||||
|  |     if(qemu_kvm_has_pit_state2()) { | ||||||
|  |         kvm_get_pit2(kvm_context, &pit2); | ||||||
|  |         s->flags = pit2.flags; | ||||||
|  |     } else { | ||||||
|  |         /* pit2 is superset of pit struct so just cast it and use it */ | ||||||
|  |         kvm_get_pit(kvm_context, (struct kvm_pit_state *)&pit2); | ||||||
|  |     } | ||||||
|  |     for (i = 0; i < 3; i++) { | ||||||
|  | 	c = &pit2.channels[i]; | ||||||
|  | 	sc = &s->channels[i]; | ||||||
|  | 	sc->count = c->count; | ||||||
|  | 	sc->latched_count = c->latched_count; | ||||||
|  | 	sc->count_latched = c->count_latched; | ||||||
|  | 	sc->status_latched = c->status_latched; | ||||||
|  | 	sc->status = c->status; | ||||||
|  | 	sc->read_state = c->read_state; | ||||||
|  | 	sc->write_state = c->write_state; | ||||||
|  | 	sc->write_latch = c->write_latch; | ||||||
|  | 	sc->rw_mode = c->rw_mode; | ||||||
|  | 	sc->mode = c->mode; | ||||||
|  | 	sc->bcd = c->bcd; | ||||||
|  | 	sc->gate = c->gate; | ||||||
|  | 	sc->count_load_time = c->count_load_time; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int kvm_pit_post_load(void *opaque, int version_id) | ||||||
|  | { | ||||||
|  |     PITState *s = opaque; | ||||||
|  |     struct kvm_pit_state2 pit2; | ||||||
|  |     struct kvm_pit_channel_state *c; | ||||||
|  |     struct PITChannelState *sc; | ||||||
|  |     int i; | ||||||
|  |  | ||||||
|  |     pit2.flags = s->flags; | ||||||
|  |     for (i = 0; i < 3; i++) { | ||||||
|  | 	c = &pit2.channels[i]; | ||||||
|  | 	sc = &s->channels[i]; | ||||||
|  | 	c->count = sc->count; | ||||||
|  | 	c->latched_count = sc->latched_count; | ||||||
|  | 	c->count_latched = sc->count_latched; | ||||||
|  | 	c->status_latched = sc->status_latched; | ||||||
|  | 	c->status = sc->status; | ||||||
|  | 	c->read_state = sc->read_state; | ||||||
|  | 	c->write_state = sc->write_state; | ||||||
|  | 	c->write_latch = sc->write_latch; | ||||||
|  | 	c->rw_mode = sc->rw_mode; | ||||||
|  | 	c->mode = sc->mode; | ||||||
|  | 	c->bcd = sc->bcd; | ||||||
|  | 	c->gate = sc->gate; | ||||||
|  | 	c->count_load_time = sc->count_load_time; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if(qemu_kvm_has_pit_state2()) { | ||||||
|  |         kvm_set_pit2(kvm_context, &pit2); | ||||||
|  |     } else { | ||||||
|  |         kvm_set_pit(kvm_context, (struct kvm_pit_state *)&pit2); | ||||||
|  |     } | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void dummy_timer(void *opaque) | ||||||
|  | { | ||||||
|  | } | ||||||
|  |  | ||||||
|  | PITState *kvm_pit_init(int base, qemu_irq irq) | ||||||
|  | { | ||||||
|  |     PITState *pit = &pit_state; | ||||||
|  |     PITChannelState *s; | ||||||
|  |  | ||||||
|  |     s = &pit->channels[0]; | ||||||
|  |     s->irq_timer = qemu_new_timer(vm_clock, dummy_timer, s); | ||||||
|  |     vmstate_pit.pre_save = kvm_pit_pre_save; | ||||||
|  |     vmstate_pit.post_load = kvm_pit_post_load; | ||||||
|  |     vmstate_register(base, &vmstate_pit, pit); | ||||||
|  |     qemu_register_reset(pit_reset, pit); | ||||||
|  |     pit_reset(pit); | ||||||
|  |  | ||||||
|  |     return pit; | ||||||
|  | } | ||||||
							
								
								
									
										137
									
								
								hw/i8254.c
									
									
									
									
									
								
							
							
						
						
									
										137
									
								
								hw/i8254.c
									
									
									
									
									
								
							| @@ -25,38 +25,11 @@ | |||||||
| #include "pc.h" | #include "pc.h" | ||||||
| #include "isa.h" | #include "isa.h" | ||||||
| #include "qemu-timer.h" | #include "qemu-timer.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  | #include "i8254.h" | ||||||
|  |  | ||||||
| //#define DEBUG_PIT | //#define DEBUG_PIT | ||||||
|  |  | ||||||
| #define RW_STATE_LSB 1 |  | ||||||
| #define RW_STATE_MSB 2 |  | ||||||
| #define RW_STATE_WORD0 3 |  | ||||||
| #define RW_STATE_WORD1 4 |  | ||||||
|  |  | ||||||
| typedef struct PITChannelState { |  | ||||||
|     int count; /* can be 65536 */ |  | ||||||
|     uint16_t latched_count; |  | ||||||
|     uint8_t count_latched; |  | ||||||
|     uint8_t status_latched; |  | ||||||
|     uint8_t status; |  | ||||||
|     uint8_t read_state; |  | ||||||
|     uint8_t write_state; |  | ||||||
|     uint8_t write_latch; |  | ||||||
|     uint8_t rw_mode; |  | ||||||
|     uint8_t mode; |  | ||||||
|     uint8_t bcd; /* not supported */ |  | ||||||
|     uint8_t gate; /* timer start */ |  | ||||||
|     int64_t count_load_time; |  | ||||||
|     /* irq handling */ |  | ||||||
|     int64_t next_transition_time; |  | ||||||
|     QEMUTimer *irq_timer; |  | ||||||
|     qemu_irq irq; |  | ||||||
| } PITChannelState; |  | ||||||
|  |  | ||||||
| struct PITState { |  | ||||||
|     PITChannelState channels[3]; |  | ||||||
| }; |  | ||||||
|  |  | ||||||
| static PITState pit_state; | static PITState pit_state; | ||||||
|  |  | ||||||
| static void pit_irq_timer_update(PITChannelState *s, int64_t current_time); | static void pit_irq_timer_update(PITChannelState *s, int64_t current_time); | ||||||
| @@ -228,13 +201,18 @@ int pit_get_mode(PITState *pit, int channel) | |||||||
|     return s->mode; |     return s->mode; | ||||||
| } | } | ||||||
|  |  | ||||||
| static inline void pit_load_count(PITChannelState *s, int val) | static inline void pit_load_count(PITState *s, int val, int chan) | ||||||
| { | { | ||||||
|     if (val == 0) |     if (val == 0) | ||||||
|         val = 0x10000; |         val = 0x10000; | ||||||
|     s->count_load_time = qemu_get_clock(vm_clock); |     s->channels[chan].count_load_time = qemu_get_clock(vm_clock); | ||||||
|     s->count = val; |     s->channels[chan].count = val; | ||||||
|     pit_irq_timer_update(s, s->count_load_time); | #ifdef TARGET_I386 | ||||||
|  |     if (chan == 0 && pit_state.flags & PIT_FLAGS_HPET_LEGACY) { | ||||||
|  |         return; | ||||||
|  |     } | ||||||
|  | #endif | ||||||
|  |     pit_irq_timer_update(&s->channels[chan], s->channels[chan].count_load_time); | ||||||
| } | } | ||||||
|  |  | ||||||
| /* if already latched, do not latch again */ | /* if already latched, do not latch again */ | ||||||
| @@ -294,17 +272,17 @@ static void pit_ioport_write(void *opaque, uint32_t addr, uint32_t val) | |||||||
|         switch(s->write_state) { |         switch(s->write_state) { | ||||||
|         default: |         default: | ||||||
|         case RW_STATE_LSB: |         case RW_STATE_LSB: | ||||||
|             pit_load_count(s, val); |             pit_load_count(pit, val, addr); | ||||||
|             break; |             break; | ||||||
|         case RW_STATE_MSB: |         case RW_STATE_MSB: | ||||||
|             pit_load_count(s, val << 8); |             pit_load_count(pit, val << 8, addr); | ||||||
|             break; |             break; | ||||||
|         case RW_STATE_WORD0: |         case RW_STATE_WORD0: | ||||||
|             s->write_latch = val; |             s->write_latch = val; | ||||||
|             s->write_state = RW_STATE_WORD1; |             s->write_state = RW_STATE_WORD1; | ||||||
|             break; |             break; | ||||||
|         case RW_STATE_WORD1: |         case RW_STATE_WORD1: | ||||||
|             pit_load_count(s, s->write_latch | (val << 8)); |             pit_load_count(pit, s->write_latch | (val << 8), addr); | ||||||
|             s->write_state = RW_STATE_WORD0; |             s->write_state = RW_STATE_WORD0; | ||||||
|             break; |             break; | ||||||
|         } |         } | ||||||
| @@ -364,6 +342,11 @@ static uint32_t pit_ioport_read(void *opaque, uint32_t addr) | |||||||
|     return ret; |     return ret; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* global counters for time-drift fix */ | ||||||
|  | int64_t timer_acks=0, timer_interrupts=0, timer_ints_to_push=0; | ||||||
|  |  | ||||||
|  | extern int time_drift_fix; | ||||||
|  |  | ||||||
| static void pit_irq_timer_update(PITChannelState *s, int64_t current_time) | static void pit_irq_timer_update(PITChannelState *s, int64_t current_time) | ||||||
| { | { | ||||||
|     int64_t expire_time; |     int64_t expire_time; | ||||||
| @@ -374,16 +357,35 @@ static void pit_irq_timer_update(PITChannelState *s, int64_t current_time) | |||||||
|     expire_time = pit_get_next_transition_time(s, current_time); |     expire_time = pit_get_next_transition_time(s, current_time); | ||||||
|     irq_level = pit_get_out1(s, current_time); |     irq_level = pit_get_out1(s, current_time); | ||||||
|     qemu_set_irq(s->irq, irq_level); |     qemu_set_irq(s->irq, irq_level); | ||||||
|  |     if (time_drift_fix && irq_level==1) { | ||||||
|  |         /* FIXME: fine tune timer_max_fix (max fix per tick).  | ||||||
|  |          *        Should it be 1 (double time), 2 , 4, 10 ?  | ||||||
|  |          *        Currently setting it to 5% of PIT-ticks-per-second (per PIT-tick) | ||||||
|  |          */ | ||||||
|  |         const long pit_ticks_per_sec = (s->count>0) ? (PIT_FREQ/s->count) : 0; | ||||||
|  |         const long timer_max_fix = pit_ticks_per_sec/20; | ||||||
|  |         const long delta = timer_interrupts - timer_acks; | ||||||
|  |         const long max_delta = pit_ticks_per_sec * 60; /* one minute */ | ||||||
|  |         if ((delta >  max_delta) && (pit_ticks_per_sec > 0)) { | ||||||
|  |             printf("time drift is too long, %ld seconds were lost\n", delta/pit_ticks_per_sec); | ||||||
|  |             timer_acks = timer_interrupts; | ||||||
|  |             timer_ints_to_push = 0; | ||||||
|  |         } else if (delta > 0) { | ||||||
|  |             timer_ints_to_push = MIN(delta, timer_max_fix); | ||||||
|  |         } | ||||||
|  |         timer_interrupts++; | ||||||
|  |     } | ||||||
| #ifdef DEBUG_PIT | #ifdef DEBUG_PIT | ||||||
|     printf("irq_level=%d next_delay=%f\n", |     printf("irq_level=%d next_delay=%f\n", | ||||||
|            irq_level, |            irq_level, | ||||||
|            (double)(expire_time - current_time) / get_ticks_per_sec()); |            (double)(expire_time - current_time) / get_ticks_per_sec()); | ||||||
| #endif | #endif | ||||||
|     s->next_transition_time = expire_time; |     s->next_transition_time = expire_time; | ||||||
|     if (expire_time != -1) |     if (expire_time != -1) { | ||||||
|         qemu_mod_timer(s->irq_timer, expire_time); |         qemu_mod_timer(s->irq_timer, expire_time); | ||||||
|     else |     } else { | ||||||
|         qemu_del_timer(s->irq_timer); |         qemu_del_timer(s->irq_timer); | ||||||
|  |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| static void pit_irq_timer(void *opaque) | static void pit_irq_timer(void *opaque) | ||||||
| @@ -423,9 +425,10 @@ static int pit_load_old(QEMUFile *f, void *opaque, int version_id) | |||||||
|     PITChannelState *s; |     PITChannelState *s; | ||||||
|     int i; |     int i; | ||||||
|  |  | ||||||
|     if (version_id != 1) |     if (version_id != PIT_SAVEVM_VERSION) | ||||||
|         return -EINVAL; |         return -EINVAL; | ||||||
|  |  | ||||||
|  |     pit->flags = qemu_get_be32(f); | ||||||
|     for(i = 0; i < 3; i++) { |     for(i = 0; i < 3; i++) { | ||||||
|         s = &pit->channels[i]; |         s = &pit->channels[i]; | ||||||
|         s->count=qemu_get_be32(f); |         s->count=qemu_get_be32(f); | ||||||
| @@ -446,57 +449,85 @@ static int pit_load_old(QEMUFile *f, void *opaque, int version_id) | |||||||
|             qemu_get_timer(f, s->irq_timer); |             qemu_get_timer(f, s->irq_timer); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| static const VMStateDescription vmstate_pit = { | VMStateDescription vmstate_pit = { | ||||||
|     .name = "i8254", |     .name = "i8254", | ||||||
|     .version_id = 2, |     .version_id = 2, | ||||||
|     .minimum_version_id = 2, |     .minimum_version_id = 2, | ||||||
|     .minimum_version_id_old = 1, |     .minimum_version_id_old = 1, | ||||||
|     .load_state_old = pit_load_old, |     .load_state_old = pit_load_old, | ||||||
|     .fields      = (VMStateField []) { |     .fields      = (VMStateField []) { | ||||||
|  |         VMSTATE_UINT32(flags, PITState), | ||||||
|         VMSTATE_STRUCT_ARRAY(channels, PITState, 3, 2, vmstate_pit_channel, PITChannelState), |         VMSTATE_STRUCT_ARRAY(channels, PITState, 3, 2, vmstate_pit_channel, PITChannelState), | ||||||
|         VMSTATE_TIMER(channels[0].irq_timer, PITState), |         VMSTATE_TIMER(channels[0].irq_timer, PITState), | ||||||
|         VMSTATE_END_OF_LIST() |         VMSTATE_END_OF_LIST() | ||||||
|     } |     } | ||||||
| }; | }; | ||||||
|  |  | ||||||
| static void pit_reset(void *opaque) | void pit_reset(void *opaque) | ||||||
| { | { | ||||||
|     PITState *pit = opaque; |     PITState *pit = opaque; | ||||||
|     PITChannelState *s; |     PITChannelState *s; | ||||||
|     int i; |     int i; | ||||||
|  |  | ||||||
|  | #ifdef TARGET_I386 | ||||||
|  |     pit->flags &= ~PIT_FLAGS_HPET_LEGACY; | ||||||
|  | #endif | ||||||
|     for(i = 0;i < 3; i++) { |     for(i = 0;i < 3; i++) { | ||||||
|         s = &pit->channels[i]; |         s = &pit->channels[i]; | ||||||
|         s->mode = 3; |         s->mode = 3; | ||||||
|         s->gate = (i != 2); |         s->gate = (i != 2); | ||||||
|         pit_load_count(s, 0); |         pit_load_count(pit, 0, i); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #ifdef TARGET_I386 | ||||||
| /* When HPET is operating in legacy mode, i8254 timer0 is disabled */ | /* When HPET is operating in legacy mode, i8254 timer0 is disabled */ | ||||||
| void hpet_pit_disable(void) { |  | ||||||
|     PITChannelState *s; | void hpet_disable_pit(void) | ||||||
|     s = &pit_state.channels[0]; | { | ||||||
|     if (s->irq_timer) |     PITChannelState *s = &pit_state.channels[0]; | ||||||
|         qemu_del_timer(s->irq_timer); |  | ||||||
|  |     if (kvm_enabled() && qemu_kvm_pit_in_kernel()) { | ||||||
|  |         if (qemu_kvm_has_pit_state2()) { | ||||||
|  |             kvm_hpet_disable_kpit(); | ||||||
|  |         } else { | ||||||
|  |              fprintf(stderr, "%s: kvm does not support pit_state2!\n", __FUNCTION__); | ||||||
|  |              exit(1); | ||||||
|  |         } | ||||||
|  |     } else { | ||||||
|  |         pit_state.flags |= PIT_FLAGS_HPET_LEGACY; | ||||||
|  |         if (s->irq_timer) { | ||||||
|  |             qemu_del_timer(s->irq_timer); | ||||||
|  |         } | ||||||
|  |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| /* When HPET is reset or leaving legacy mode, it must reenable i8254 | /* When HPET is reset or leaving legacy mode, it must reenable i8254 | ||||||
|  * timer 0 |  * timer 0 | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
| void hpet_pit_enable(void) | void hpet_enable_pit(void) | ||||||
| { | { | ||||||
|     PITState *pit = &pit_state; |     PITState *pit = &pit_state; | ||||||
|     PITChannelState *s; |     PITChannelState *s = &pit->channels[0]; | ||||||
|     s = &pit->channels[0]; |  | ||||||
|     s->mode = 3; |     if (kvm_enabled() && qemu_kvm_pit_in_kernel()) { | ||||||
|     s->gate = 1; |         if (qemu_kvm_has_pit_state2()) { | ||||||
|     pit_load_count(s, 0); |             kvm_hpet_enable_kpit(); | ||||||
|  |         } else { | ||||||
|  |              fprintf(stderr, "%s: kvm does not support pit_state2!\n", __FUNCTION__); | ||||||
|  |              exit(1); | ||||||
|  |         } | ||||||
|  |     } else { | ||||||
|  |         pit_state.flags &= ~PIT_FLAGS_HPET_LEGACY; | ||||||
|  |         pit_load_count(pit, s->count, 0); | ||||||
|  |     } | ||||||
| } | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
| PITState *pit_init(int base, qemu_irq irq) | PITState *pit_init(int base, qemu_irq irq) | ||||||
| { | { | ||||||
|   | |||||||
							
								
								
									
										69
									
								
								hw/i8254.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										69
									
								
								hw/i8254.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,69 @@ | |||||||
|  | /* | ||||||
|  |  * QEMU 8253/8254 interval timer emulation | ||||||
|  |  * | ||||||
|  |  * Copyright (c) 2003-2004 Fabrice Bellard | ||||||
|  |  * | ||||||
|  |  * Permission is hereby granted, free of charge, to any person obtaining a copy | ||||||
|  |  * of this software and associated documentation files (the "Software"), to deal | ||||||
|  |  * in the Software without restriction, including without limitation the rights | ||||||
|  |  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||||||
|  |  * copies of the Software, and to permit persons to whom the Software is | ||||||
|  |  * furnished to do so, subject to the following conditions: | ||||||
|  |  * | ||||||
|  |  * The above copyright notice and this permission notice shall be included in | ||||||
|  |  * all copies or substantial portions of the Software. | ||||||
|  |  * | ||||||
|  |  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||||
|  |  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||||
|  |  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||||||
|  |  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||||||
|  |  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||||||
|  |  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||||||
|  |  * THE SOFTWARE. | ||||||
|  |  */ | ||||||
|  |  | ||||||
|  | #ifndef QEMU_I8254_H | ||||||
|  | #define QEMU_I8254_H | ||||||
|  |  | ||||||
|  | #define PIT_SAVEVM_NAME "i8254" | ||||||
|  | #define PIT_SAVEVM_VERSION 2 | ||||||
|  |  | ||||||
|  | #define RW_STATE_LSB 1 | ||||||
|  | #define RW_STATE_MSB 2 | ||||||
|  | #define RW_STATE_WORD0 3 | ||||||
|  | #define RW_STATE_WORD1 4 | ||||||
|  |  | ||||||
|  | #define PIT_FLAGS_HPET_LEGACY  1 | ||||||
|  |  | ||||||
|  | typedef struct PITChannelState { | ||||||
|  |     int count; /* can be 65536 */ | ||||||
|  |     uint16_t latched_count; | ||||||
|  |     uint8_t count_latched; | ||||||
|  |     uint8_t status_latched; | ||||||
|  |     uint8_t status; | ||||||
|  |     uint8_t read_state; | ||||||
|  |     uint8_t write_state; | ||||||
|  |     uint8_t write_latch; | ||||||
|  |     uint8_t rw_mode; | ||||||
|  |     uint8_t mode; | ||||||
|  |     uint8_t bcd; /* not supported */ | ||||||
|  |     uint8_t gate; /* timer start */ | ||||||
|  |     int64_t count_load_time; | ||||||
|  |     /* irq handling */ | ||||||
|  |     int64_t next_transition_time; | ||||||
|  |     QEMUTimer *irq_timer; | ||||||
|  |     qemu_irq irq; | ||||||
|  | } PITChannelState; | ||||||
|  |  | ||||||
|  | struct PITState { | ||||||
|  |     PITChannelState channels[3]; | ||||||
|  |     uint32_t flags; | ||||||
|  | }; | ||||||
|  |  | ||||||
|  | void pit_save(QEMUFile *f, void *opaque); | ||||||
|  |  | ||||||
|  | int pit_load(QEMUFile *f, void *opaque, int version_id); | ||||||
|  |  | ||||||
|  | void pit_reset(void *opaque); | ||||||
|  |  | ||||||
|  | #endif | ||||||
							
								
								
									
										144
									
								
								hw/i8259.c
									
									
									
									
									
								
							
							
						
						
									
										144
									
								
								hw/i8259.c
									
									
									
									
									
								
							| @@ -27,6 +27,8 @@ | |||||||
| #include "monitor.h" | #include "monitor.h" | ||||||
| #include "qemu-timer.h" | #include "qemu-timer.h" | ||||||
|  |  | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| /* debug PIC */ | /* debug PIC */ | ||||||
| //#define DEBUG_PIC | //#define DEBUG_PIC | ||||||
|  |  | ||||||
| @@ -181,7 +183,6 @@ int64_t irq_time[16]; | |||||||
| static void i8259_set_irq(void *opaque, int irq, int level) | static void i8259_set_irq(void *opaque, int irq, int level) | ||||||
| { | { | ||||||
|     PicState2 *s = opaque; |     PicState2 *s = opaque; | ||||||
|  |  | ||||||
| #if defined(DEBUG_PIC) || defined(DEBUG_IRQ_COUNT) | #if defined(DEBUG_PIC) || defined(DEBUG_IRQ_COUNT) | ||||||
|     if (level != irq_level[irq]) { |     if (level != irq_level[irq]) { | ||||||
| #if defined(DEBUG_PIC) | #if defined(DEBUG_PIC) | ||||||
| @@ -212,18 +213,35 @@ static inline void pic_intack(PicState *s, int irq) | |||||||
|     } else { |     } else { | ||||||
|         s->isr |= (1 << irq); |         s->isr |= (1 << irq); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /* We don't clear a level sensitive interrupt here */ |     /* We don't clear a level sensitive interrupt here */ | ||||||
|     if (!(s->elcr & (1 << irq))) |     if (!(s->elcr & (1 << irq))) | ||||||
|         s->irr &= ~(1 << irq); |         s->irr &= ~(1 << irq); | ||||||
|  |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  | extern int time_drift_fix; | ||||||
|  |  | ||||||
| int pic_read_irq(PicState2 *s) | int pic_read_irq(PicState2 *s) | ||||||
| { | { | ||||||
|     int irq, irq2, intno; |     int irq, irq2, intno; | ||||||
|  |  | ||||||
|     irq = pic_get_irq(&s->pics[0]); |     irq = pic_get_irq(&s->pics[0]); | ||||||
|     if (irq >= 0) { |     if (irq >= 0) { | ||||||
|  |  | ||||||
|         pic_intack(&s->pics[0], irq); |         pic_intack(&s->pics[0], irq); | ||||||
|  | #ifndef TARGET_IA64 | ||||||
|  | 	if (time_drift_fix && irq == 0) { | ||||||
|  | 	    extern int64_t timer_acks, timer_ints_to_push; | ||||||
|  | 	    timer_acks++; | ||||||
|  | 	    if (timer_ints_to_push > 0) { | ||||||
|  | 		timer_ints_to_push--; | ||||||
|  |                 /* simulate an edge irq0, like the one generated by i8254 */ | ||||||
|  |                 pic_set_irq1(&s->pics[0], 0, 0); | ||||||
|  |                 pic_set_irq1(&s->pics[0], 0, 1); | ||||||
|  | 	    } | ||||||
|  | 	} | ||||||
|  | #endif | ||||||
|         if (irq == 2) { |         if (irq == 2) { | ||||||
|             irq2 = pic_get_irq(&s->pics[1]); |             irq2 = pic_get_irq(&s->pics[1]); | ||||||
|             if (irq2 >= 0) { |             if (irq2 >= 0) { | ||||||
| @@ -446,9 +464,33 @@ static uint32_t elcr_ioport_read(void *opaque, uint32_t addr1) | |||||||
|     return s->elcr; |     return s->elcr; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | static void kvm_kernel_pic_save_to_user(PicState *s); | ||||||
|  | static int kvm_kernel_pic_load_from_user(PicState *s); | ||||||
|  |  | ||||||
|  | static void pic_pre_save(void *opaque) | ||||||
|  | { | ||||||
|  |     PicState *s = opaque; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_kernel_pic_save_to_user(s); | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int pic_post_load(void *opaque, int version_id) | ||||||
|  | { | ||||||
|  |     PicState *s = opaque; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_kernel_pic_load_from_user(s); | ||||||
|  |     } | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
| static const VMStateDescription vmstate_pic = { | static const VMStateDescription vmstate_pic = { | ||||||
|     .name = "i8259", |     .name = "i8259", | ||||||
|     .version_id = 1, |     .version_id = 1, | ||||||
|  |     .pre_save = pic_pre_save, | ||||||
|  |     .post_load = pic_post_load, | ||||||
|     .minimum_version_id = 1, |     .minimum_version_id = 1, | ||||||
|     .minimum_version_id_old = 1, |     .minimum_version_id_old = 1, | ||||||
|     .fields      = (VMStateField []) { |     .fields      = (VMStateField []) { | ||||||
| @@ -535,3 +577,103 @@ qemu_irq *i8259_init(qemu_irq parent_irq) | |||||||
|     isa_pic = s; |     isa_pic = s; | ||||||
|     return qemu_allocate_irqs(i8259_set_irq, s, 16); |     return qemu_allocate_irqs(i8259_set_irq, s, 16); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | static void kvm_kernel_pic_save_to_user(PicState *s) | ||||||
|  | { | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  |     struct kvm_irqchip chip; | ||||||
|  |     struct kvm_pic_state *kpic; | ||||||
|  |  | ||||||
|  |     chip.chip_id = (&s->pics_state->pics[0] == s) ? | ||||||
|  |                    KVM_IRQCHIP_PIC_MASTER : | ||||||
|  |                    KVM_IRQCHIP_PIC_SLAVE; | ||||||
|  |     kvm_get_irqchip(kvm_context, &chip); | ||||||
|  |     kpic = &chip.chip.pic; | ||||||
|  |  | ||||||
|  |     s->last_irr = kpic->last_irr; | ||||||
|  |     s->irr = kpic->irr; | ||||||
|  |     s->imr = kpic->imr; | ||||||
|  |     s->isr = kpic->isr; | ||||||
|  |     s->priority_add = kpic->priority_add; | ||||||
|  |     s->irq_base = kpic->irq_base; | ||||||
|  |     s->read_reg_select = kpic->read_reg_select; | ||||||
|  |     s->poll = kpic->poll; | ||||||
|  |     s->special_mask = kpic->special_mask; | ||||||
|  |     s->init_state = kpic->init_state; | ||||||
|  |     s->auto_eoi = kpic->auto_eoi; | ||||||
|  |     s->rotate_on_auto_eoi = kpic->rotate_on_auto_eoi; | ||||||
|  |     s->special_fully_nested_mode = kpic->special_fully_nested_mode; | ||||||
|  |     s->init4 = kpic->init4; | ||||||
|  |     s->elcr = kpic->elcr; | ||||||
|  |     s->elcr_mask = kpic->elcr_mask; | ||||||
|  | #endif | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int kvm_kernel_pic_load_from_user(PicState *s) | ||||||
|  | { | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  |     struct kvm_irqchip chip; | ||||||
|  |     struct kvm_pic_state *kpic; | ||||||
|  |  | ||||||
|  |     chip.chip_id = (&s->pics_state->pics[0] == s) ? | ||||||
|  |                    KVM_IRQCHIP_PIC_MASTER : | ||||||
|  |                    KVM_IRQCHIP_PIC_SLAVE; | ||||||
|  |     kpic = &chip.chip.pic; | ||||||
|  |  | ||||||
|  |     kpic->last_irr = s->last_irr; | ||||||
|  |     kpic->irr = s->irr; | ||||||
|  |     kpic->imr = s->imr; | ||||||
|  |     kpic->isr = s->isr; | ||||||
|  |     kpic->priority_add = s->priority_add; | ||||||
|  |     kpic->irq_base = s->irq_base; | ||||||
|  |     kpic->read_reg_select = s->read_reg_select; | ||||||
|  |     kpic->poll = s->poll; | ||||||
|  |     kpic->special_mask = s->special_mask; | ||||||
|  |     kpic->init_state = s->init_state; | ||||||
|  |     kpic->auto_eoi = s->auto_eoi; | ||||||
|  |     kpic->rotate_on_auto_eoi = s->rotate_on_auto_eoi; | ||||||
|  |     kpic->special_fully_nested_mode = s->special_fully_nested_mode; | ||||||
|  |     kpic->init4 = s->init4; | ||||||
|  |     kpic->elcr = s->elcr; | ||||||
|  |     kpic->elcr_mask = s->elcr_mask; | ||||||
|  |  | ||||||
|  |     kvm_set_irqchip(kvm_context, &chip); | ||||||
|  | #endif | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  | static void kvm_i8259_set_irq(void *opaque, int irq, int level) | ||||||
|  | { | ||||||
|  |     int pic_ret; | ||||||
|  |     if (kvm_set_irq(irq, level, &pic_ret)) { | ||||||
|  |         if (pic_ret != 0) | ||||||
|  |             apic_set_irq_delivered(); | ||||||
|  |         return; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void kvm_pic_init1(int io_addr, PicState *s) | ||||||
|  | { | ||||||
|  |     vmstate_register(io_addr, &vmstate_pic, s); | ||||||
|  |     qemu_register_reset(pic_reset, s); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | qemu_irq *kvm_i8259_init(qemu_irq parent_irq) | ||||||
|  | { | ||||||
|  |     PicState2 *s; | ||||||
|  |  | ||||||
|  |     s = qemu_mallocz(sizeof(PicState2)); | ||||||
|  |  | ||||||
|  |     kvm_pic_init1(0x20, &s->pics[0]); | ||||||
|  |     kvm_pic_init1(0xa0, &s->pics[1]); | ||||||
|  |     s->parent_irq = parent_irq; | ||||||
|  |     s->pics[0].pics_state = s; | ||||||
|  |     s->pics[1].pics_state = s; | ||||||
|  |     isa_pic = s; | ||||||
|  |     return qemu_allocate_irqs(kvm_i8259_set_irq, s, 24); | ||||||
|  | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -70,11 +70,7 @@ static void ide_map(PCIDevice *pci_dev, int region_num, | |||||||
|  |  | ||||||
| static PCIIDEState *pci_from_bm(BMDMAState *bm) | static PCIIDEState *pci_from_bm(BMDMAState *bm) | ||||||
| { | { | ||||||
|     if (bm->unit == 0) { |     return bm->pci_dev; | ||||||
|         return container_of(bm, PCIIDEState, bmdma[0]); |  | ||||||
|     } else { |  | ||||||
|         return container_of(bm, PCIIDEState, bmdma[1]); |  | ||||||
|     } |  | ||||||
| } | } | ||||||
|  |  | ||||||
| static uint32_t bmdma_readb(void *opaque, uint32_t addr) | static uint32_t bmdma_readb(void *opaque, uint32_t addr) | ||||||
| @@ -145,6 +141,7 @@ static void bmdma_map(PCIDevice *pci_dev, int region_num, | |||||||
|         BMDMAState *bm = &d->bmdma[i]; |         BMDMAState *bm = &d->bmdma[i]; | ||||||
|         d->bus[i].bmdma = bm; |         d->bus[i].bmdma = bm; | ||||||
|         bm->bus = d->bus+i; |         bm->bus = d->bus+i; | ||||||
|  |         bm->pci_dev = d; | ||||||
|         qemu_add_vm_change_state_handler(ide_dma_restart_cb, bm); |         qemu_add_vm_change_state_handler(ide_dma_restart_cb, bm); | ||||||
|  |  | ||||||
|         register_ioport_write(addr, 1, 1, bmdma_cmd_writeb, bm); |         register_ioport_write(addr, 1, 1, bmdma_cmd_writeb, bm); | ||||||
|   | |||||||
| @@ -2827,10 +2827,6 @@ static void ide_dma_restart(IDEState *s, int is_read) | |||||||
| void ide_dma_cancel(BMDMAState *bm) | void ide_dma_cancel(BMDMAState *bm) | ||||||
| { | { | ||||||
|     if (bm->status & BM_STATUS_DMAING) { |     if (bm->status & BM_STATUS_DMAING) { | ||||||
|         bm->status &= ~BM_STATUS_DMAING; |  | ||||||
|         /* cancel DMA request */ |  | ||||||
|         bm->unit = -1; |  | ||||||
|         bm->dma_cb = NULL; |  | ||||||
|         if (bm->aiocb) { |         if (bm->aiocb) { | ||||||
| #ifdef DEBUG_AIO | #ifdef DEBUG_AIO | ||||||
|             printf("aio_cancel\n"); |             printf("aio_cancel\n"); | ||||||
| @@ -2838,6 +2834,10 @@ void ide_dma_cancel(BMDMAState *bm) | |||||||
|             bdrv_aio_cancel(bm->aiocb); |             bdrv_aio_cancel(bm->aiocb); | ||||||
|             bm->aiocb = NULL; |             bm->aiocb = NULL; | ||||||
|         } |         } | ||||||
|  |         bm->status &= ~BM_STATUS_DMAING; | ||||||
|  |         /* cancel DMA request */ | ||||||
|  |         bm->unit = -1; | ||||||
|  |         bm->dma_cb = NULL; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -481,6 +481,7 @@ struct BMDMAState { | |||||||
|     uint8_t status; |     uint8_t status; | ||||||
|     uint32_t addr; |     uint32_t addr; | ||||||
|  |  | ||||||
|  |     struct PCIIDEState *pci_dev; | ||||||
|     IDEBus *bus; |     IDEBus *bus; | ||||||
|     /* current transfer state */ |     /* current transfer state */ | ||||||
|     uint32_t cur_addr; |     uint32_t cur_addr; | ||||||
|   | |||||||
| @@ -78,6 +78,7 @@ static void bmdma_map(PCIDevice *pci_dev, int region_num, | |||||||
|         BMDMAState *bm = &d->bmdma[i]; |         BMDMAState *bm = &d->bmdma[i]; | ||||||
|         d->bus[i].bmdma = bm; |         d->bus[i].bmdma = bm; | ||||||
|         bm->bus = d->bus+i; |         bm->bus = d->bus+i; | ||||||
|  |         bm->pci_dev = d; | ||||||
|         qemu_add_vm_change_state_handler(ide_dma_restart_cb, bm); |         qemu_add_vm_change_state_handler(ide_dma_restart_cb, bm); | ||||||
|  |  | ||||||
|         register_ioport_write(addr, 1, 1, bmdma_cmd_writeb, bm); |         register_ioport_write(addr, 1, 1, bmdma_cmd_writeb, bm); | ||||||
|   | |||||||
							
								
								
									
										93
									
								
								hw/ioapic.c
									
									
									
									
									
								
							
							
						
						
									
										93
									
								
								hw/ioapic.c
									
									
									
									
									
								
							| @@ -22,12 +22,16 @@ | |||||||
|  |  | ||||||
| #include "hw.h" | #include "hw.h" | ||||||
| #include "pc.h" | #include "pc.h" | ||||||
|  | #include "sysemu.h" | ||||||
| #include "qemu-timer.h" | #include "qemu-timer.h" | ||||||
| #include "host-utils.h" | #include "host-utils.h" | ||||||
|  |  | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| //#define DEBUG_IOAPIC | //#define DEBUG_IOAPIC | ||||||
|  |  | ||||||
| #define IOAPIC_NUM_PINS			0x18 | #define IOAPIC_NUM_PINS			0x18 | ||||||
|  | #define IOAPIC_DEFAULT_BASE_ADDRESS  0xfec00000 | ||||||
| #define IOAPIC_LVT_MASKED 		(1<<16) | #define IOAPIC_LVT_MASKED 		(1<<16) | ||||||
|  |  | ||||||
| #define IOAPIC_TRIGGER_EDGE		0 | #define IOAPIC_TRIGGER_EDGE		0 | ||||||
| @@ -45,6 +49,7 @@ | |||||||
| struct IOAPICState { | struct IOAPICState { | ||||||
|     uint8_t id; |     uint8_t id; | ||||||
|     uint8_t ioregsel; |     uint8_t ioregsel; | ||||||
|  |     uint64_t base_address; | ||||||
|  |  | ||||||
|     uint32_t irr; |     uint32_t irr; | ||||||
|     uint64_t ioredtbl[IOAPIC_NUM_PINS]; |     uint64_t ioredtbl[IOAPIC_NUM_PINS]; | ||||||
| @@ -94,8 +99,9 @@ void ioapic_set_irq(void *opaque, int vector, int level) | |||||||
|      * to GSI 2.  GSI maps to ioapic 1-1.  This is not |      * to GSI 2.  GSI maps to ioapic 1-1.  This is not | ||||||
|      * the cleanest way of doing it but it should work. */ |      * the cleanest way of doing it but it should work. */ | ||||||
|  |  | ||||||
|     if (vector == 0) |     if (vector == 0 && irq0override) { | ||||||
|         vector = 2; |         vector = 2; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     if (vector >= 0 && vector < IOAPIC_NUM_PINS) { |     if (vector >= 0 && vector < IOAPIC_NUM_PINS) { | ||||||
|         uint32_t mask = 1 << vector; |         uint32_t mask = 1 << vector; | ||||||
| @@ -191,14 +197,91 @@ static void ioapic_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t va | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | static void kvm_kernel_ioapic_save_to_user(IOAPICState *s) | ||||||
|  | { | ||||||
|  | #if defined(KVM_CAP_IRQCHIP) && defined(TARGET_I386) | ||||||
|  |     struct kvm_irqchip chip; | ||||||
|  |     struct kvm_ioapic_state *kioapic; | ||||||
|  |     int i; | ||||||
|  |  | ||||||
|  |     chip.chip_id = KVM_IRQCHIP_IOAPIC; | ||||||
|  |     kvm_get_irqchip(kvm_context, &chip); | ||||||
|  |     kioapic = &chip.chip.ioapic; | ||||||
|  |  | ||||||
|  |     s->id = kioapic->id; | ||||||
|  |     s->ioregsel = kioapic->ioregsel; | ||||||
|  |     s->base_address = kioapic->base_address; | ||||||
|  |     s->irr = kioapic->irr; | ||||||
|  |     for (i = 0; i < IOAPIC_NUM_PINS; i++) { | ||||||
|  |         s->ioredtbl[i] = kioapic->redirtbl[i].bits; | ||||||
|  |     } | ||||||
|  | #endif | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void kvm_kernel_ioapic_load_from_user(IOAPICState *s) | ||||||
|  | { | ||||||
|  | #if defined(KVM_CAP_IRQCHIP) && defined(TARGET_I386) | ||||||
|  |     struct kvm_irqchip chip; | ||||||
|  |     struct kvm_ioapic_state *kioapic; | ||||||
|  |     int i; | ||||||
|  |  | ||||||
|  |     chip.chip_id = KVM_IRQCHIP_IOAPIC; | ||||||
|  |     kioapic = &chip.chip.ioapic; | ||||||
|  |  | ||||||
|  |     kioapic->id = s->id; | ||||||
|  |     kioapic->ioregsel = s->ioregsel; | ||||||
|  |     kioapic->base_address = s->base_address; | ||||||
|  |     kioapic->irr = s->irr; | ||||||
|  |     for (i = 0; i < IOAPIC_NUM_PINS; i++) { | ||||||
|  |         kioapic->redirtbl[i].bits = s->ioredtbl[i]; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     kvm_set_irqchip(kvm_context, &chip); | ||||||
|  | #endif | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void ioapic_pre_save(void *opaque) | ||||||
|  | { | ||||||
|  |     IOAPICState *s = (void *)opaque; | ||||||
|  |   | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_kernel_ioapic_save_to_user(s); | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int ioapic_pre_load(void *opaque) | ||||||
|  | { | ||||||
|  |     IOAPICState *s = opaque; | ||||||
|  |  | ||||||
|  |     /* in case we are doing version 1, we just set these to sane values */ | ||||||
|  |     s->base_address = IOAPIC_DEFAULT_BASE_ADDRESS; | ||||||
|  |     s->irr = 0; | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int ioapic_post_load(void *opaque, int version_id) | ||||||
|  | { | ||||||
|  |     IOAPICState *s = opaque; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_kernel_ioapic_load_from_user(s); | ||||||
|  |     } | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
| static const VMStateDescription vmstate_ioapic = { | static const VMStateDescription vmstate_ioapic = { | ||||||
|     .name = "ioapic", |     .name = "ioapic", | ||||||
|     .version_id = 1, |     .version_id = 2, | ||||||
|     .minimum_version_id = 1, |     .minimum_version_id = 1, | ||||||
|     .minimum_version_id_old = 1, |     .minimum_version_id_old = 1, | ||||||
|  |     .pre_load = ioapic_pre_load, | ||||||
|  |     .post_load = ioapic_post_load, | ||||||
|  |     .pre_save = ioapic_pre_save, | ||||||
|     .fields      = (VMStateField []) { |     .fields      = (VMStateField []) { | ||||||
|         VMSTATE_UINT8(id, IOAPICState), |         VMSTATE_UINT8(id, IOAPICState), | ||||||
|         VMSTATE_UINT8(ioregsel, IOAPICState), |         VMSTATE_UINT8(ioregsel, IOAPICState), | ||||||
|  |         VMSTATE_UINT64_V(base_address, IOAPICState, 2), | ||||||
|  |         VMSTATE_UINT32_V(irr, IOAPICState, 2), | ||||||
|         VMSTATE_UINT64_ARRAY(ioredtbl, IOAPICState, IOAPIC_NUM_PINS), |         VMSTATE_UINT64_ARRAY(ioredtbl, IOAPICState, IOAPIC_NUM_PINS), | ||||||
|         VMSTATE_END_OF_LIST() |         VMSTATE_END_OF_LIST() | ||||||
|     } |     } | ||||||
| @@ -210,8 +293,14 @@ static void ioapic_reset(void *opaque) | |||||||
|     int i; |     int i; | ||||||
|  |  | ||||||
|     memset(s, 0, sizeof(*s)); |     memset(s, 0, sizeof(*s)); | ||||||
|  |     s->base_address = IOAPIC_DEFAULT_BASE_ADDRESS; | ||||||
|     for(i = 0; i < IOAPIC_NUM_PINS; i++) |     for(i = 0; i < IOAPIC_NUM_PINS; i++) | ||||||
|         s->ioredtbl[i] = 1 << 16; /* mask LVT */ |         s->ioredtbl[i] = 1 << 16; /* mask LVT */ | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_kernel_ioapic_load_from_user(s); | ||||||
|  |     } | ||||||
|  | #endif | ||||||
| } | } | ||||||
|  |  | ||||||
| static CPUReadMemoryFunc * const ioapic_mem_read[3] = { | static CPUReadMemoryFunc * const ioapic_mem_read[3] = { | ||||||
|   | |||||||
							
								
								
									
										713
									
								
								hw/ipf.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										713
									
								
								hw/ipf.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,713 @@ | |||||||
|  | /* | ||||||
|  |  * Itanium Platform Emulator derived from QEMU PC System Emulator | ||||||
|  |  * | ||||||
|  |  * Copyright (c) 2003-2004 Fabrice Bellard | ||||||
|  |  * | ||||||
|  |  * Copyright (c) 2007 Intel | ||||||
|  |  * Ported for IA64 Platform Zhang Xiantao <xiantao.zhang@intel.com> | ||||||
|  |  * | ||||||
|  |  * Permission is hereby granted, free of charge, to any person obtaining a copy | ||||||
|  |  * of this software and associated documentation files (the "Software"), to deal | ||||||
|  |  * in the Software without restriction, including without limitation the rights | ||||||
|  |  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||||||
|  |  * copies of the Software, and to permit persons to whom the Software is | ||||||
|  |  * furnished to do so, subject to the following conditions: | ||||||
|  |  * | ||||||
|  |  * The above copyright notice and this permission notice shall be included in | ||||||
|  |  * all copies or substantial portions of the Software. | ||||||
|  |  * | ||||||
|  |  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||||
|  |  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||||
|  |  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||||||
|  |  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||||||
|  |  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||||||
|  |  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||||||
|  |  * THE SOFTWARE. | ||||||
|  |  */ | ||||||
|  |  | ||||||
|  | #include "hw.h" | ||||||
|  | #include "pc.h" | ||||||
|  | #include "fdc.h" | ||||||
|  | #include "pci.h" | ||||||
|  | #include "block.h" | ||||||
|  | #include "sysemu.h" | ||||||
|  | #include "audio/audio.h" | ||||||
|  | #include "net.h" | ||||||
|  | #include "smbus.h" | ||||||
|  | #include "boards.h" | ||||||
|  | #include "firmware.h" | ||||||
|  | #include "ia64intrin.h" | ||||||
|  | #include <unistd.h> | ||||||
|  | #include "device-assignment.h" | ||||||
|  | #include "virtio-blk.h" | ||||||
|  |  | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
|  | #define FW_FILENAME "Flash.fd" | ||||||
|  |  | ||||||
|  | /* Leave a chunk of memory at the top of RAM for the BIOS ACPI tables.  */ | ||||||
|  | #define ACPI_DATA_SIZE       0x10000 | ||||||
|  |  | ||||||
|  | #define MAX_IDE_BUS 2 | ||||||
|  |  | ||||||
|  | static fdctrl_t *floppy_controller; | ||||||
|  | static RTCState *rtc_state; | ||||||
|  | static PCIDevice *i440fx_state; | ||||||
|  |  | ||||||
|  | static uint32_t ipf_to_legacy_io(target_phys_addr_t addr) | ||||||
|  | { | ||||||
|  |     return (uint32_t)(((addr&0x3ffffff) >> 12 << 2)|((addr) & 0x3)); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void ipf_legacy_io_writeb(void *opaque, target_phys_addr_t addr, | ||||||
|  | 				 uint32_t val) { | ||||||
|  |     uint32_t port = ipf_to_legacy_io(addr); | ||||||
|  |  | ||||||
|  |     cpu_outb(0, port, val); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void ipf_legacy_io_writew(void *opaque, target_phys_addr_t addr, | ||||||
|  | 				 uint32_t val) { | ||||||
|  |     uint32_t port = ipf_to_legacy_io(addr); | ||||||
|  |  | ||||||
|  |     cpu_outw(0, port, val); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void ipf_legacy_io_writel(void *opaque, target_phys_addr_t addr, | ||||||
|  | 				 uint32_t val) { | ||||||
|  |     uint32_t port = ipf_to_legacy_io(addr); | ||||||
|  |  | ||||||
|  |     cpu_outl(0, port, val); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static uint32_t ipf_legacy_io_readb(void *opaque, target_phys_addr_t addr) | ||||||
|  | { | ||||||
|  |     uint32_t port = ipf_to_legacy_io(addr); | ||||||
|  |  | ||||||
|  |     return cpu_inb(0, port); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static uint32_t ipf_legacy_io_readw(void *opaque, target_phys_addr_t addr) | ||||||
|  | { | ||||||
|  |     uint32_t port = ipf_to_legacy_io(addr); | ||||||
|  |  | ||||||
|  |     return cpu_inw(0, port); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static uint32_t ipf_legacy_io_readl(void *opaque, target_phys_addr_t addr) | ||||||
|  | { | ||||||
|  |     uint32_t port = ipf_to_legacy_io(addr); | ||||||
|  |  | ||||||
|  |     return cpu_inl(0, port); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static CPUReadMemoryFunc *ipf_legacy_io_read[3] = { | ||||||
|  |     ipf_legacy_io_readb, | ||||||
|  |     ipf_legacy_io_readw, | ||||||
|  |     ipf_legacy_io_readl, | ||||||
|  | }; | ||||||
|  |  | ||||||
|  | static CPUWriteMemoryFunc *ipf_legacy_io_write[3] = { | ||||||
|  |     ipf_legacy_io_writeb, | ||||||
|  |     ipf_legacy_io_writew, | ||||||
|  |     ipf_legacy_io_writel, | ||||||
|  | }; | ||||||
|  |  | ||||||
|  | static void pic_irq_request(void *opaque, int irq, int level) | ||||||
|  | { | ||||||
|  |     fprintf(stderr,"pic_irq_request called!\n"); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* PC cmos mappings */ | ||||||
|  |  | ||||||
|  | #define REG_EQUIPMENT_BYTE          0x14 | ||||||
|  |  | ||||||
|  | static int cmos_get_fd_drive_type(int fd0) | ||||||
|  | { | ||||||
|  |     int val; | ||||||
|  |  | ||||||
|  |     switch (fd0) { | ||||||
|  |     case 0: | ||||||
|  |         /* 1.44 Mb 3"5 drive */ | ||||||
|  |         val = 4; | ||||||
|  |         break; | ||||||
|  |     case 1: | ||||||
|  |         /* 2.88 Mb 3"5 drive */ | ||||||
|  |         val = 5; | ||||||
|  |         break; | ||||||
|  |     case 2: | ||||||
|  |         /* 1.2 Mb 5"5 drive */ | ||||||
|  |         val = 2; | ||||||
|  |         break; | ||||||
|  |     default: | ||||||
|  |         val = 0; | ||||||
|  |         break; | ||||||
|  |     } | ||||||
|  |     return val; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void cmos_init_hd(int type_ofs, int info_ofs, BlockDriverState *hd) | ||||||
|  | { | ||||||
|  |     RTCState *s = rtc_state; | ||||||
|  |     int cylinders, heads, sectors; | ||||||
|  |  | ||||||
|  |     bdrv_get_geometry_hint(hd, &cylinders, &heads, §ors); | ||||||
|  |     rtc_set_memory(s, type_ofs, 47); | ||||||
|  |     rtc_set_memory(s, info_ofs, cylinders); | ||||||
|  |     rtc_set_memory(s, info_ofs + 1, cylinders >> 8); | ||||||
|  |     rtc_set_memory(s, info_ofs + 2, heads); | ||||||
|  |     rtc_set_memory(s, info_ofs + 3, 0xff); | ||||||
|  |     rtc_set_memory(s, info_ofs + 4, 0xff); | ||||||
|  |     rtc_set_memory(s, info_ofs + 5, 0xc0 | ((heads > 8) << 3)); | ||||||
|  |     rtc_set_memory(s, info_ofs + 6, cylinders); | ||||||
|  |     rtc_set_memory(s, info_ofs + 7, cylinders >> 8); | ||||||
|  |     rtc_set_memory(s, info_ofs + 8, sectors); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* convert boot_device letter to something recognizable by the bios */ | ||||||
|  | static int boot_device2nibble(char boot_device) | ||||||
|  | { | ||||||
|  |     switch(boot_device) { | ||||||
|  |     case 'a': | ||||||
|  |     case 'b': | ||||||
|  |         return 0x01; /* floppy boot */ | ||||||
|  |     case 'c': | ||||||
|  |         return 0x02; /* hard drive boot */ | ||||||
|  |     case 'd': | ||||||
|  |         return 0x03; /* CD-ROM boot */ | ||||||
|  |     case 'n': | ||||||
|  |         return 0x04; /* Network boot */ | ||||||
|  |     } | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* hd_table must contain 4 block drivers */ | ||||||
|  | static void cmos_init(ram_addr_t ram_size, ram_addr_t above_4g_mem_size, | ||||||
|  |                       const char *boot_device, BlockDriverState **hd_table) | ||||||
|  | { | ||||||
|  |     RTCState *s = rtc_state; | ||||||
|  |     int nbds, bds[3] = { 0, }; | ||||||
|  |     int val; | ||||||
|  |     int fd0, fd1, nb; | ||||||
|  |     int i; | ||||||
|  |  | ||||||
|  |     /* various important CMOS locations needed by PC/Bochs bios */ | ||||||
|  |  | ||||||
|  |     /* memory size */ | ||||||
|  |     val = 640; /* base memory in K */ | ||||||
|  |     rtc_set_memory(s, 0x15, val); | ||||||
|  |     rtc_set_memory(s, 0x16, val >> 8); | ||||||
|  |  | ||||||
|  |     val = (ram_size / 1024) - 1024; | ||||||
|  |     if (val > 65535) | ||||||
|  |         val = 65535; | ||||||
|  |     rtc_set_memory(s, 0x17, val); | ||||||
|  |     rtc_set_memory(s, 0x18, val >> 8); | ||||||
|  |     rtc_set_memory(s, 0x30, val); | ||||||
|  |     rtc_set_memory(s, 0x31, val >> 8); | ||||||
|  |  | ||||||
|  |     if (above_4g_mem_size) { | ||||||
|  |         rtc_set_memory(s, 0x5b, (unsigned int)above_4g_mem_size >> 16); | ||||||
|  |         rtc_set_memory(s, 0x5c, (unsigned int)above_4g_mem_size >> 24); | ||||||
|  |         rtc_set_memory(s, 0x5d, above_4g_mem_size >> 32); | ||||||
|  |     } | ||||||
|  |     rtc_set_memory(s, 0x5f, smp_cpus - 1); | ||||||
|  |  | ||||||
|  |     if (ram_size > (16 * 1024 * 1024)) | ||||||
|  |         val = (ram_size / 65536) - ((16 * 1024 * 1024) / 65536); | ||||||
|  |     else | ||||||
|  |         val = 0; | ||||||
|  |     if (val > 65535) | ||||||
|  |         val = 65535; | ||||||
|  |     rtc_set_memory(s, 0x34, val); | ||||||
|  |     rtc_set_memory(s, 0x35, val >> 8); | ||||||
|  |  | ||||||
|  |     /* set boot devices, and disable floppy signature check if requested */ | ||||||
|  | #define PC_MAX_BOOT_DEVICES 3 | ||||||
|  |     nbds = strlen(boot_device); | ||||||
|  |  | ||||||
|  |     if (nbds > PC_MAX_BOOT_DEVICES) { | ||||||
|  |         fprintf(stderr, "Too many boot devices for PC\n"); | ||||||
|  |         exit(1); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     for (i = 0; i < nbds; i++) { | ||||||
|  |         bds[i] = boot_device2nibble(boot_device[i]); | ||||||
|  |         if (bds[i] == 0) { | ||||||
|  |             fprintf(stderr, "Invalid boot device for PC: '%c'\n", | ||||||
|  |                     boot_device[i]); | ||||||
|  |             exit(1); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     rtc_set_memory(s, 0x3d, (bds[1] << 4) | bds[0]); | ||||||
|  |     rtc_set_memory(s, 0x38, (bds[2] << 4) | (fd_bootchk ?  0x0 : 0x1)); | ||||||
|  |  | ||||||
|  |     /* floppy type */ | ||||||
|  |  | ||||||
|  |     fd0 = fdctrl_get_drive_type(floppy_controller, 0); | ||||||
|  |     fd1 = fdctrl_get_drive_type(floppy_controller, 1); | ||||||
|  |  | ||||||
|  |     val = (cmos_get_fd_drive_type(fd0) << 4) | cmos_get_fd_drive_type(fd1); | ||||||
|  |     rtc_set_memory(s, 0x10, val); | ||||||
|  |  | ||||||
|  |     val = 0; | ||||||
|  |     nb = 0; | ||||||
|  |     if (fd0 < 3) | ||||||
|  |         nb++; | ||||||
|  |     if (fd1 < 3) | ||||||
|  |         nb++; | ||||||
|  |  | ||||||
|  |     switch (nb) { | ||||||
|  |     case 0: | ||||||
|  |         break; | ||||||
|  |     case 1: | ||||||
|  |         val |= 0x01; /* 1 drive, ready for boot */ | ||||||
|  |         break; | ||||||
|  |     case 2: | ||||||
|  |         val |= 0x41; /* 2 drives, ready for boot */ | ||||||
|  |         break; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     val |= 0x02; /* FPU is there */ | ||||||
|  |     val |= 0x04; /* PS/2 mouse installed */ | ||||||
|  |     rtc_set_memory(s, REG_EQUIPMENT_BYTE, val); | ||||||
|  |  | ||||||
|  |     /* hard drives */ | ||||||
|  |  | ||||||
|  |     rtc_set_memory(s, 0x12, (hd_table[0] ? 0xf0 : 0) | (hd_table[1] ? 0x0f : 0)); | ||||||
|  |     if (hd_table[0]) | ||||||
|  |         cmos_init_hd(0x19, 0x1b, hd_table[0]); | ||||||
|  |     if (hd_table[1]) | ||||||
|  |         cmos_init_hd(0x1a, 0x24, hd_table[1]); | ||||||
|  |  | ||||||
|  |     val = 0; | ||||||
|  |     for (i = 0; i < 4; i++) { | ||||||
|  |         if (hd_table[i]) { | ||||||
|  |             int cylinders, heads, sectors, translation; | ||||||
|  |             /* NOTE: bdrv_get_geometry_hint() returns the physical | ||||||
|  |                geometry.  It is always such that: 1 <= sects <= 63, 1 | ||||||
|  |                <= heads <= 16, 1 <= cylinders <= 16383. The BIOS | ||||||
|  |                geometry can be different if a translation is done. */ | ||||||
|  |             translation = bdrv_get_translation_hint(hd_table[i]); | ||||||
|  |             if (translation == BIOS_ATA_TRANSLATION_AUTO) { | ||||||
|  |                 bdrv_get_geometry_hint(hd_table[i], &cylinders, | ||||||
|  |                                        &heads, §ors); | ||||||
|  |                 if (cylinders <= 1024 && heads <= 16 && sectors <= 63) { | ||||||
|  |                     /* No translation. */ | ||||||
|  |                     translation = 0; | ||||||
|  |                 } else { | ||||||
|  |                     /* LBA translation. */ | ||||||
|  |                     translation = 1; | ||||||
|  |                 } | ||||||
|  |             } else { | ||||||
|  |                 translation--; | ||||||
|  |             } | ||||||
|  |             val |= translation << (i * 2); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |     rtc_set_memory(s, 0x39, val); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void main_cpu_reset(void *opaque) | ||||||
|  | { | ||||||
|  |     CPUState *env = opaque; | ||||||
|  |     cpu_reset(env); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static const int ide_iobase[2] = { 0x1f0, 0x170 }; | ||||||
|  | static const int ide_iobase2[2] = { 0x3f6, 0x376 }; | ||||||
|  | static const int ide_irq[2] = { 14, 15 }; | ||||||
|  |  | ||||||
|  | #define NE2000_NB_MAX 6 | ||||||
|  |  | ||||||
|  | static int ne2000_io[NE2000_NB_MAX] = { 0x300, 0x320, 0x340, | ||||||
|  |                                         0x360, 0x280, 0x380 }; | ||||||
|  | static int ne2000_irq[NE2000_NB_MAX] = { 9, 10, 11, 3, 4, 5 }; | ||||||
|  |  | ||||||
|  | static int serial_io[MAX_SERIAL_PORTS] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 }; | ||||||
|  | static int serial_irq[MAX_SERIAL_PORTS] = { 4, 3, 4, 3 }; | ||||||
|  |  | ||||||
|  | static int parallel_io[MAX_PARALLEL_PORTS] = { 0x378, 0x278, 0x3bc }; | ||||||
|  | static int parallel_irq[MAX_PARALLEL_PORTS] = { 7, 7, 7 }; | ||||||
|  |  | ||||||
|  | #ifdef HAS_AUDIO | ||||||
|  | static void audio_init (PCIBus *pci_bus, qemu_irq *pic) | ||||||
|  | { | ||||||
|  |     struct soundhw *c; | ||||||
|  |     int audio_enabled = 0; | ||||||
|  |  | ||||||
|  |     for (c = soundhw; !audio_enabled && c->name; ++c) { | ||||||
|  |         audio_enabled = c->enabled; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (audio_enabled) { | ||||||
|  |         AudioState *s; | ||||||
|  |  | ||||||
|  |         s = AUD_init (); | ||||||
|  |         if (s) { | ||||||
|  |             for (c = soundhw; c->name; ++c) { | ||||||
|  |                 if (c->enabled) { | ||||||
|  |                     if (c->isa) { | ||||||
|  |                         c->init.init_isa (s, pic); | ||||||
|  |                     } else { | ||||||
|  |                         if (pci_bus) { | ||||||
|  |                             c->init.init_pci (pci_bus, s); | ||||||
|  |                         } | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
|  | static void pc_init_ne2k_isa(NICInfo *nd, qemu_irq *pic) | ||||||
|  | { | ||||||
|  |     static int nb_ne2k = 0; | ||||||
|  |  | ||||||
|  |     if (nb_ne2k == NE2000_NB_MAX) | ||||||
|  |         return; | ||||||
|  |     isa_ne2000_init(ne2000_io[nb_ne2k], pic[ne2000_irq[nb_ne2k]], nd); | ||||||
|  |     nb_ne2k++; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* Itanium hardware initialisation */ | ||||||
|  | static void ipf_init1(ram_addr_t ram_size, | ||||||
|  |                       const char *boot_device, DisplayState *ds, | ||||||
|  |                       const char *kernel_filename, const char *kernel_cmdline, | ||||||
|  |                       const char *initrd_filename, | ||||||
|  |                       int pci_enabled, const char *cpu_model) | ||||||
|  | { | ||||||
|  |     char buf[1024]; | ||||||
|  |     int i; | ||||||
|  |     ram_addr_t ram_addr; | ||||||
|  |     ram_addr_t above_4g_mem_size = 0; | ||||||
|  |     PCIBus *pci_bus; | ||||||
|  |     PCIDevice *pci_dev; | ||||||
|  |     int piix3_devfn = -1; | ||||||
|  |     CPUState *env; | ||||||
|  |     qemu_irq *cpu_irq; | ||||||
|  |     qemu_irq *i8259; | ||||||
|  |     int page_size; | ||||||
|  |     int index; | ||||||
|  |     unsigned long ipf_legacy_io_base, ipf_legacy_io_mem; | ||||||
|  |     BlockDriverState *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; | ||||||
|  |     BlockDriverState *fd[MAX_FD]; | ||||||
|  |  | ||||||
|  |     page_size = getpagesize(); | ||||||
|  |     if (page_size != TARGET_PAGE_SIZE) { | ||||||
|  | 	fprintf(stderr,"Error! Host page size != qemu target page size," | ||||||
|  |                 " you may need to change TARGET_PAGE_BITS in qemu!" | ||||||
|  |                 "host page size:0x%x\n", page_size); | ||||||
|  |         exit(-1); | ||||||
|  |     }; | ||||||
|  |  | ||||||
|  |     if (ram_size >= 0xc0000000 ) { | ||||||
|  |         above_4g_mem_size = ram_size - 0xc0000000; | ||||||
|  |         ram_size = 0xc0000000; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* init CPUs */ | ||||||
|  |     if (cpu_model == NULL) { | ||||||
|  |         cpu_model = "IA64"; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     for(i = 0; i < smp_cpus; i++) { | ||||||
|  |         env = cpu_init(cpu_model); | ||||||
|  |         if (!env) { | ||||||
|  |             fprintf(stderr, "Unable to find CPU definition\n"); | ||||||
|  |             exit(1); | ||||||
|  |         } | ||||||
|  |         if (i != 0) | ||||||
|  |             env->hflags |= HF_HALTED_MASK; | ||||||
|  |         register_savevm("cpu", i, 4, cpu_save, cpu_load, env); | ||||||
|  |         qemu_register_reset(main_cpu_reset, 0, env); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* allocate RAM */ | ||||||
|  |     if (kvm_enabled()) { | ||||||
|  |         ram_addr = qemu_ram_alloc(0xa0000); | ||||||
|  |         cpu_register_physical_memory(0, 0xa0000, ram_addr); | ||||||
|  |  | ||||||
|  |         ram_addr = qemu_ram_alloc(0x20000); // Workaround 0xa0000-0xc0000 | ||||||
|  |  | ||||||
|  |         ram_addr = qemu_ram_alloc(0x40000); | ||||||
|  |         cpu_register_physical_memory(0xc0000, 0x40000, ram_addr); | ||||||
|  |  | ||||||
|  |         ram_addr = qemu_ram_alloc(ram_size - 0x100000); | ||||||
|  |         cpu_register_physical_memory(0x100000, ram_size - 0x100000, ram_addr); | ||||||
|  |     } else { | ||||||
|  |         ram_addr = qemu_ram_alloc(ram_size); | ||||||
|  |         cpu_register_physical_memory(0, ram_size, ram_addr); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /* above 4giga memory allocation */ | ||||||
|  |     if (above_4g_mem_size > 0) { | ||||||
|  |         ram_addr = qemu_ram_alloc(above_4g_mem_size); | ||||||
|  |         cpu_register_physical_memory(0x100000000, above_4g_mem_size, ram_addr); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /*Load firware to its proper position.*/ | ||||||
|  |     if (kvm_enabled()) { | ||||||
|  |         unsigned long  image_size; | ||||||
|  |         uint8_t *image = NULL; | ||||||
|  |         unsigned long nvram_addr; | ||||||
|  |         unsigned long nvram_fd = 0; | ||||||
|  |         unsigned long type = READ_FROM_NVRAM; | ||||||
|  |         unsigned long i = 0; | ||||||
|  |         unsigned long fw_offset; | ||||||
|  |         ram_addr_t fw_mem = qemu_ram_alloc(GFW_SIZE); | ||||||
|  |  | ||||||
|  |         snprintf(buf, sizeof(buf), "%s/%s", bios_dir, FW_FILENAME); | ||||||
|  |         image = read_image(buf, &image_size ); | ||||||
|  |         if (NULL == image || !image_size) { | ||||||
|  |             fprintf(stderr, "Error when reading Guest Firmware!\n"); | ||||||
|  |             fprintf(stderr, "Please check Guest firmware at %s\n", buf); | ||||||
|  |             exit(1); | ||||||
|  |         } | ||||||
|  |         fw_offset = GFW_START + GFW_SIZE - image_size; | ||||||
|  |  | ||||||
|  |         cpu_register_physical_memory(GFW_START, GFW_SIZE, fw_mem); | ||||||
|  |         cpu_physical_memory_write(fw_offset, image, image_size); | ||||||
|  |  | ||||||
|  |         free(image); | ||||||
|  |  | ||||||
|  |         if (nvram) { | ||||||
|  |             nvram_addr = NVRAM_START; | ||||||
|  |             nvram_fd = kvm_ia64_nvram_init(type); | ||||||
|  |             if (nvram_fd != -1) { | ||||||
|  |                 kvm_ia64_copy_from_nvram_to_GFW(nvram_fd); | ||||||
|  |                 close(nvram_fd); | ||||||
|  |             } | ||||||
|  |             i = atexit((void *)kvm_ia64_copy_from_GFW_to_nvram); | ||||||
|  |             if (i != 0) | ||||||
|  |                 fprintf(stderr, "cannot set exit function\n"); | ||||||
|  |         } else | ||||||
|  |             nvram_addr = 0; | ||||||
|  |  | ||||||
|  |         kvm_ia64_build_hob(ram_size + above_4g_mem_size, smp_cpus, nvram_addr); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     /*Register legacy io address space, size:64M*/ | ||||||
|  |     ipf_legacy_io_base = 0xE0000000; | ||||||
|  |     ipf_legacy_io_mem = cpu_register_io_memory(0, ipf_legacy_io_read, | ||||||
|  |                                                ipf_legacy_io_write, NULL); | ||||||
|  |     cpu_register_physical_memory(ipf_legacy_io_base, 64*1024*1024, | ||||||
|  |                                  ipf_legacy_io_mem); | ||||||
|  |  | ||||||
|  |     cpu_irq = qemu_allocate_irqs(pic_irq_request, first_cpu, 1); | ||||||
|  |     i8259 = kvm_i8259_init(cpu_irq[0]); | ||||||
|  |  | ||||||
|  |     if (pci_enabled) { | ||||||
|  |         pci_bus = i440fx_init(&i440fx_state, i8259); | ||||||
|  |         piix3_devfn = piix3_init(pci_bus, -1); | ||||||
|  |     } else { | ||||||
|  |         pci_bus = NULL; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (cirrus_vga_enabled) { | ||||||
|  |         if (pci_enabled) | ||||||
|  |             pci_cirrus_vga_init(pci_bus); | ||||||
|  |         else | ||||||
|  |             isa_cirrus_vga_init(); | ||||||
|  |     } else { | ||||||
|  |         if (pci_enabled) | ||||||
|  |             pci_vga_init(pci_bus, 0, 0); | ||||||
|  |         else | ||||||
|  |             isa_vga_init(); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     rtc_state = rtc_init(0x70, i8259[8], 2000); | ||||||
|  |  | ||||||
|  |     if (pci_enabled) { | ||||||
|  |         pic_set_alt_irq_func(isa_pic, NULL, NULL); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     for(i = 0; i < MAX_SERIAL_PORTS; i++) { | ||||||
|  |         if (serial_hds[i]) { | ||||||
|  |             serial_init(serial_io[i], i8259[serial_irq[i]], 115200, | ||||||
|  |                         serial_hds[i]); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     for(i = 0; i < MAX_PARALLEL_PORTS; i++) { | ||||||
|  |         if (parallel_hds[i]) { | ||||||
|  |             parallel_init(parallel_io[i], i8259[parallel_irq[i]], | ||||||
|  |                           parallel_hds[i]); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     for(i = 0; i < nb_nics; i++) { | ||||||
|  |         NICInfo *nd = &nd_table[i]; | ||||||
|  |  | ||||||
|  |         if (!pci_enabled || (nd->model && strcmp(nd->model, "ne2k_isa") == 0)) | ||||||
|  |             pc_init_ne2k_isa(nd, i8259); | ||||||
|  |         else | ||||||
|  |             pci_nic_init(nd, "e1000", NULL); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  | #undef USE_HYPERCALL  //Disable it now, need to implement later! | ||||||
|  | #ifdef USE_HYPERCALL | ||||||
|  |     pci_hypercall_init(pci_bus); | ||||||
|  | #endif | ||||||
|  |  | ||||||
|  |     if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) { | ||||||
|  |         fprintf(stderr, "qemu: too many IDE bus\n"); | ||||||
|  |         exit(1); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     for(i = 0; i < MAX_IDE_BUS * MAX_IDE_DEVS; i++) { | ||||||
|  |         index = drive_get_index(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS); | ||||||
|  | 	if (index != -1) | ||||||
|  | 	    hd[i] = drives_table[index].bdrv; | ||||||
|  | 	else | ||||||
|  | 	    hd[i] = NULL; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (pci_enabled) { | ||||||
|  |         pci_piix3_ide_init(pci_bus, hd, piix3_devfn + 1, i8259); | ||||||
|  |     } else { | ||||||
|  |         for(i = 0; i < MAX_IDE_BUS; i++) { | ||||||
|  |             isa_ide_init(ide_iobase[i], ide_iobase2[i], i8259[ide_irq[i]], | ||||||
|  | 	                 hd[MAX_IDE_DEVS * i], hd[MAX_IDE_DEVS * i + 1]); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     i8042_init(i8259[1], i8259[12], 0x60); | ||||||
|  |     DMA_init(0); | ||||||
|  | #ifdef HAS_AUDIO | ||||||
|  |     audio_init(pci_enabled ? pci_bus : NULL, i8259); | ||||||
|  | #endif | ||||||
|  |  | ||||||
|  |     for(i = 0; i < MAX_FD; i++) { | ||||||
|  |         index = drive_get_index(IF_FLOPPY, 0, i); | ||||||
|  | 	if (index != -1) | ||||||
|  | 	    fd[i] = drives_table[index].bdrv; | ||||||
|  | 	else | ||||||
|  | 	    fd[i] = NULL; | ||||||
|  |     } | ||||||
|  |     floppy_controller = fdctrl_init(i8259[6], 2, 0, 0x3f0, fd); | ||||||
|  |  | ||||||
|  |     cmos_init(ram_size, above_4g_mem_size, boot_device, hd); | ||||||
|  |  | ||||||
|  |     if (pci_enabled && usb_enabled) { | ||||||
|  |         usb_uhci_piix3_init(pci_bus, piix3_devfn + 2); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (pci_enabled && acpi_enabled) { | ||||||
|  |         uint8_t *eeprom_buf = qemu_mallocz(8 * 256); /* XXX: make this persistent */ | ||||||
|  |         i2c_bus *smbus; | ||||||
|  |  | ||||||
|  |         /* TODO: Populate SPD eeprom data.  */ | ||||||
|  |         smbus = piix4_pm_init(pci_bus, piix3_devfn + 3, 0xb100, i8259[9]); | ||||||
|  |         for (i = 0; i < 8; i++) { | ||||||
|  |             DeviceState *eeprom; | ||||||
|  |             eeprom = qdev_create((BusState *)smbus, "smbus-eeprom"); | ||||||
|  |             qdev_set_prop_int(eeprom, "address", 0x50 + i); | ||||||
|  |             qdev_set_prop_ptr(eeprom, "data", eeprom_buf + (i * 256)); | ||||||
|  |             qdev_init(eeprom); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (i440fx_state) { | ||||||
|  |         i440fx_init_memory_mappings(i440fx_state); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     if (pci_enabled) { | ||||||
|  | 	int max_bus; | ||||||
|  |         int bus; | ||||||
|  |  | ||||||
|  |         max_bus = drive_get_max_bus(IF_SCSI); | ||||||
|  | 	for (bus = 0; bus <= max_bus; bus++) { | ||||||
|  |             pci_create_simple(pci_bus, -1, "lsi53c895a"); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |     /* Add virtio block devices */ | ||||||
|  |     if (pci_enabled) { | ||||||
|  | 	int index; | ||||||
|  | 	int unit_id = 0; | ||||||
|  |  | ||||||
|  | 	while ((index = drive_get_index(IF_VIRTIO, 0, unit_id)) != -1) { | ||||||
|  |             pci_dev = pci_create("virtio-blk-pci", | ||||||
|  |                                  drives_table[index].devaddr); | ||||||
|  |             qdev_init(&pci_dev->qdev); | ||||||
|  | 	    unit_id++; | ||||||
|  | 	} | ||||||
|  |     } | ||||||
|  |  | ||||||
|  | #ifdef CONFIG_KVM_DEVICE_ASSIGNMENT | ||||||
|  |     if (kvm_enabled()) | ||||||
|  | 	add_assigned_devices(pci_bus, assigned_devices, assigned_devices_index); | ||||||
|  | #endif /* CONFIG_KVM_DEVICE_ASSIGNMENT */ | ||||||
|  |  | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void ipf_init_pci(ram_addr_t ram_size, | ||||||
|  |                          const char *boot_device, DisplayState *ds, | ||||||
|  |                          const char *kernel_filename, | ||||||
|  |                          const char *kernel_cmdline, | ||||||
|  |                          const char *initrd_filename, | ||||||
|  |                          const char *cpu_model) | ||||||
|  | { | ||||||
|  |     ipf_init1(ram_size, boot_device, ds, kernel_filename, | ||||||
|  |               kernel_cmdline, initrd_filename, 1, cpu_model); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | QEMUMachine ipf_machine = { | ||||||
|  |     .name = "itanium", | ||||||
|  |     .desc = "Itanium Platform", | ||||||
|  |     .init = (QEMUMachineInitFunc *)ipf_init_pci, | ||||||
|  |     .max_cpus = 255, | ||||||
|  |     .is_default = 1, | ||||||
|  | }; | ||||||
|  |  | ||||||
|  | static void ipf_machine_init(void) | ||||||
|  | { | ||||||
|  |     qemu_register_machine(&ipf_machine); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | machine_init(ipf_machine_init); | ||||||
|  |  | ||||||
|  | #define IOAPIC_NUM_PINS 48 | ||||||
|  |  | ||||||
|  | static int ioapic_irq_count[IOAPIC_NUM_PINS]; | ||||||
|  |  | ||||||
|  | static int ioapic_map_irq(int devfn, int irq_num) | ||||||
|  | { | ||||||
|  |     int irq, dev; | ||||||
|  |     dev = devfn >> 3; | ||||||
|  |     irq = ((((dev << 2) + (dev >> 3) + irq_num) & 31) + 16); | ||||||
|  |     return irq; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * Dummy function to provide match for call from hw/apic.c | ||||||
|  |  */ | ||||||
|  | void apic_set_irq_delivered(void) { | ||||||
|  | } | ||||||
|  |  | ||||||
|  | void ioapic_set_irq(void *opaque, int irq_num, int level) | ||||||
|  | { | ||||||
|  |     int vector, pic_ret; | ||||||
|  |  | ||||||
|  |     PCIDevice *pci_dev = (PCIDevice *)opaque; | ||||||
|  |     vector = ioapic_map_irq(pci_dev->devfn, irq_num); | ||||||
|  |  | ||||||
|  |     if (level) | ||||||
|  |         ioapic_irq_count[vector] += 1; | ||||||
|  |     else | ||||||
|  |         ioapic_irq_count[vector] -= 1; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled()) { | ||||||
|  | 	if (kvm_set_irq(vector, ioapic_irq_count[vector] == 0, &pic_ret)) | ||||||
|  |             if (pic_ret != 0) | ||||||
|  |                 apic_set_irq_delivered(); | ||||||
|  | 	    return; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | int ipf_map_irq(PCIDevice *pci_dev, int irq_num) | ||||||
|  | { | ||||||
|  | 	return ioapic_map_irq(pci_dev->devfn, irq_num); | ||||||
|  | } | ||||||
							
								
								
									
										176
									
								
								hw/lsi53c895a.c
									
									
									
									
									
								
							
							
						
						
									
										176
									
								
								hw/lsi53c895a.c
									
									
									
									
									
								
							| @@ -173,11 +173,15 @@ do { fprintf(stderr, "lsi_scsi: error: " fmt , ## __VA_ARGS__);} while (0) | |||||||
| /* Flag set if this is a tagged command.  */ | /* Flag set if this is a tagged command.  */ | ||||||
| #define LSI_TAG_VALID     (1 << 16) | #define LSI_TAG_VALID     (1 << 16) | ||||||
|  |  | ||||||
| typedef struct { | typedef struct lsi_request { | ||||||
|     uint32_t tag; |     uint32_t tag; | ||||||
|  |     SCSIDevice *dev; | ||||||
|  |     uint32_t dma_len; | ||||||
|  |     uint8_t *dma_buf; | ||||||
|     uint32_t pending; |     uint32_t pending; | ||||||
|     int out; |     int out; | ||||||
| } lsi_queue; |     QTAILQ_ENTRY(lsi_request) next; | ||||||
|  | } lsi_request; | ||||||
|  |  | ||||||
| typedef struct { | typedef struct { | ||||||
|     PCIDevice dev; |     PCIDevice dev; | ||||||
| @@ -198,16 +202,13 @@ typedef struct { | |||||||
|      * 3 if a DMA operation is in progress.  */ |      * 3 if a DMA operation is in progress.  */ | ||||||
|     int waiting; |     int waiting; | ||||||
|     SCSIBus bus; |     SCSIBus bus; | ||||||
|     SCSIDevice *current_dev; |     SCSIDevice *select_dev; | ||||||
|     int current_lun; |     int current_lun; | ||||||
|     /* The tag is a combination of the device ID and the SCSI tag.  */ |     /* The tag is a combination of the device ID and the SCSI tag.  */ | ||||||
|     uint32_t current_tag; |     uint32_t select_tag; | ||||||
|     uint32_t current_dma_len; |  | ||||||
|     int command_complete; |     int command_complete; | ||||||
|     uint8_t *dma_buf; |     QTAILQ_HEAD(, lsi_request) queue; | ||||||
|     lsi_queue *queue; |     lsi_request *current; | ||||||
|     int queue_len; |  | ||||||
|     int active_commands; |  | ||||||
|  |  | ||||||
|     uint32_t dsa; |     uint32_t dsa; | ||||||
|     uint32_t temp; |     uint32_t temp; | ||||||
| @@ -370,7 +371,7 @@ static int lsi_dma_64bit(LSIState *s) | |||||||
| static uint8_t lsi_reg_readb(LSIState *s, int offset); | static uint8_t lsi_reg_readb(LSIState *s, int offset); | ||||||
| static void lsi_reg_writeb(LSIState *s, int offset, uint8_t val); | static void lsi_reg_writeb(LSIState *s, int offset, uint8_t val); | ||||||
| static void lsi_execute_script(LSIState *s); | static void lsi_execute_script(LSIState *s); | ||||||
| static void lsi_reselect(LSIState *s, uint32_t tag); | static void lsi_reselect(LSIState *s, lsi_request *p); | ||||||
|  |  | ||||||
| static inline uint32_t read_dword(LSIState *s, uint32_t addr) | static inline uint32_t read_dword(LSIState *s, uint32_t addr) | ||||||
| { | { | ||||||
| @@ -391,9 +392,9 @@ static void lsi_stop_script(LSIState *s) | |||||||
|  |  | ||||||
| static void lsi_update_irq(LSIState *s) | static void lsi_update_irq(LSIState *s) | ||||||
| { | { | ||||||
|     int i; |  | ||||||
|     int level; |     int level; | ||||||
|     static int last_level; |     static int last_level; | ||||||
|  |     lsi_request *p; | ||||||
|  |  | ||||||
|     /* It's unclear whether the DIP/SIP bits should be cleared when the |     /* It's unclear whether the DIP/SIP bits should be cleared when the | ||||||
|        Interrupt Status Registers are cleared or when istat0 is read. |        Interrupt Status Registers are cleared or when istat0 is read. | ||||||
| @@ -427,9 +428,9 @@ static void lsi_update_irq(LSIState *s) | |||||||
|     if (!level && lsi_irq_on_rsl(s) && !(s->scntl1 & LSI_SCNTL1_CON)) { |     if (!level && lsi_irq_on_rsl(s) && !(s->scntl1 & LSI_SCNTL1_CON)) { | ||||||
|         DPRINTF("Handled IRQs & disconnected, looking for pending " |         DPRINTF("Handled IRQs & disconnected, looking for pending " | ||||||
|                 "processes\n"); |                 "processes\n"); | ||||||
|         for (i = 0; i < s->active_commands; i++) { |         QTAILQ_FOREACH(p, &s->queue, next) { | ||||||
|             if (s->queue[i].pending) { |             if (p->pending) { | ||||||
|                 lsi_reselect(s, s->queue[i].tag); |                 lsi_reselect(s, p); | ||||||
|                 break; |                 break; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
| @@ -508,15 +509,16 @@ static void lsi_do_dma(LSIState *s, int out) | |||||||
|     uint32_t count; |     uint32_t count; | ||||||
|     target_phys_addr_t addr; |     target_phys_addr_t addr; | ||||||
|  |  | ||||||
|     if (!s->current_dma_len) { |     assert(s->current); | ||||||
|  |     if (!s->current->dma_len) { | ||||||
|         /* Wait until data is available.  */ |         /* Wait until data is available.  */ | ||||||
|         DPRINTF("DMA no data available\n"); |         DPRINTF("DMA no data available\n"); | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     count = s->dbc; |     count = s->dbc; | ||||||
|     if (count > s->current_dma_len) |     if (count > s->current->dma_len) | ||||||
|         count = s->current_dma_len; |         count = s->current->dma_len; | ||||||
|  |  | ||||||
|     addr = s->dnad; |     addr = s->dnad; | ||||||
|     /* both 40 and Table Indirect 64-bit DMAs store upper bits in dnad64 */ |     /* both 40 and Table Indirect 64-bit DMAs store upper bits in dnad64 */ | ||||||
| @@ -532,29 +534,29 @@ static void lsi_do_dma(LSIState *s, int out) | |||||||
|     s->dnad += count; |     s->dnad += count; | ||||||
|     s->dbc -= count; |     s->dbc -= count; | ||||||
|  |  | ||||||
|     if (s->dma_buf == NULL) { |     if (s->current->dma_buf == NULL) { | ||||||
|         s->dma_buf = s->current_dev->info->get_buf(s->current_dev, |         s->current->dma_buf = s->current->dev->info->get_buf(s->current->dev, | ||||||
|                                                    s->current_tag); |                                                              s->current->tag); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /* ??? Set SFBR to first data byte.  */ |     /* ??? Set SFBR to first data byte.  */ | ||||||
|     if (out) { |     if (out) { | ||||||
|         cpu_physical_memory_read(addr, s->dma_buf, count); |         cpu_physical_memory_read(addr, s->current->dma_buf, count); | ||||||
|     } else { |     } else { | ||||||
|         cpu_physical_memory_write(addr, s->dma_buf, count); |         cpu_physical_memory_write(addr, s->current->dma_buf, count); | ||||||
|     } |     } | ||||||
|     s->current_dma_len -= count; |     s->current->dma_len -= count; | ||||||
|     if (s->current_dma_len == 0) { |     if (s->current->dma_len == 0) { | ||||||
|         s->dma_buf = NULL; |         s->current->dma_buf = NULL; | ||||||
|         if (out) { |         if (out) { | ||||||
|             /* Write the data.  */ |             /* Write the data.  */ | ||||||
|             s->current_dev->info->write_data(s->current_dev, s->current_tag); |             s->current->dev->info->write_data(s->current->dev, s->current->tag); | ||||||
|         } else { |         } else { | ||||||
|             /* Request any remaining data.  */ |             /* Request any remaining data.  */ | ||||||
|             s->current_dev->info->read_data(s->current_dev, s->current_tag); |             s->current->dev->info->read_data(s->current->dev, s->current->tag); | ||||||
|         } |         } | ||||||
|     } else { |     } else { | ||||||
|         s->dma_buf += count; |         s->current->dma_buf += count; | ||||||
|         lsi_resume_script(s); |         lsi_resume_script(s); | ||||||
|     } |     } | ||||||
| } | } | ||||||
| @@ -563,15 +565,14 @@ static void lsi_do_dma(LSIState *s, int out) | |||||||
| /* Add a command to the queue.  */ | /* Add a command to the queue.  */ | ||||||
| static void lsi_queue_command(LSIState *s) | static void lsi_queue_command(LSIState *s) | ||||||
| { | { | ||||||
|     lsi_queue *p; |     lsi_request *p = s->current; | ||||||
|  |  | ||||||
|     DPRINTF("Queueing tag=0x%x\n", s->current_tag); |     DPRINTF("Queueing tag=0x%x\n", s->current_tag); | ||||||
|     if (s->queue_len == s->active_commands) { |     assert(s->current != NULL); | ||||||
|         s->queue_len++; |     assert(s->current->dma_len == 0); | ||||||
|         s->queue = qemu_realloc(s->queue, s->queue_len * sizeof(lsi_queue)); |     QTAILQ_INSERT_TAIL(&s->queue, s->current, next); | ||||||
|     } |     s->current = NULL; | ||||||
|     p = &s->queue[s->active_commands++]; |  | ||||||
|     p->tag = s->current_tag; |  | ||||||
|     p->pending = 0; |     p->pending = 0; | ||||||
|     p->out = (s->sstat1 & PHASE_MASK) == PHASE_DO; |     p->out = (s->sstat1 & PHASE_MASK) == PHASE_DO; | ||||||
| } | } | ||||||
| @@ -588,45 +589,29 @@ static void lsi_add_msg_byte(LSIState *s, uint8_t data) | |||||||
| } | } | ||||||
|  |  | ||||||
| /* Perform reselection to continue a command.  */ | /* Perform reselection to continue a command.  */ | ||||||
| static void lsi_reselect(LSIState *s, uint32_t tag) | static void lsi_reselect(LSIState *s, lsi_request *p) | ||||||
| { | { | ||||||
|     lsi_queue *p; |  | ||||||
|     int n; |  | ||||||
|     int id; |     int id; | ||||||
|  |  | ||||||
|     p = NULL; |     assert(s->current == NULL); | ||||||
|     for (n = 0; n < s->active_commands; n++) { |     QTAILQ_REMOVE(&s->queue, p, next); | ||||||
|         p = &s->queue[n]; |     s->current = p; | ||||||
|         if (p->tag == tag) |  | ||||||
|             break; |     id = (p->tag >> 8) & 0xf; | ||||||
|     } |  | ||||||
|     if (n == s->active_commands) { |  | ||||||
|         BADF("Reselected non-existant command tag=0x%x\n", tag); |  | ||||||
|         return; |  | ||||||
|     } |  | ||||||
|     id = (tag >> 8) & 0xf; |  | ||||||
|     s->ssid = id | 0x80; |     s->ssid = id | 0x80; | ||||||
|     /* LSI53C700 Family Compatibility, see LSI53C895A 4-73 */ |     /* LSI53C700 Family Compatibility, see LSI53C895A 4-73 */ | ||||||
|     if (!s->dcntl & LSI_DCNTL_COM) { |     if (!s->dcntl & LSI_DCNTL_COM) { | ||||||
|         s->sfbr = 1 << (id & 0x7); |         s->sfbr = 1 << (id & 0x7); | ||||||
|     } |     } | ||||||
|     DPRINTF("Reselected target %d\n", id); |     DPRINTF("Reselected target %d\n", id); | ||||||
|     s->current_dev = s->bus.devs[id]; |  | ||||||
|     s->current_tag = tag; |  | ||||||
|     s->scntl1 |= LSI_SCNTL1_CON; |     s->scntl1 |= LSI_SCNTL1_CON; | ||||||
|     lsi_set_phase(s, PHASE_MI); |     lsi_set_phase(s, PHASE_MI); | ||||||
|     s->msg_action = p->out ? 2 : 3; |     s->msg_action = p->out ? 2 : 3; | ||||||
|     s->current_dma_len = p->pending; |     s->current->dma_len = p->pending; | ||||||
|     s->dma_buf = NULL; |  | ||||||
|     lsi_add_msg_byte(s, 0x80); |     lsi_add_msg_byte(s, 0x80); | ||||||
|     if (s->current_tag & LSI_TAG_VALID) { |     if (s->current->tag & LSI_TAG_VALID) { | ||||||
|         lsi_add_msg_byte(s, 0x20); |         lsi_add_msg_byte(s, 0x20); | ||||||
|         lsi_add_msg_byte(s, tag & 0xff); |         lsi_add_msg_byte(s, p->tag & 0xff); | ||||||
|     } |  | ||||||
|  |  | ||||||
|     s->active_commands--; |  | ||||||
|     if (n != s->active_commands) { |  | ||||||
|         s->queue[n] = s->queue[s->active_commands]; |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (lsi_irq_on_rsl(s)) { |     if (lsi_irq_on_rsl(s)) { | ||||||
| @@ -638,10 +623,9 @@ static void lsi_reselect(LSIState *s, uint32_t tag) | |||||||
|    the device was reselected, nonzero if the IO is deferred.  */ |    the device was reselected, nonzero if the IO is deferred.  */ | ||||||
| static int lsi_queue_tag(LSIState *s, uint32_t tag, uint32_t arg) | static int lsi_queue_tag(LSIState *s, uint32_t tag, uint32_t arg) | ||||||
| { | { | ||||||
|     lsi_queue *p; |     lsi_request *p; | ||||||
|     int i; |  | ||||||
|     for (i = 0; i < s->active_commands; i++) { |     QTAILQ_FOREACH(p, &s->queue, next) { | ||||||
|         p = &s->queue[i]; |  | ||||||
|         if (p->tag == tag) { |         if (p->tag == tag) { | ||||||
|             if (p->pending) { |             if (p->pending) { | ||||||
|                 BADF("Multiple IO pending for tag %d\n", tag); |                 BADF("Multiple IO pending for tag %d\n", tag); | ||||||
| @@ -656,10 +640,10 @@ static int lsi_queue_tag(LSIState *s, uint32_t tag, uint32_t arg) | |||||||
|                 (lsi_irq_on_rsl(s) && !(s->scntl1 & LSI_SCNTL1_CON) && |                 (lsi_irq_on_rsl(s) && !(s->scntl1 & LSI_SCNTL1_CON) && | ||||||
|                  !(s->istat0 & (LSI_ISTAT0_SIP | LSI_ISTAT0_DIP)))) { |                  !(s->istat0 & (LSI_ISTAT0_SIP | LSI_ISTAT0_DIP)))) { | ||||||
|                 /* Reselect device.  */ |                 /* Reselect device.  */ | ||||||
|                 lsi_reselect(s, tag); |                 lsi_reselect(s, p); | ||||||
|                 return 0; |                 return 0; | ||||||
|             } else { |             } else { | ||||||
|                DPRINTF("Queueing IO tag=0x%x\n", tag); |                 DPRINTF("Queueing IO tag=0x%x\n", tag); | ||||||
|                 p->pending = arg; |                 p->pending = arg; | ||||||
|                 return 1; |                 return 1; | ||||||
|             } |             } | ||||||
| @@ -687,11 +671,15 @@ static void lsi_command_complete(SCSIBus *bus, int reason, uint32_t tag, | |||||||
|         } else { |         } else { | ||||||
|             lsi_set_phase(s, PHASE_ST); |             lsi_set_phase(s, PHASE_ST); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         qemu_free(s->current); | ||||||
|  |         s->current = NULL; | ||||||
|  |  | ||||||
|         lsi_resume_script(s); |         lsi_resume_script(s); | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (s->waiting == 1 || tag != s->current_tag || |     if (s->waiting == 1 || !s->current || tag != s->current->tag || | ||||||
|         (lsi_irq_on_rsl(s) && !(s->scntl1 & LSI_SCNTL1_CON))) { |         (lsi_irq_on_rsl(s) && !(s->scntl1 & LSI_SCNTL1_CON))) { | ||||||
|         if (lsi_queue_tag(s, tag, arg)) |         if (lsi_queue_tag(s, tag, arg)) | ||||||
|             return; |             return; | ||||||
| @@ -699,7 +687,7 @@ static void lsi_command_complete(SCSIBus *bus, int reason, uint32_t tag, | |||||||
|  |  | ||||||
|     /* host adapter (re)connected */ |     /* host adapter (re)connected */ | ||||||
|     DPRINTF("Data ready tag=0x%x len=%d\n", tag, arg); |     DPRINTF("Data ready tag=0x%x len=%d\n", tag, arg); | ||||||
|     s->current_dma_len = arg; |     s->current->dma_len = arg; | ||||||
|     s->command_complete = 1; |     s->command_complete = 1; | ||||||
|     if (!s->waiting) |     if (!s->waiting) | ||||||
|         return; |         return; | ||||||
| @@ -721,14 +709,20 @@ static void lsi_do_command(LSIState *s) | |||||||
|     cpu_physical_memory_read(s->dnad, buf, s->dbc); |     cpu_physical_memory_read(s->dnad, buf, s->dbc); | ||||||
|     s->sfbr = buf[0]; |     s->sfbr = buf[0]; | ||||||
|     s->command_complete = 0; |     s->command_complete = 0; | ||||||
|     n = s->current_dev->info->send_command(s->current_dev, s->current_tag, buf, |  | ||||||
|                                            s->current_lun); |     assert(s->current == NULL); | ||||||
|  |     s->current = qemu_mallocz(sizeof(lsi_request)); | ||||||
|  |     s->current->tag = s->select_tag; | ||||||
|  |     s->current->dev = s->select_dev; | ||||||
|  |  | ||||||
|  |     n = s->current->dev->info->send_command(s->current->dev, s->current->tag, buf, | ||||||
|  |                                             s->current_lun); | ||||||
|     if (n > 0) { |     if (n > 0) { | ||||||
|         lsi_set_phase(s, PHASE_DI); |         lsi_set_phase(s, PHASE_DI); | ||||||
|         s->current_dev->info->read_data(s->current_dev, s->current_tag); |         s->current->dev->info->read_data(s->current->dev, s->current->tag); | ||||||
|     } else if (n < 0) { |     } else if (n < 0) { | ||||||
|         lsi_set_phase(s, PHASE_DO); |         lsi_set_phase(s, PHASE_DO); | ||||||
|         s->current_dev->info->write_data(s->current_dev, s->current_tag); |         s->current->dev->info->write_data(s->current->dev, s->current->tag); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (!s->command_complete) { |     if (!s->command_complete) { | ||||||
| @@ -851,16 +845,16 @@ static void lsi_do_msgout(LSIState *s) | |||||||
|             } |             } | ||||||
|             break; |             break; | ||||||
|         case 0x20: /* SIMPLE queue */ |         case 0x20: /* SIMPLE queue */ | ||||||
|             s->current_tag |= lsi_get_msgbyte(s) | LSI_TAG_VALID; |             s->select_tag |= lsi_get_msgbyte(s) | LSI_TAG_VALID; | ||||||
|             DPRINTF("SIMPLE queue tag=0x%x\n", s->current_tag & 0xff); |             DPRINTF("SIMPLE queue tag=0x%x\n", s->current_tag & 0xff); | ||||||
|             break; |             break; | ||||||
|         case 0x21: /* HEAD of queue */ |         case 0x21: /* HEAD of queue */ | ||||||
|             BADF("HEAD queue not implemented\n"); |             BADF("HEAD queue not implemented\n"); | ||||||
|             s->current_tag |= lsi_get_msgbyte(s) | LSI_TAG_VALID; |             s->select_tag |= lsi_get_msgbyte(s) | LSI_TAG_VALID; | ||||||
|             break; |             break; | ||||||
|         case 0x22: /* ORDERED queue */ |         case 0x22: /* ORDERED queue */ | ||||||
|             BADF("ORDERED queue not implemented\n"); |             BADF("ORDERED queue not implemented\n"); | ||||||
|             s->current_tag |= lsi_get_msgbyte(s) | LSI_TAG_VALID; |             s->select_tag |= lsi_get_msgbyte(s) | LSI_TAG_VALID; | ||||||
|             break; |             break; | ||||||
|         default: |         default: | ||||||
|             if ((msg & 0x80) == 0) { |             if ((msg & 0x80) == 0) { | ||||||
| @@ -905,17 +899,17 @@ static void lsi_memcpy(LSIState *s, uint32_t dest, uint32_t src, int count) | |||||||
|  |  | ||||||
| static void lsi_wait_reselect(LSIState *s) | static void lsi_wait_reselect(LSIState *s) | ||||||
| { | { | ||||||
|     int i; |     lsi_request *p; | ||||||
|  |  | ||||||
|     DPRINTF("Wait Reselect\n"); |     DPRINTF("Wait Reselect\n"); | ||||||
|     if (s->current_dma_len) |  | ||||||
|         BADF("Reselect with pending DMA\n"); |     QTAILQ_FOREACH(p, &s->queue, next) { | ||||||
|     for (i = 0; i < s->active_commands; i++) { |         if (p->pending) { | ||||||
|         if (s->queue[i].pending) { |             lsi_reselect(s, p); | ||||||
|             lsi_reselect(s, s->queue[i].tag); |  | ||||||
|             break; |             break; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     if (s->current_dma_len == 0) { |     if (s->current == NULL) { | ||||||
|         s->waiting = 1; |         s->waiting = 1; | ||||||
|     } |     } | ||||||
| } | } | ||||||
| @@ -1093,8 +1087,8 @@ again: | |||||||
|                 /* ??? Linux drivers compain when this is set.  Maybe |                 /* ??? Linux drivers compain when this is set.  Maybe | ||||||
|                    it only applies in low-level mode (unimplemented). |                    it only applies in low-level mode (unimplemented). | ||||||
|                 lsi_script_scsi_interrupt(s, LSI_SIST0_CMP, 0); */ |                 lsi_script_scsi_interrupt(s, LSI_SIST0_CMP, 0); */ | ||||||
|                 s->current_dev = s->bus.devs[id]; |                 s->select_dev = s->bus.devs[id]; | ||||||
|                 s->current_tag = id << 8; |                 s->select_tag = id << 8; | ||||||
|                 s->scntl1 |= LSI_SCNTL1_CON; |                 s->scntl1 |= LSI_SCNTL1_CON; | ||||||
|                 if (insn & (1 << 3)) { |                 if (insn & (1 << 3)) { | ||||||
|                     s->socl |= LSI_SOCL_ATN; |                     s->socl |= LSI_SOCL_ATN; | ||||||
| @@ -2006,9 +2000,11 @@ static void lsi_pre_save(void *opaque) | |||||||
| { | { | ||||||
|     LSIState *s = opaque; |     LSIState *s = opaque; | ||||||
|  |  | ||||||
|     assert(s->dma_buf == NULL); |     if (s->current) { | ||||||
|     assert(s->current_dma_len == 0); |         assert(s->current->dma_buf == NULL); | ||||||
|     assert(s->active_commands == 0); |         assert(s->current->dma_len == 0); | ||||||
|  |     } | ||||||
|  |     assert(QTAILQ_EMPTY(&s->queue)); | ||||||
| } | } | ||||||
|  |  | ||||||
| static const VMStateDescription vmstate_lsi_scsi = { | static const VMStateDescription vmstate_lsi_scsi = { | ||||||
| @@ -2101,8 +2097,6 @@ static int lsi_scsi_uninit(PCIDevice *d) | |||||||
|     cpu_unregister_io_memory(s->mmio_io_addr); |     cpu_unregister_io_memory(s->mmio_io_addr); | ||||||
|     cpu_unregister_io_memory(s->ram_io_addr); |     cpu_unregister_io_memory(s->ram_io_addr); | ||||||
|  |  | ||||||
|     qemu_free(s->queue); |  | ||||||
|  |  | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -2138,9 +2132,7 @@ static int lsi_scsi_init(PCIDevice *dev) | |||||||
|                            PCI_BASE_ADDRESS_SPACE_MEMORY, lsi_mmio_mapfunc); |                            PCI_BASE_ADDRESS_SPACE_MEMORY, lsi_mmio_mapfunc); | ||||||
|     pci_register_bar((struct PCIDevice *)s, 2, 0x2000, |     pci_register_bar((struct PCIDevice *)s, 2, 0x2000, | ||||||
|                            PCI_BASE_ADDRESS_SPACE_MEMORY, lsi_ram_mapfunc); |                            PCI_BASE_ADDRESS_SPACE_MEMORY, lsi_ram_mapfunc); | ||||||
|     s->queue = qemu_malloc(sizeof(lsi_queue)); |     QTAILQ_INIT(&s->queue); | ||||||
|     s->queue_len = 1; |  | ||||||
|     s->active_commands = 0; |  | ||||||
|  |  | ||||||
|     lsi_soft_reset(s); |     lsi_soft_reset(s); | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										159
									
								
								hw/msix.c
									
									
									
									
									
								
							
							
						
						
									
										159
									
								
								hw/msix.c
									
									
									
									
									
								
							| @@ -14,6 +14,8 @@ | |||||||
| #include "hw.h" | #include "hw.h" | ||||||
| #include "msix.h" | #include "msix.h" | ||||||
| #include "pci.h" | #include "pci.h" | ||||||
|  | #define QEMU_KVM_NO_CPU | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| /* Declaration from linux/pci_regs.h */ | /* Declaration from linux/pci_regs.h */ | ||||||
| #define  PCI_CAP_ID_MSIX 0x11 /* MSI-X */ | #define  PCI_CAP_ID_MSIX 0x11 /* MSI-X */ | ||||||
| @@ -62,6 +64,117 @@ | |||||||
| /* Flag for interrupt controller to declare MSI-X support */ | /* Flag for interrupt controller to declare MSI-X support */ | ||||||
| int msix_supported; | int msix_supported; | ||||||
|  |  | ||||||
|  | #ifdef CONFIG_KVM | ||||||
|  | /* KVM specific MSIX helpers */ | ||||||
|  | static void kvm_msix_free(PCIDevice *dev) | ||||||
|  | { | ||||||
|  |     int vector, changed = 0; | ||||||
|  |     for (vector = 0; vector < dev->msix_entries_nr; ++vector) { | ||||||
|  |         if (dev->msix_entry_used[vector]) { | ||||||
|  |             kvm_del_routing_entry(kvm_context, &dev->msix_irq_entries[vector]); | ||||||
|  |             changed = 1; | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |     if (changed) { | ||||||
|  |         kvm_commit_irq_routes(kvm_context); | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void kvm_msix_routing_entry(PCIDevice *dev, unsigned vector, | ||||||
|  |                                    struct kvm_irq_routing_entry *entry) | ||||||
|  | { | ||||||
|  |     uint8_t *table_entry = dev->msix_table_page + vector * MSIX_ENTRY_SIZE; | ||||||
|  |     entry->type = KVM_IRQ_ROUTING_MSI; | ||||||
|  |     entry->flags = 0; | ||||||
|  |     entry->u.msi.address_lo = pci_get_long(table_entry + MSIX_MSG_ADDR); | ||||||
|  |     entry->u.msi.address_hi = pci_get_long(table_entry + MSIX_MSG_UPPER_ADDR); | ||||||
|  |     entry->u.msi.data = pci_get_long(table_entry + MSIX_MSG_DATA); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void kvm_msix_update(PCIDevice *dev, int vector, | ||||||
|  |                             int was_masked, int is_masked) | ||||||
|  | { | ||||||
|  |     struct kvm_irq_routing_entry e = {}, *entry; | ||||||
|  |     int mask_cleared = was_masked && !is_masked; | ||||||
|  |     /* It is only legal to change an entry when it is masked. Therefore, it is | ||||||
|  |      * enough to update the routing in kernel when mask is being cleared. */ | ||||||
|  |     if (!mask_cleared) { | ||||||
|  |         return; | ||||||
|  |     } | ||||||
|  |     if (!dev->msix_entry_used[vector]) { | ||||||
|  |         return; | ||||||
|  |     } | ||||||
|  |     entry = dev->msix_irq_entries + vector; | ||||||
|  |     e.gsi = entry->gsi; | ||||||
|  |     kvm_msix_routing_entry(dev, vector, &e); | ||||||
|  |     if (memcmp(&entry->u.msi, &e.u.msi, sizeof entry->u.msi)) { | ||||||
|  |         int r; | ||||||
|  |         r = kvm_update_routing_entry(kvm_context, entry, &e); | ||||||
|  |         if (r) { | ||||||
|  |             fprintf(stderr, "%s: kvm_update_routing_entry failed: %s\n", __func__, | ||||||
|  | 		    strerror(-r)); | ||||||
|  |             exit(1); | ||||||
|  |         } | ||||||
|  |         memcpy(&entry->u.msi, &e.u.msi, sizeof entry->u.msi); | ||||||
|  |         r = kvm_commit_irq_routes(kvm_context); | ||||||
|  |         if (r) { | ||||||
|  |             fprintf(stderr, "%s: kvm_commit_irq_routes failed: %s\n", __func__, | ||||||
|  | 		    strerror(-r)); | ||||||
|  |             exit(1); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int kvm_msix_add(PCIDevice *dev, unsigned vector) | ||||||
|  | { | ||||||
|  |     struct kvm_irq_routing_entry *entry = dev->msix_irq_entries + vector; | ||||||
|  |     int r; | ||||||
|  |  | ||||||
|  |     if (!kvm_has_gsi_routing(kvm_context)) { | ||||||
|  |         fprintf(stderr, "Warning: no MSI-X support found. " | ||||||
|  |                 "At least kernel 2.6.30 is required for MSI-X support.\n" | ||||||
|  |                ); | ||||||
|  |         return -EOPNOTSUPP; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     r = kvm_get_irq_route_gsi(kvm_context); | ||||||
|  |     if (r < 0) { | ||||||
|  |         fprintf(stderr, "%s: kvm_get_irq_route_gsi failed: %s\n", __func__, strerror(-r)); | ||||||
|  |         return r; | ||||||
|  |     } | ||||||
|  |     entry->gsi = r; | ||||||
|  |     kvm_msix_routing_entry(dev, vector, entry); | ||||||
|  |     r = kvm_add_routing_entry(kvm_context, entry); | ||||||
|  |     if (r < 0) { | ||||||
|  |         fprintf(stderr, "%s: kvm_add_routing_entry failed: %s\n", __func__, strerror(-r)); | ||||||
|  |         return r; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     r = kvm_commit_irq_routes(kvm_context); | ||||||
|  |     if (r < 0) { | ||||||
|  |         fprintf(stderr, "%s: kvm_commit_irq_routes failed: %s\n", __func__, strerror(-r)); | ||||||
|  |         return r; | ||||||
|  |     } | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void kvm_msix_del(PCIDevice *dev, unsigned vector) | ||||||
|  | { | ||||||
|  |     if (dev->msix_entry_used[vector]) { | ||||||
|  |         return; | ||||||
|  |     } | ||||||
|  |     kvm_del_routing_entry(kvm_context, &dev->msix_irq_entries[vector]); | ||||||
|  |     kvm_commit_irq_routes(kvm_context); | ||||||
|  | } | ||||||
|  | #else | ||||||
|  |  | ||||||
|  | static void kvm_msix_free(PCIDevice *dev) {} | ||||||
|  | static void kvm_msix_update(PCIDevice *dev, int vector, | ||||||
|  |                             int was_masked, int is_masked) {} | ||||||
|  | static int kvm_msix_add(PCIDevice *dev, unsigned vector) { return -1; } | ||||||
|  | static void kvm_msix_del(PCIDevice *dev, unsigned vector) {} | ||||||
|  | #endif | ||||||
|  |  | ||||||
| /* Add MSI-X capability to the config space for the device. */ | /* Add MSI-X capability to the config space for the device. */ | ||||||
| /* Given a bar and its size, add MSI-X table on top of it | /* Given a bar and its size, add MSI-X table on top of it | ||||||
|  * and fill MSI-X capability in the config space. |  * and fill MSI-X capability in the config space. | ||||||
| @@ -200,7 +313,11 @@ static void msix_mmio_writel(void *opaque, target_phys_addr_t addr, | |||||||
|     PCIDevice *dev = opaque; |     PCIDevice *dev = opaque; | ||||||
|     unsigned int offset = addr & (MSIX_PAGE_SIZE - 1) & ~0x3; |     unsigned int offset = addr & (MSIX_PAGE_SIZE - 1) & ~0x3; | ||||||
|     int vector = offset / MSIX_ENTRY_SIZE; |     int vector = offset / MSIX_ENTRY_SIZE; | ||||||
|  |     int was_masked = msix_is_masked(dev, vector); | ||||||
|     pci_set_long(dev->msix_table_page + offset, val); |     pci_set_long(dev->msix_table_page + offset, val); | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_msix_update(dev, vector, was_masked, msix_is_masked(dev, vector)); | ||||||
|  |     } | ||||||
|     msix_handle_mask_update(dev, vector); |     msix_handle_mask_update(dev, vector); | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -259,6 +376,12 @@ int msix_init(struct PCIDevice *dev, unsigned short nentries, | |||||||
|     if (nentries > MSIX_MAX_ENTRIES) |     if (nentries > MSIX_MAX_ENTRIES) | ||||||
|         return -EINVAL; |         return -EINVAL; | ||||||
|  |  | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         dev->msix_irq_entries = qemu_malloc(nentries * | ||||||
|  |                                             sizeof *dev->msix_irq_entries); | ||||||
|  |     } | ||||||
|  | #endif | ||||||
|     dev->msix_entry_used = qemu_mallocz(MSIX_MAX_ENTRIES * |     dev->msix_entry_used = qemu_mallocz(MSIX_MAX_ENTRIES * | ||||||
|                                         sizeof *dev->msix_entry_used); |                                         sizeof *dev->msix_entry_used); | ||||||
|  |  | ||||||
| @@ -295,6 +418,10 @@ static void msix_free_irq_entries(PCIDevice *dev) | |||||||
| { | { | ||||||
|     int vector; |     int vector; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_msix_free(dev); | ||||||
|  |     } | ||||||
|  |  | ||||||
|     for (vector = 0; vector < dev->msix_entries_nr; ++vector) { |     for (vector = 0; vector < dev->msix_entries_nr; ++vector) { | ||||||
|         dev->msix_entry_used[vector] = 0; |         dev->msix_entry_used[vector] = 0; | ||||||
|         msix_clr_pending(dev, vector); |         msix_clr_pending(dev, vector); | ||||||
| @@ -315,6 +442,8 @@ int msix_uninit(PCIDevice *dev) | |||||||
|     dev->msix_table_page = NULL; |     dev->msix_table_page = NULL; | ||||||
|     qemu_free(dev->msix_entry_used); |     qemu_free(dev->msix_entry_used); | ||||||
|     dev->msix_entry_used = NULL; |     dev->msix_entry_used = NULL; | ||||||
|  |     qemu_free(dev->msix_irq_entries); | ||||||
|  |     dev->msix_irq_entries = NULL; | ||||||
|     dev->cap_present &= ~QEMU_PCI_CAP_MSIX; |     dev->cap_present &= ~QEMU_PCI_CAP_MSIX; | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
| @@ -323,10 +452,13 @@ void msix_save(PCIDevice *dev, QEMUFile *f) | |||||||
| { | { | ||||||
|     unsigned n = dev->msix_entries_nr; |     unsigned n = dev->msix_entries_nr; | ||||||
|  |  | ||||||
|     if (!(dev->cap_present & QEMU_PCI_CAP_MSIX)) { |     if (!msix_supported) { | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     if (!(dev->cap_present & QEMU_PCI_CAP_MSIX)) { | ||||||
|  |         return; | ||||||
|  |     } | ||||||
|     qemu_put_buffer(f, dev->msix_table_page, n * MSIX_ENTRY_SIZE); |     qemu_put_buffer(f, dev->msix_table_page, n * MSIX_ENTRY_SIZE); | ||||||
|     qemu_put_buffer(f, dev->msix_table_page + MSIX_PAGE_PENDING, (n + 7) / 8); |     qemu_put_buffer(f, dev->msix_table_page + MSIX_PAGE_PENDING, (n + 7) / 8); | ||||||
| } | } | ||||||
| @@ -336,6 +468,9 @@ void msix_load(PCIDevice *dev, QEMUFile *f) | |||||||
| { | { | ||||||
|     unsigned n = dev->msix_entries_nr; |     unsigned n = dev->msix_entries_nr; | ||||||
|  |  | ||||||
|  |     if (!msix_supported) | ||||||
|  |         return; | ||||||
|  |  | ||||||
|     if (!(dev->cap_present & QEMU_PCI_CAP_MSIX)) { |     if (!(dev->cap_present & QEMU_PCI_CAP_MSIX)) { | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
| @@ -380,6 +515,13 @@ void msix_notify(PCIDevice *dev, unsigned vector) | |||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  | #ifdef KVM_CAP_IRQCHIP | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_set_irq(dev->msix_irq_entries[vector].gsi, 1, NULL); | ||||||
|  |         return; | ||||||
|  |     } | ||||||
|  | #endif | ||||||
|  |  | ||||||
|     address = pci_get_long(table_entry + MSIX_MSG_UPPER_ADDR); |     address = pci_get_long(table_entry + MSIX_MSG_UPPER_ADDR); | ||||||
|     address = (address << 32) | pci_get_long(table_entry + MSIX_MSG_ADDR); |     address = (address << 32) | pci_get_long(table_entry + MSIX_MSG_ADDR); | ||||||
|     data = pci_get_long(table_entry + MSIX_MSG_DATA); |     data = pci_get_long(table_entry + MSIX_MSG_DATA); | ||||||
| @@ -408,9 +550,19 @@ void msix_reset(PCIDevice *dev) | |||||||
| /* Mark vector as used. */ | /* Mark vector as used. */ | ||||||
| int msix_vector_use(PCIDevice *dev, unsigned vector) | int msix_vector_use(PCIDevice *dev, unsigned vector) | ||||||
| { | { | ||||||
|  |     int ret; | ||||||
|     if (vector >= dev->msix_entries_nr) |     if (vector >= dev->msix_entries_nr) | ||||||
|         return -EINVAL; |         return -EINVAL; | ||||||
|     dev->msix_entry_used[vector]++; |     if (dev->msix_entry_used[vector]) { | ||||||
|  |         return 0; | ||||||
|  |     } | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         ret = kvm_msix_add(dev, vector); | ||||||
|  |         if (ret) { | ||||||
|  |             return ret; | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |     ++dev->msix_entry_used[vector]; | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -423,6 +575,9 @@ void msix_vector_unuse(PCIDevice *dev, unsigned vector) | |||||||
|     if (--dev->msix_entry_used[vector]) { |     if (--dev->msix_entry_used[vector]) { | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|  |         kvm_msix_del(dev, vector); | ||||||
|  |     } | ||||||
|     msix_clr_pending(dev, vector); |     msix_clr_pending(dev, vector); | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										85
									
								
								hw/pc.c
									
									
									
									
									
								
							
							
						
						
									
										85
									
								
								hw/pc.c
									
									
									
									
									
								
							| @@ -44,6 +44,9 @@ | |||||||
| #include "ide.h" | #include "ide.h" | ||||||
| #include "loader.h" | #include "loader.h" | ||||||
| #include "elf.h" | #include "elf.h" | ||||||
|  | #include "device-assignment.h" | ||||||
|  |  | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| /* output Bochs bios info messages */ | /* output Bochs bios info messages */ | ||||||
| //#define DEBUG_BIOS | //#define DEBUG_BIOS | ||||||
| @@ -52,6 +55,8 @@ | |||||||
| //#define DEBUG_MULTIBOOT | //#define DEBUG_MULTIBOOT | ||||||
|  |  | ||||||
| #define BIOS_FILENAME "bios.bin" | #define BIOS_FILENAME "bios.bin" | ||||||
|  | #define EXTBOOT_FILENAME "extboot.bin" | ||||||
|  | #define VAPIC_FILENAME "vapic.bin" | ||||||
|  |  | ||||||
| #define PC_MAX_BIOS_SIZE (4 * 1024 * 1024) | #define PC_MAX_BIOS_SIZE (4 * 1024 * 1024) | ||||||
|  |  | ||||||
| @@ -69,6 +74,8 @@ static RTCState *rtc_state; | |||||||
| static PITState *pit; | static PITState *pit; | ||||||
| static PCII440FXState *i440fx_state; | static PCII440FXState *i440fx_state; | ||||||
|  |  | ||||||
|  | qemu_irq *ioapic_irq_hack; | ||||||
|  |  | ||||||
| typedef struct isa_irq_state { | typedef struct isa_irq_state { | ||||||
|     qemu_irq *i8259; |     qemu_irq *i8259; | ||||||
|     qemu_irq *ioapic; |     qemu_irq *ioapic; | ||||||
| @@ -952,7 +959,7 @@ int cpu_is_bsp(CPUState *env) | |||||||
|     return env->cpuid_apic_id == 0; |     return env->cpuid_apic_id == 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| static CPUState *pc_new_cpu(const char *cpu_model) | CPUState *pc_new_cpu(const char *cpu_model) | ||||||
| { | { | ||||||
|     CPUState *env; |     CPUState *env; | ||||||
|  |  | ||||||
| @@ -961,6 +968,7 @@ static CPUState *pc_new_cpu(const char *cpu_model) | |||||||
|         fprintf(stderr, "Unable to find x86 CPU definition\n"); |         fprintf(stderr, "Unable to find x86 CPU definition\n"); | ||||||
|         exit(1); |         exit(1); | ||||||
|     } |     } | ||||||
|  |     env->kvm_cpu_state.regs_modified = 1; | ||||||
|     if ((env->cpuid_features & CPUID_APIC) || smp_cpus > 1) { |     if ((env->cpuid_features & CPUID_APIC) || smp_cpus > 1) { | ||||||
|         env->cpuid_apic_id = env->cpu_index; |         env->cpuid_apic_id = env->cpu_index; | ||||||
|         /* APIC reset callback resets cpu */ |         /* APIC reset callback resets cpu */ | ||||||
| @@ -968,6 +976,11 @@ static CPUState *pc_new_cpu(const char *cpu_model) | |||||||
|     } else { |     } else { | ||||||
|         qemu_register_reset((QEMUResetHandler*)cpu_reset, env); |         qemu_register_reset((QEMUResetHandler*)cpu_reset, env); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     /* kvm needs this to run after the apic is initialized. Otherwise, | ||||||
|  |      * it can access invalid state and crash. | ||||||
|  |      */ | ||||||
|  |     qemu_init_vcpu(env); | ||||||
|     return env; |     return env; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -1015,6 +1028,9 @@ static void pc_init1(ram_addr_t ram_size, | |||||||
| #endif | #endif | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     if (kvm_enabled()) { | ||||||
|  |         kvm_set_boot_cpu_id(0); | ||||||
|  |     } | ||||||
|     for (i = 0; i < smp_cpus; i++) { |     for (i = 0; i < smp_cpus; i++) { | ||||||
|         env = pc_new_cpu(cpu_model); |         env = pc_new_cpu(cpu_model); | ||||||
|     } |     } | ||||||
| @@ -1022,18 +1038,11 @@ static void pc_init1(ram_addr_t ram_size, | |||||||
|     vmport_init(); |     vmport_init(); | ||||||
|  |  | ||||||
|     /* allocate RAM */ |     /* allocate RAM */ | ||||||
|     ram_addr = qemu_ram_alloc(0xa0000); |     ram_addr = qemu_ram_alloc(below_4g_mem_size); | ||||||
|     cpu_register_physical_memory(0, 0xa0000, ram_addr); |     cpu_register_physical_memory(0, 0xa0000, ram_addr); | ||||||
|  |  | ||||||
|     /* Allocate, even though we won't register, so we don't break the |  | ||||||
|      * phys_ram_base + PA assumption. This range includes vga (0xa0000 - 0xc0000), |  | ||||||
|      * and some bios areas, which will be registered later |  | ||||||
|      */ |  | ||||||
|     ram_addr = qemu_ram_alloc(0x100000 - 0xa0000); |  | ||||||
|     ram_addr = qemu_ram_alloc(below_4g_mem_size - 0x100000); |  | ||||||
|     cpu_register_physical_memory(0x100000, |     cpu_register_physical_memory(0x100000, | ||||||
|                  below_4g_mem_size - 0x100000, |                  below_4g_mem_size - 0x100000, | ||||||
|                  ram_addr); |                  ram_addr + 0x100000); | ||||||
|  |  | ||||||
|     /* above 4giga memory allocation */ |     /* above 4giga memory allocation */ | ||||||
|     if (above_4g_mem_size > 0) { |     if (above_4g_mem_size > 0) { | ||||||
| @@ -1075,11 +1084,17 @@ static void pc_init1(ram_addr_t ram_size, | |||||||
|     isa_bios_size = bios_size; |     isa_bios_size = bios_size; | ||||||
|     if (isa_bios_size > (128 * 1024)) |     if (isa_bios_size > (128 * 1024)) | ||||||
|         isa_bios_size = 128 * 1024; |         isa_bios_size = 128 * 1024; | ||||||
|  |     cpu_register_physical_memory(0xd0000, (192 * 1024) - isa_bios_size, | ||||||
|  |                                  IO_MEM_UNASSIGNED); | ||||||
|  |     /* kvm tpr optimization needs the bios accessible for write, at least to qemu itself */ | ||||||
|     cpu_register_physical_memory(0x100000 - isa_bios_size, |     cpu_register_physical_memory(0x100000 - isa_bios_size, | ||||||
|                                  isa_bios_size, |                                  isa_bios_size, | ||||||
|                                  (bios_offset + bios_size - isa_bios_size) | IO_MEM_ROM); |                                  (bios_offset + bios_size - isa_bios_size) /* | IO_MEM_ROM */); | ||||||
|  |  | ||||||
|  |  | ||||||
|  |     if (extboot_drive) { | ||||||
|  |         option_rom[nb_option_roms++] = qemu_strdup(EXTBOOT_FILENAME); | ||||||
|  |     } | ||||||
|  |     option_rom[nb_option_roms++] = qemu_strdup(VAPIC_FILENAME); | ||||||
|  |  | ||||||
|     rom_enable_driver_roms = 1; |     rom_enable_driver_roms = 1; | ||||||
|     option_rom_offset = qemu_ram_alloc(PC_ROM_SIZE); |     option_rom_offset = qemu_ram_alloc(PC_ROM_SIZE); | ||||||
| @@ -1101,10 +1116,18 @@ static void pc_init1(ram_addr_t ram_size, | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     cpu_irq = qemu_allocate_irqs(pic_irq_request, NULL, 1); |     cpu_irq = qemu_allocate_irqs(pic_irq_request, NULL, 1); | ||||||
|     i8259 = i8259_init(cpu_irq[0]); | #ifdef KVM_CAP_IRQCHIP | ||||||
|     isa_irq_state = qemu_mallocz(sizeof(*isa_irq_state)); |     if (kvm_enabled() && kvm_irqchip_in_kernel()) { | ||||||
|     isa_irq_state->i8259 = i8259; |         isa_irq_state = qemu_mallocz(sizeof(*isa_irq_state)); | ||||||
|     isa_irq = qemu_allocate_irqs(isa_irq_handler, isa_irq_state, 24); |         isa_irq = i8259 = kvm_i8259_init(cpu_irq[0]); | ||||||
|  |     } else | ||||||
|  | #endif | ||||||
|  |     { | ||||||
|  |         i8259 = i8259_init(cpu_irq[0]); | ||||||
|  |         isa_irq_state = qemu_mallocz(sizeof(*isa_irq_state)); | ||||||
|  |         isa_irq_state->i8259 = i8259; | ||||||
|  |         isa_irq = qemu_allocate_irqs(isa_irq_handler, isa_irq_state, 24); | ||||||
|  |     } | ||||||
|  |  | ||||||
|     if (pci_enabled) { |     if (pci_enabled) { | ||||||
|         pci_bus = i440fx_init(&i440fx_state, &piix3_devfn, isa_irq); |         pci_bus = i440fx_init(&i440fx_state, &piix3_devfn, isa_irq); | ||||||
| @@ -1149,8 +1172,14 @@ static void pc_init1(ram_addr_t ram_size, | |||||||
|  |  | ||||||
|     if (pci_enabled) { |     if (pci_enabled) { | ||||||
|         isa_irq_state->ioapic = ioapic_init(); |         isa_irq_state->ioapic = ioapic_init(); | ||||||
|  |         ioapic_irq_hack = isa_irq; | ||||||
|     } |     } | ||||||
|     pit = pit_init(0x40, isa_reserve_irq(0)); | #ifdef CONFIG_KVM_PIT | ||||||
|  |     if (kvm_enabled() && qemu_kvm_pit_in_kernel()) | ||||||
|  | 	pit = kvm_pit_init(0x40, isa_reserve_irq(0)); | ||||||
|  |     else | ||||||
|  | #endif | ||||||
|  | 	pit = pit_init(0x40, isa_reserve_irq(0)); | ||||||
|     pcspk_init(pit); |     pcspk_init(pit); | ||||||
|     if (!no_hpet) { |     if (!no_hpet) { | ||||||
|         hpet_init(isa_irq); |         hpet_init(isa_irq); | ||||||
| @@ -1174,7 +1203,7 @@ static void pc_init1(ram_addr_t ram_size, | |||||||
|         if (!pci_enabled || (nd->model && strcmp(nd->model, "ne2k_isa") == 0)) |         if (!pci_enabled || (nd->model && strcmp(nd->model, "ne2k_isa") == 0)) | ||||||
|             pc_init_ne2k_isa(nd); |             pc_init_ne2k_isa(nd); | ||||||
|         else |         else | ||||||
|             pci_nic_init_nofail(nd, "e1000", NULL); |             pci_nic_init_nofail(nd, "rtl8139", NULL); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) { |     if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) { | ||||||
| @@ -1226,7 +1255,7 @@ static void pc_init1(ram_addr_t ram_size, | |||||||
|             qdev_prop_set_ptr(eeprom, "data", eeprom_buf + (i * 256)); |             qdev_prop_set_ptr(eeprom, "data", eeprom_buf + (i * 256)); | ||||||
|             qdev_init_nofail(eeprom); |             qdev_init_nofail(eeprom); | ||||||
|         } |         } | ||||||
|         piix4_acpi_system_hot_add_init(pci_bus); |         piix4_acpi_system_hot_add_init(pci_bus, cpu_model); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (i440fx_state) { |     if (i440fx_state) { | ||||||
| @@ -1243,6 +1272,18 @@ static void pc_init1(ram_addr_t ram_size, | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     if (extboot_drive) { | ||||||
|  | 	DriveInfo *info = extboot_drive; | ||||||
|  | 	int cyls, heads, secs; | ||||||
|  |  | ||||||
|  | 	if (info->type != IF_IDE && info->type != IF_VIRTIO) { | ||||||
|  | 	    bdrv_guess_geometry(info->bdrv, &cyls, &heads, &secs); | ||||||
|  | 	    bdrv_set_geometry_hint(info->bdrv, cyls, heads, secs); | ||||||
|  | 	} | ||||||
|  |  | ||||||
|  | 	extboot_init(info->bdrv, 1); | ||||||
|  |     } | ||||||
|  |  | ||||||
|     /* Add virtio console devices */ |     /* Add virtio console devices */ | ||||||
|     if (pci_enabled) { |     if (pci_enabled) { | ||||||
|         for(i = 0; i < MAX_VIRTIO_CONSOLES; i++) { |         for(i = 0; i < MAX_VIRTIO_CONSOLES; i++) { | ||||||
| @@ -1251,6 +1292,12 @@ static void pc_init1(ram_addr_t ram_size, | |||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  | #ifdef CONFIG_KVM_DEVICE_ASSIGNMENT | ||||||
|  |     if (kvm_enabled()) { | ||||||
|  |         add_assigned_devices(pci_bus, assigned_devices, assigned_devices_index); | ||||||
|  |     } | ||||||
|  | #endif /* CONFIG_KVM_DEVICE_ASSIGNMENT */ | ||||||
| } | } | ||||||
|  |  | ||||||
| static void pc_init_pci(ram_addr_t ram_size, | static void pc_init_pci(ram_addr_t ram_size, | ||||||
|   | |||||||
							
								
								
									
										25
									
								
								hw/pc.h
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								hw/pc.h
									
									
									
									
									
								
							| @@ -28,6 +28,7 @@ extern PicState2 *isa_pic; | |||||||
| void pic_set_irq(int irq, int level); | void pic_set_irq(int irq, int level); | ||||||
| void pic_set_irq_new(void *opaque, int irq, int level); | void pic_set_irq_new(void *opaque, int irq, int level); | ||||||
| qemu_irq *i8259_init(qemu_irq parent_irq); | qemu_irq *i8259_init(qemu_irq parent_irq); | ||||||
|  | qemu_irq *kvm_i8259_init(qemu_irq parent_irq); | ||||||
| int pic_read_irq(PicState2 *s); | int pic_read_irq(PicState2 *s); | ||||||
| void pic_update_irq(PicState2 *s); | void pic_update_irq(PicState2 *s); | ||||||
| uint32_t pic_intack_read(PicState2 *s); | uint32_t pic_intack_read(PicState2 *s); | ||||||
| @@ -48,6 +49,7 @@ qemu_irq *ioapic_init(void); | |||||||
| void ioapic_set_irq(void *opaque, int vector, int level); | void ioapic_set_irq(void *opaque, int vector, int level); | ||||||
| void apic_reset_irq_delivered(void); | void apic_reset_irq_delivered(void); | ||||||
| int apic_get_irq_delivered(void); | int apic_get_irq_delivered(void); | ||||||
|  | void apic_set_irq_delivered(void); | ||||||
|  |  | ||||||
| /* i8254.c */ | /* i8254.c */ | ||||||
|  |  | ||||||
| @@ -62,8 +64,12 @@ int pit_get_initial_count(PITState *pit, int channel); | |||||||
| int pit_get_mode(PITState *pit, int channel); | int pit_get_mode(PITState *pit, int channel); | ||||||
| int pit_get_out(PITState *pit, int channel, int64_t current_time); | int pit_get_out(PITState *pit, int channel, int64_t current_time); | ||||||
|  |  | ||||||
| void hpet_pit_disable(void); | /* i8254-kvm.c */ | ||||||
| void hpet_pit_enable(void); |  | ||||||
|  | PITState *kvm_pit_init(int base, qemu_irq irq); | ||||||
|  |  | ||||||
|  | void hpet_disable_pit(void); | ||||||
|  | void hpet_enable_pit(void); | ||||||
|  |  | ||||||
| /* vmport.c */ | /* vmport.c */ | ||||||
| void vmport_init(void); | void vmport_init(void); | ||||||
| @@ -93,6 +99,7 @@ extern int fd_bootchk; | |||||||
|  |  | ||||||
| void ioport_set_a20(int enable); | void ioport_set_a20(int enable); | ||||||
| int ioport_get_a20(void); | int ioport_get_a20(void); | ||||||
|  | CPUState *pc_new_cpu(const char *cpu_model); | ||||||
|  |  | ||||||
| /* acpi.c */ | /* acpi.c */ | ||||||
| extern int acpi_enabled; | extern int acpi_enabled; | ||||||
| @@ -106,7 +113,7 @@ int acpi_table_add(const char *table_desc); | |||||||
| i2c_bus *piix4_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base, | i2c_bus *piix4_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base, | ||||||
|                        qemu_irq sci_irq); |                        qemu_irq sci_irq); | ||||||
| void piix4_smbus_register_device(SMBusDevice *dev, uint8_t addr); | void piix4_smbus_register_device(SMBusDevice *dev, uint8_t addr); | ||||||
| void piix4_acpi_system_hot_add_init(PCIBus *bus); | void piix4_acpi_system_hot_add_init(PCIBus *bus, const char *model); | ||||||
|  |  | ||||||
| /* hpet.c */ | /* hpet.c */ | ||||||
| extern int no_hpet; | extern int no_hpet; | ||||||
| @@ -116,6 +123,9 @@ void pcspk_init(PITState *); | |||||||
| int pcspk_audio_init(qemu_irq *pic); | int pcspk_audio_init(qemu_irq *pic); | ||||||
|  |  | ||||||
| /* piix_pci.c */ | /* piix_pci.c */ | ||||||
|  | /* config space register for IRQ routing */ | ||||||
|  | #define PIIX_CONFIG_IRQ_ROUTE 0x60 | ||||||
|  |  | ||||||
| struct PCII440FXState; | struct PCII440FXState; | ||||||
| typedef struct PCII440FXState PCII440FXState; | typedef struct PCII440FXState PCII440FXState; | ||||||
|  |  | ||||||
| @@ -127,6 +137,10 @@ void i440fx_init_memory_mappings(PCII440FXState *d); | |||||||
| extern PCIDevice *piix4_dev; | extern PCIDevice *piix4_dev; | ||||||
| int piix4_init(PCIBus *bus, int devfn); | int piix4_init(PCIBus *bus, int devfn); | ||||||
|  |  | ||||||
|  | int piix_get_irq(int pin); | ||||||
|  |  | ||||||
|  | int ipf_map_irq(PCIDevice *pci_dev, int irq_num); | ||||||
|  |  | ||||||
| /* vga.c */ | /* vga.c */ | ||||||
| enum vga_retrace_method { | enum vga_retrace_method { | ||||||
|     VGA_RETRACE_DUMB, |     VGA_RETRACE_DUMB, | ||||||
| @@ -149,5 +163,10 @@ void isa_cirrus_vga_init(void); | |||||||
|  |  | ||||||
| void isa_ne2000_init(int base, int irq, NICInfo *nd); | void isa_ne2000_init(int base, int irq, NICInfo *nd); | ||||||
|  |  | ||||||
|  | /* extboot.c */ | ||||||
|  |  | ||||||
|  | void extboot_init(BlockDriverState *bs, int cmd); | ||||||
|  |  | ||||||
| int cpu_is_bsp(CPUState *env); | int cpu_is_bsp(CPUState *env); | ||||||
|  |  | ||||||
| #endif | #endif | ||||||
|   | |||||||
| @@ -34,6 +34,7 @@ | |||||||
| #include "virtio-blk.h" | #include "virtio-blk.h" | ||||||
| #include "qemu-config.h" | #include "qemu-config.h" | ||||||
| #include "qemu-objects.h" | #include "qemu-objects.h" | ||||||
|  | #include "device-assignment.h" | ||||||
|  |  | ||||||
| #if defined(TARGET_I386) | #if defined(TARGET_I386) | ||||||
| static PCIDevice *qemu_pci_hot_add_nic(Monitor *mon, | static PCIDevice *qemu_pci_hot_add_nic(Monitor *mon, | ||||||
| @@ -225,6 +226,24 @@ static PCIDevice *qemu_pci_hot_add_storage(Monitor *mon, | |||||||
|     return dev; |     return dev; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #ifdef CONFIG_KVM_DEVICE_ASSIGNMENT | ||||||
|  | static PCIDevice *qemu_pci_hot_assign_device(Monitor *mon, | ||||||
|  |                                              const char *devaddr, | ||||||
|  |                                              const char *opts_str) | ||||||
|  | { | ||||||
|  |     QemuOpts *opts; | ||||||
|  |     DeviceState *dev; | ||||||
|  |  | ||||||
|  |     opts = add_assigned_device(opts_str); | ||||||
|  |     if (opts == NULL) { | ||||||
|  |         monitor_printf(mon, "Error adding device; check syntax\n"); | ||||||
|  |         return NULL; | ||||||
|  |     } | ||||||
|  |     dev = qdev_device_add(opts); | ||||||
|  |     return DO_UPCAST(PCIDevice, qdev, dev); | ||||||
|  | } | ||||||
|  | #endif /* CONFIG_KVM_DEVICE_ASSIGNMENT */ | ||||||
|  |  | ||||||
| void pci_device_hot_add_print(Monitor *mon, const QObject *data) | void pci_device_hot_add_print(Monitor *mon, const QObject *data) | ||||||
| { | { | ||||||
|     QDict *qdict; |     QDict *qdict; | ||||||
| @@ -277,6 +296,10 @@ void pci_device_hot_add(Monitor *mon, const QDict *qdict, QObject **ret_data) | |||||||
|         dev = qemu_pci_hot_add_nic(mon, pci_addr, opts); |         dev = qemu_pci_hot_add_nic(mon, pci_addr, opts); | ||||||
|     else if (strcmp(type, "storage") == 0) |     else if (strcmp(type, "storage") == 0) | ||||||
|         dev = qemu_pci_hot_add_storage(mon, pci_addr, opts); |         dev = qemu_pci_hot_add_storage(mon, pci_addr, opts); | ||||||
|  | #ifdef CONFIG_KVM_DEVICE_ASSIGNMENT | ||||||
|  |     else if (strcmp(type, "host") == 0) | ||||||
|  |         dev = qemu_pci_hot_assign_device(mon, pci_addr, opts); | ||||||
|  | #endif /* CONFIG_KVM_DEVICE_ASSIGNMENT */ | ||||||
|     else |     else | ||||||
|         monitor_printf(mon, "invalid type: %s\n", type); |         monitor_printf(mon, "invalid type: %s\n", type); | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										158
									
								
								hw/pci.c
									
									
									
									
									
								
							
							
						
						
									
										158
									
								
								hw/pci.c
									
									
									
									
									
								
							| @@ -27,6 +27,9 @@ | |||||||
| #include "net.h" | #include "net.h" | ||||||
| #include "sysemu.h" | #include "sysemu.h" | ||||||
| #include "loader.h" | #include "loader.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  | #include "hw/pc.h" | ||||||
|  | #include "device-assignment.h" | ||||||
|  |  | ||||||
| //#define DEBUG_PCI | //#define DEBUG_PCI | ||||||
| #ifdef DEBUG_PCI | #ifdef DEBUG_PCI | ||||||
| @@ -317,7 +320,7 @@ static VMStateInfo vmstate_info_pci_config = { | |||||||
|  |  | ||||||
| static int get_pci_irq_state(QEMUFile *f, void *pv, size_t size) | static int get_pci_irq_state(QEMUFile *f, void *pv, size_t size) | ||||||
| { | { | ||||||
|     PCIDevice *s = container_of(pv, PCIDevice, config); |     PCIDevice *s = container_of(pv, PCIDevice, irq_state); | ||||||
|     uint32_t irq_state[PCI_NUM_PINS]; |     uint32_t irq_state[PCI_NUM_PINS]; | ||||||
|     int i; |     int i; | ||||||
|     for (i = 0; i < PCI_NUM_PINS; ++i) { |     for (i = 0; i < PCI_NUM_PINS; ++i) { | ||||||
| @@ -339,7 +342,7 @@ static int get_pci_irq_state(QEMUFile *f, void *pv, size_t size) | |||||||
| static void put_pci_irq_state(QEMUFile *f, void *pv, size_t size) | static void put_pci_irq_state(QEMUFile *f, void *pv, size_t size) | ||||||
| { | { | ||||||
|     int i; |     int i; | ||||||
|     PCIDevice *s = container_of(pv, PCIDevice, config); |     PCIDevice *s = container_of(pv, PCIDevice, irq_state); | ||||||
|  |  | ||||||
|     for (i = 0; i < PCI_NUM_PINS; ++i) { |     for (i = 0; i < PCI_NUM_PINS; ++i) { | ||||||
|         qemu_put_be32(f, pci_irq_state(s, i)); |         qemu_put_be32(f, pci_irq_state(s, i)); | ||||||
| @@ -423,6 +426,7 @@ static int pci_set_default_subsystem_id(PCIDevice *pci_dev) | |||||||
| } | } | ||||||
|  |  | ||||||
| /* | /* | ||||||
|  |  * Parse pci address in qemu command | ||||||
|  * Parse [[<domain>:]<bus>:]<slot>, return -1 on error |  * Parse [[<domain>:]<bus>:]<slot>, return -1 on error | ||||||
|  */ |  */ | ||||||
| static int pci_parse_devaddr(const char *addr, int *domp, int *busp, unsigned *slotp) | static int pci_parse_devaddr(const char *addr, int *domp, int *busp, unsigned *slotp) | ||||||
| @@ -471,6 +475,55 @@ static int pci_parse_devaddr(const char *addr, int *domp, int *busp, unsigned *s | |||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * Parse device bdf in device assignment command: | ||||||
|  |  * | ||||||
|  |  * -pcidevice host=bus:dev.func | ||||||
|  |  * | ||||||
|  |  * Parse <bus>:<slot>.<func> return -1 on error | ||||||
|  |  */ | ||||||
|  | int pci_parse_host_devaddr(const char *addr, int *busp, | ||||||
|  |                            int *slotp, int *funcp) | ||||||
|  | { | ||||||
|  |     const char *p; | ||||||
|  |     char *e; | ||||||
|  |     int val; | ||||||
|  |     int bus = 0, slot = 0, func = 0; | ||||||
|  |  | ||||||
|  |     p = addr; | ||||||
|  |     val = strtoul(p, &e, 16); | ||||||
|  |     if (e == p) | ||||||
|  | 	return -1; | ||||||
|  |     if (*e == ':') { | ||||||
|  | 	bus = val; | ||||||
|  | 	p = e + 1; | ||||||
|  | 	val = strtoul(p, &e, 16); | ||||||
|  | 	if (e == p) | ||||||
|  | 	    return -1; | ||||||
|  | 	if (*e == '.') { | ||||||
|  | 	    slot = val; | ||||||
|  | 	    p = e + 1; | ||||||
|  | 	    val = strtoul(p, &e, 16); | ||||||
|  | 	    if (e == p) | ||||||
|  | 		return -1; | ||||||
|  | 	    func = val; | ||||||
|  | 	} else | ||||||
|  | 	    return -1; | ||||||
|  |     } else | ||||||
|  | 	return -1; | ||||||
|  |  | ||||||
|  |     if (bus > 0xff || slot > 0x1f || func > 0x7) | ||||||
|  | 	return -1; | ||||||
|  |  | ||||||
|  |     if (*e) | ||||||
|  | 	return -1; | ||||||
|  |  | ||||||
|  |     *busp = bus; | ||||||
|  |     *slotp = slot; | ||||||
|  |     *funcp = func; | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
| int pci_read_devaddr(Monitor *mon, const char *addr, int *domp, int *busp, | int pci_read_devaddr(Monitor *mon, const char *addr, int *domp, int *busp, | ||||||
|                      unsigned *slotp) |                      unsigned *slotp) | ||||||
| { | { | ||||||
| @@ -947,25 +1000,80 @@ static void pci_update_mappings(PCIDevice *d) | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| uint32_t pci_default_read_config(PCIDevice *d, | static uint32_t pci_read_config(PCIDevice *d, | ||||||
|                                  uint32_t address, int len) |                                 uint32_t address, int len) | ||||||
| { | { | ||||||
|     uint32_t val = 0; |     uint32_t val = 0; | ||||||
|     assert(len == 1 || len == 2 || len == 4); |  | ||||||
|     len = MIN(len, pci_config_size(d) - address); |     len = MIN(len, pci_config_size(d) - address); | ||||||
|     memcpy(&val, d->config + address, len); |     memcpy(&val, d->config + address, len); | ||||||
|     return le32_to_cpu(val); |     return le32_to_cpu(val); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | uint32_t pci_default_read_config(PCIDevice *d, | ||||||
|  |                                  uint32_t address, int len) | ||||||
|  | { | ||||||
|  |     assert(len == 1 || len == 2 || len == 4); | ||||||
|  |  | ||||||
|  |     if (pci_access_cap_config(d, address, len)) { | ||||||
|  |         return d->cap.config_read(d, address, len); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     return pci_read_config(d, address, len); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void pci_write_config(PCIDevice *pci_dev, | ||||||
|  |                              uint32_t address, uint32_t val, int len) | ||||||
|  | { | ||||||
|  |     int i; | ||||||
|  |     for (i = 0; i < len; i++) { | ||||||
|  |         pci_dev->config[address + i] = val & 0xff; | ||||||
|  |         val >>= 8; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | int pci_access_cap_config(PCIDevice *pci_dev, uint32_t address, int len) | ||||||
|  | { | ||||||
|  |     if (pci_dev->cap.supported && address >= pci_dev->cap.start && | ||||||
|  |             (address + len) < pci_dev->cap.start + pci_dev->cap.length) | ||||||
|  |         return 1; | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | uint32_t pci_default_cap_read_config(PCIDevice *pci_dev, | ||||||
|  |                                      uint32_t address, int len) | ||||||
|  | { | ||||||
|  |     return pci_read_config(pci_dev, address, len); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | void pci_default_cap_write_config(PCIDevice *pci_dev, | ||||||
|  |                                   uint32_t address, uint32_t val, int len) | ||||||
|  | { | ||||||
|  |     pci_write_config(pci_dev, address, val, len); | ||||||
|  | } | ||||||
|  |  | ||||||
| void pci_default_write_config(PCIDevice *d, uint32_t addr, uint32_t val, int l) | void pci_default_write_config(PCIDevice *d, uint32_t addr, uint32_t val, int l) | ||||||
| { | { | ||||||
|     int i; |     int i; | ||||||
|     uint32_t config_size = pci_config_size(d); |     uint32_t config_size = pci_config_size(d); | ||||||
|  |  | ||||||
|  |     if (pci_access_cap_config(d, addr, l)) { | ||||||
|  |         d->cap.config_write(d, addr, val, l); | ||||||
|  |         return; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     for (i = 0; i < l && addr + i < config_size; val >>= 8, ++i) { |     for (i = 0; i < l && addr + i < config_size; val >>= 8, ++i) { | ||||||
|         uint8_t wmask = d->wmask[addr + i]; |         uint8_t wmask = d->wmask[addr + i]; | ||||||
|         d->config[addr + i] = (d->config[addr + i] & ~wmask) | (val & wmask); |         d->config[addr + i] = (d->config[addr + i] & ~wmask) | (val & wmask); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  | #ifdef CONFIG_KVM_DEVICE_ASSIGNMENT | ||||||
|  |     if (kvm_enabled() && kvm_irqchip_in_kernel() && | ||||||
|  |         addr >= PIIX_CONFIG_IRQ_ROUTE && | ||||||
|  | 	addr < PIIX_CONFIG_IRQ_ROUTE + 4) | ||||||
|  |         assigned_dev_update_irqs(); | ||||||
|  | #endif /* CONFIG_KVM_DEVICE_ASSIGNMENT */ | ||||||
|  |  | ||||||
|     if (ranges_overlap(addr, l, PCI_BASE_ADDRESS_0, 24) || |     if (ranges_overlap(addr, l, PCI_BASE_ADDRESS_0, 24) || | ||||||
|         ranges_overlap(addr, l, PCI_ROM_ADDRESS, 4) || |         ranges_overlap(addr, l, PCI_ROM_ADDRESS, 4) || | ||||||
|         ranges_overlap(addr, l, PCI_ROM_ADDRESS1, 4) || |         ranges_overlap(addr, l, PCI_ROM_ADDRESS1, 4) || | ||||||
| @@ -986,11 +1094,20 @@ static void pci_set_irq(void *opaque, int irq_num, int level) | |||||||
|     if (!change) |     if (!change) | ||||||
|         return; |         return; | ||||||
|  |  | ||||||
|  | #if defined(TARGET_IA64) | ||||||
|  |     ioapic_set_irq(pci_dev, irq_num, level); | ||||||
|  | #endif | ||||||
|  |  | ||||||
|     pci_set_irq_state(pci_dev, irq_num, level); |     pci_set_irq_state(pci_dev, irq_num, level); | ||||||
|     pci_update_irq_status(pci_dev); |     pci_update_irq_status(pci_dev); | ||||||
|     pci_change_irq_level(pci_dev, irq_num, change); |     pci_change_irq_level(pci_dev, irq_num, change); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | int pci_map_irq(PCIDevice *pci_dev, int pin) | ||||||
|  | { | ||||||
|  |     return pci_dev->bus->map_irq(pci_dev, pin); | ||||||
|  | } | ||||||
|  |  | ||||||
| /***********************************************************/ | /***********************************************************/ | ||||||
| /* monitor info on PCI */ | /* monitor info on PCI */ | ||||||
|  |  | ||||||
| @@ -1417,6 +1534,37 @@ PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name) | |||||||
|     return dev; |     return dev; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | int pci_enable_capability_support(PCIDevice *pci_dev, | ||||||
|  |                                   uint32_t config_start, | ||||||
|  |                                   PCICapConfigReadFunc *config_read, | ||||||
|  |                                   PCICapConfigWriteFunc *config_write, | ||||||
|  |                                   PCICapConfigInitFunc *config_init) | ||||||
|  | { | ||||||
|  |     if (!pci_dev) | ||||||
|  |         return -ENODEV; | ||||||
|  |  | ||||||
|  |     pci_dev->config[0x06] |= 0x10; // status = capabilities | ||||||
|  |  | ||||||
|  |     if (config_start == 0) | ||||||
|  | 	pci_dev->cap.start = PCI_CAPABILITY_CONFIG_DEFAULT_START_ADDR; | ||||||
|  |     else if (config_start >= 0x40 && config_start < 0xff) | ||||||
|  |         pci_dev->cap.start = config_start; | ||||||
|  |     else | ||||||
|  |         return -EINVAL; | ||||||
|  |  | ||||||
|  |     if (config_read) | ||||||
|  |         pci_dev->cap.config_read = config_read; | ||||||
|  |     else | ||||||
|  |         pci_dev->cap.config_read = pci_default_cap_read_config; | ||||||
|  |     if (config_write) | ||||||
|  |         pci_dev->cap.config_write = config_write; | ||||||
|  |     else | ||||||
|  |         pci_dev->cap.config_write = pci_default_cap_write_config; | ||||||
|  |     pci_dev->cap.supported = 1; | ||||||
|  |     pci_dev->config[PCI_CAPABILITY_LIST] = pci_dev->cap.start; | ||||||
|  |     return config_init(pci_dev); | ||||||
|  | } | ||||||
|  |  | ||||||
| static int pci_find_space(PCIDevice *pdev, uint8_t size) | static int pci_find_space(PCIDevice *pdev, uint8_t size) | ||||||
| { | { | ||||||
|     int config_size = pci_config_size(pdev); |     int config_size = pci_config_size(pdev); | ||||||
|   | |||||||
							
								
								
									
										61
									
								
								hw/pci.h
									
									
									
									
									
								
							
							
						
						
									
										61
									
								
								hw/pci.h
									
									
									
									
									
								
							| @@ -5,11 +5,16 @@ | |||||||
|  |  | ||||||
| #include "qdev.h" | #include "qdev.h" | ||||||
|  |  | ||||||
|  | struct kvm_irq_routing_entry; | ||||||
|  |  | ||||||
| /* PCI includes legacy ISA access.  */ | /* PCI includes legacy ISA access.  */ | ||||||
| #include "isa.h" | #include "isa.h" | ||||||
|  |  | ||||||
| /* PCI bus */ | /* imported from <linux/pci.h> */ | ||||||
|  | #define PCI_SLOT(devfn)         (((devfn) >> 3) & 0x1f) | ||||||
|  | #define PCI_FUNC(devfn)         ((devfn) & 0x07) | ||||||
|  |  | ||||||
|  | /* PCI bus */ | ||||||
| extern target_phys_addr_t pci_mem_base; | extern target_phys_addr_t pci_mem_base; | ||||||
|  |  | ||||||
| #define PCI_DEVFN(slot, func)   ((((slot) & 0x1f) << 3) | ((func) & 0x07)) | #define PCI_DEVFN(slot, func)   ((((slot) & 0x1f) << 3) | ((func) & 0x07)) | ||||||
| @@ -82,6 +87,12 @@ typedef void PCIMapIORegionFunc(PCIDevice *pci_dev, int region_num, | |||||||
|                                 pcibus_t addr, pcibus_t size, int type); |                                 pcibus_t addr, pcibus_t size, int type); | ||||||
| typedef int PCIUnregisterFunc(PCIDevice *pci_dev); | typedef int PCIUnregisterFunc(PCIDevice *pci_dev); | ||||||
|  |  | ||||||
|  | typedef void PCICapConfigWriteFunc(PCIDevice *pci_dev, | ||||||
|  |                                    uint32_t address, uint32_t val, int len); | ||||||
|  | typedef uint32_t PCICapConfigReadFunc(PCIDevice *pci_dev, | ||||||
|  |                                       uint32_t address, int len); | ||||||
|  | typedef int PCICapConfigInitFunc(PCIDevice *pci_dev); | ||||||
|  |  | ||||||
| typedef struct PCIIORegion { | typedef struct PCIIORegion { | ||||||
|     pcibus_t addr; /* current PCI mapping address. -1 means not mapped */ |     pcibus_t addr; /* current PCI mapping address. -1 means not mapped */ | ||||||
| #define PCI_BAR_UNMAPPED (~(pcibus_t)0) | #define PCI_BAR_UNMAPPED (~(pcibus_t)0) | ||||||
| @@ -160,10 +171,19 @@ typedef struct PCIIORegion { | |||||||
| /* Bits in the PCI Status Register (PCI 2.3 spec) */ | /* Bits in the PCI Status Register (PCI 2.3 spec) */ | ||||||
| #define PCI_STATUS_RESERVED1	0x007 | #define PCI_STATUS_RESERVED1	0x007 | ||||||
| #define PCI_STATUS_INT_STATUS	0x008 | #define PCI_STATUS_INT_STATUS	0x008 | ||||||
|  | #ifndef PCI_STATUS_CAP_LIST | ||||||
| #define PCI_STATUS_CAP_LIST	0x010 | #define PCI_STATUS_CAP_LIST	0x010 | ||||||
|  | #endif | ||||||
|  | #ifndef PCI_STATUS_66MHZ | ||||||
| #define PCI_STATUS_66MHZ	0x020 | #define PCI_STATUS_66MHZ	0x020 | ||||||
|  | #endif | ||||||
|  |  | ||||||
| #define PCI_STATUS_RESERVED2	0x040 | #define PCI_STATUS_RESERVED2	0x040 | ||||||
|  |  | ||||||
|  | #ifndef PCI_STATUS_FAST_BACK | ||||||
| #define PCI_STATUS_FAST_BACK	0x080 | #define PCI_STATUS_FAST_BACK	0x080 | ||||||
|  | #endif | ||||||
|  |  | ||||||
| #define PCI_STATUS_DEVSEL	0x600 | #define PCI_STATUS_DEVSEL	0x600 | ||||||
|  |  | ||||||
| #define PCI_STATUS_RESERVED_MASK_LO (PCI_STATUS_RESERVED1 | \ | #define PCI_STATUS_RESERVED_MASK_LO (PCI_STATUS_RESERVED1 | \ | ||||||
| @@ -192,6 +212,11 @@ enum { | |||||||
|     QEMU_PCI_CAP_EXPRESS = 0x2, |     QEMU_PCI_CAP_EXPRESS = 0x2, | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | #define PCI_CAPABILITY_CONFIG_MAX_LENGTH 0x60 | ||||||
|  | #define PCI_CAPABILITY_CONFIG_DEFAULT_START_ADDR 0x40 | ||||||
|  | #define PCI_CAPABILITY_CONFIG_MSI_LENGTH 0x10 | ||||||
|  | #define PCI_CAPABILITY_CONFIG_MSIX_LENGTH 0x10 | ||||||
|  |  | ||||||
| struct PCIDevice { | struct PCIDevice { | ||||||
|     DeviceState qdev; |     DeviceState qdev; | ||||||
|     /* PCI config space */ |     /* PCI config space */ | ||||||
| @@ -247,6 +272,23 @@ struct PCIDevice { | |||||||
|     char *romfile; |     char *romfile; | ||||||
|     ram_addr_t rom_offset; |     ram_addr_t rom_offset; | ||||||
|     uint32_t rom_bar; |     uint32_t rom_bar; | ||||||
|  |  | ||||||
|  |     /* How much space does an MSIX table need. */ | ||||||
|  |     /* The spec requires giving the table structure | ||||||
|  |      * a 4K aligned region all by itself. Align it to | ||||||
|  |      * target pages so that drivers can do passthrough | ||||||
|  |      * on the rest of the region. */ | ||||||
|  |     target_phys_addr_t msix_page_size; | ||||||
|  |  | ||||||
|  |     struct kvm_irq_routing_entry *msix_irq_entries; | ||||||
|  |  | ||||||
|  |     /* Device capability configuration space */ | ||||||
|  |     struct { | ||||||
|  |         int supported; | ||||||
|  |         unsigned int start, length; | ||||||
|  |         PCICapConfigReadFunc *config_read; | ||||||
|  |         PCICapConfigWriteFunc *config_write; | ||||||
|  |     } cap; | ||||||
| }; | }; | ||||||
|  |  | ||||||
| PCIDevice *pci_register_device(PCIBus *bus, const char *name, | PCIDevice *pci_register_device(PCIBus *bus, const char *name, | ||||||
| @@ -258,6 +300,14 @@ void pci_register_bar(PCIDevice *pci_dev, int region_num, | |||||||
|                             pcibus_t size, int type, |                             pcibus_t size, int type, | ||||||
|                             PCIMapIORegionFunc *map_func); |                             PCIMapIORegionFunc *map_func); | ||||||
|  |  | ||||||
|  | int pci_enable_capability_support(PCIDevice *pci_dev, | ||||||
|  |                                   uint32_t config_start, | ||||||
|  |                                   PCICapConfigReadFunc *config_read, | ||||||
|  |                                   PCICapConfigWriteFunc *config_write, | ||||||
|  |                                   PCICapConfigInitFunc *config_init); | ||||||
|  |  | ||||||
|  | int pci_map_irq(PCIDevice *pci_dev, int pin); | ||||||
|  |  | ||||||
| int pci_add_capability(PCIDevice *pci_dev, uint8_t cap_id, uint8_t cap_size); | int pci_add_capability(PCIDevice *pci_dev, uint8_t cap_id, uint8_t cap_size); | ||||||
|  |  | ||||||
| void pci_del_capability(PCIDevice *pci_dev, uint8_t cap_id, uint8_t cap_size); | void pci_del_capability(PCIDevice *pci_dev, uint8_t cap_id, uint8_t cap_size); | ||||||
| @@ -266,13 +316,17 @@ void pci_reserve_capability(PCIDevice *pci_dev, uint8_t offset, uint8_t size); | |||||||
|  |  | ||||||
| uint8_t pci_find_capability(PCIDevice *pci_dev, uint8_t cap_id); | uint8_t pci_find_capability(PCIDevice *pci_dev, uint8_t cap_id); | ||||||
|  |  | ||||||
|  |  | ||||||
| uint32_t pci_default_read_config(PCIDevice *d, | uint32_t pci_default_read_config(PCIDevice *d, | ||||||
|                                  uint32_t address, int len); |                                  uint32_t address, int len); | ||||||
| void pci_default_write_config(PCIDevice *d, | void pci_default_write_config(PCIDevice *d, | ||||||
|                               uint32_t address, uint32_t val, int len); |                               uint32_t address, uint32_t val, int len); | ||||||
| void pci_device_save(PCIDevice *s, QEMUFile *f); | void pci_device_save(PCIDevice *s, QEMUFile *f); | ||||||
| int pci_device_load(PCIDevice *s, QEMUFile *f); | int pci_device_load(PCIDevice *s, QEMUFile *f); | ||||||
|  | uint32_t pci_default_cap_read_config(PCIDevice *pci_dev, | ||||||
|  |                                      uint32_t address, int len); | ||||||
|  | void pci_default_cap_write_config(PCIDevice *pci_dev, | ||||||
|  |                                   uint32_t address, uint32_t val, int len); | ||||||
|  | int pci_access_cap_config(PCIDevice *pci_dev, uint32_t address, int len); | ||||||
|  |  | ||||||
| typedef void (*pci_set_irq_fn)(void *opaque, int irq_num, int level); | typedef void (*pci_set_irq_fn)(void *opaque, int irq_num, int level); | ||||||
| typedef int (*pci_map_irq_fn)(PCIDevice *pci_dev, int irq_num); | typedef int (*pci_map_irq_fn)(PCIDevice *pci_dev, int irq_num); | ||||||
| @@ -301,6 +355,9 @@ PCIBus *pci_get_bus_devfn(int *devfnp, const char *devaddr); | |||||||
| int pci_read_devaddr(Monitor *mon, const char *addr, int *domp, int *busp, | int pci_read_devaddr(Monitor *mon, const char *addr, int *domp, int *busp, | ||||||
|                      unsigned *slotp); |                      unsigned *slotp); | ||||||
|  |  | ||||||
|  | int pci_parse_host_devaddr(const char *addr, int *busp, | ||||||
|  |                            int *slotp, int *funcp); | ||||||
|  |  | ||||||
| void pci_info(Monitor *mon); | void pci_info(Monitor *mon); | ||||||
| PCIBus *pci_bridge_init(PCIBus *bus, int devfn, uint16_t vid, uint16_t did, | PCIBus *pci_bridge_init(PCIBus *bus, int devfn, uint16_t vid, uint16_t did, | ||||||
|                         pci_map_irq_fn map_irq, const char *name); |                         pci_map_irq_fn map_irq, const char *name); | ||||||
|   | |||||||
							
								
								
									
										48
									
								
								hw/pcspk.c
									
									
									
									
									
								
							
							
						
						
									
										48
									
								
								hw/pcspk.c
									
									
									
									
									
								
							| @@ -27,6 +27,8 @@ | |||||||
| #include "isa.h" | #include "isa.h" | ||||||
| #include "audio/audio.h" | #include "audio/audio.h" | ||||||
| #include "qemu-timer.h" | #include "qemu-timer.h" | ||||||
|  | #include "i8254.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| #define PCSPK_BUF_LEN 1792 | #define PCSPK_BUF_LEN 1792 | ||||||
| #define PCSPK_SAMPLE_RATE 32000 | #define PCSPK_SAMPLE_RATE 32000 | ||||||
| @@ -48,6 +50,43 @@ typedef struct { | |||||||
| static const char *s_spk = "pcspk"; | static const char *s_spk = "pcspk"; | ||||||
| static PCSpkState pcspk_state; | static PCSpkState pcspk_state; | ||||||
|  |  | ||||||
|  | #ifdef CONFIG_KVM_PIT | ||||||
|  | static void kvm_get_pit_ch2(PITState *pit, | ||||||
|  |                             struct kvm_pit_state *inkernel_state) | ||||||
|  | { | ||||||
|  |     struct kvm_pit_state pit_state; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled() && qemu_kvm_pit_in_kernel()) { | ||||||
|  |         kvm_get_pit(kvm_context, &pit_state); | ||||||
|  |         pit->channels[2].mode = pit_state.channels[2].mode; | ||||||
|  |         pit->channels[2].count = pit_state.channels[2].count; | ||||||
|  |         pit->channels[2].count_load_time = pit_state.channels[2].count_load_time; | ||||||
|  |         pit->channels[2].gate = pit_state.channels[2].gate; | ||||||
|  |         if (inkernel_state) { | ||||||
|  |             memcpy(inkernel_state, &pit_state, sizeof(*inkernel_state)); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void kvm_set_pit_ch2(PITState *pit, | ||||||
|  |                             struct kvm_pit_state *inkernel_state) | ||||||
|  | { | ||||||
|  |     if (kvm_enabled() && qemu_kvm_pit_in_kernel()) { | ||||||
|  |         inkernel_state->channels[2].mode = pit->channels[2].mode; | ||||||
|  |         inkernel_state->channels[2].count = pit->channels[2].count; | ||||||
|  |         inkernel_state->channels[2].count_load_time = | ||||||
|  |             pit->channels[2].count_load_time; | ||||||
|  |         inkernel_state->channels[2].gate = pit->channels[2].gate; | ||||||
|  |         kvm_set_pit(kvm_context, inkernel_state); | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | #else | ||||||
|  | static inline void kvm_get_pit_ch2(PITState *pit, | ||||||
|  |                                    struct kvm_pit_state *inkernel_state) { } | ||||||
|  | static inline void kvm_set_pit_ch2(PITState *pit, | ||||||
|  |                                    struct kvm_pit_state *inkernel_state) { } | ||||||
|  | #endif | ||||||
|  |  | ||||||
| static inline void generate_samples(PCSpkState *s) | static inline void generate_samples(PCSpkState *s) | ||||||
| { | { | ||||||
|     unsigned int i; |     unsigned int i; | ||||||
| @@ -72,6 +111,8 @@ static void pcspk_callback(void *opaque, int free) | |||||||
|     PCSpkState *s = opaque; |     PCSpkState *s = opaque; | ||||||
|     unsigned int n; |     unsigned int n; | ||||||
|  |  | ||||||
|  |     kvm_get_pit_ch2(s->pit, NULL); | ||||||
|  |  | ||||||
|     if (pit_get_mode(s->pit, 2) != 3) |     if (pit_get_mode(s->pit, 2) != 3) | ||||||
|         return; |         return; | ||||||
|  |  | ||||||
| @@ -117,6 +158,8 @@ static uint32_t pcspk_ioport_read(void *opaque, uint32_t addr) | |||||||
|     PCSpkState *s = opaque; |     PCSpkState *s = opaque; | ||||||
|     int out; |     int out; | ||||||
|  |  | ||||||
|  |     kvm_get_pit_ch2(s->pit, NULL); | ||||||
|  |  | ||||||
|     s->dummy_refresh_clock ^= (1 << 4); |     s->dummy_refresh_clock ^= (1 << 4); | ||||||
|     out = pit_get_out(s->pit, 2, qemu_get_clock(vm_clock)) << 5; |     out = pit_get_out(s->pit, 2, qemu_get_clock(vm_clock)) << 5; | ||||||
|  |  | ||||||
| @@ -125,9 +168,12 @@ static uint32_t pcspk_ioport_read(void *opaque, uint32_t addr) | |||||||
|  |  | ||||||
| static void pcspk_ioport_write(void *opaque, uint32_t addr, uint32_t val) | static void pcspk_ioport_write(void *opaque, uint32_t addr, uint32_t val) | ||||||
| { | { | ||||||
|  |     struct kvm_pit_state inkernel_state; | ||||||
|     PCSpkState *s = opaque; |     PCSpkState *s = opaque; | ||||||
|     const int gate = val & 1; |     const int gate = val & 1; | ||||||
|  |  | ||||||
|  |     kvm_get_pit_ch2(s->pit, &inkernel_state); | ||||||
|  |  | ||||||
|     s->data_on = (val >> 1) & 1; |     s->data_on = (val >> 1) & 1; | ||||||
|     pit_set_gate(s->pit, 2, gate); |     pit_set_gate(s->pit, 2, gate); | ||||||
|     if (s->voice) { |     if (s->voice) { | ||||||
| @@ -135,6 +181,8 @@ static void pcspk_ioport_write(void *opaque, uint32_t addr, uint32_t val) | |||||||
|             s->play_pos = 0; |             s->play_pos = 0; | ||||||
|         AUD_set_active_out(s->voice, gate & s->data_on); |         AUD_set_active_out(s->voice, gate & s->data_on); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     kvm_set_pit_ch2(s->pit, &inkernel_state); | ||||||
| } | } | ||||||
|  |  | ||||||
| void pcspk_init(PITState *pit) | void pcspk_init(PITState *pit) | ||||||
|   | |||||||
| @@ -29,6 +29,8 @@ | |||||||
| #include "isa.h" | #include "isa.h" | ||||||
| #include "sysbus.h" | #include "sysbus.h" | ||||||
|  |  | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| typedef PCIHostState I440FXState; | typedef PCIHostState I440FXState; | ||||||
|  |  | ||||||
| typedef struct PIIX3State { | typedef struct PIIX3State { | ||||||
| @@ -88,6 +90,10 @@ static void i440fx_update_memory_mappings(PCII440FXState *d) | |||||||
|     int i, r; |     int i, r; | ||||||
|     uint32_t smram, addr; |     uint32_t smram, addr; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled()) { | ||||||
|  |         /* FIXME: Support remappings and protection changes. */ | ||||||
|  |         return; | ||||||
|  |     } | ||||||
|     update_pam(d, 0xf0000, 0x100000, (d->dev.config[0x59] >> 4) & 3); |     update_pam(d, 0xf0000, 0x100000, (d->dev.config[0x59] >> 4) & 3); | ||||||
|     for(i = 0; i < 12; i++) { |     for(i = 0; i < 12; i++) { | ||||||
|         r = (d->dev.config[(i >> 1) + 0x5a] >> ((i & 1) * 4)) & 3; |         r = (d->dev.config[(i >> 1) + 0x5a] >> ((i & 1) * 4)) & 3; | ||||||
| @@ -201,6 +207,8 @@ static int i440fx_initfn(PCIDevice *dev) | |||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | static PIIX3State *piix3_dev; | ||||||
|  |  | ||||||
| PCIBus *i440fx_init(PCII440FXState **pi440fx_state, int *piix3_devfn, qemu_irq *pic) | PCIBus *i440fx_init(PCII440FXState **pi440fx_state, int *piix3_devfn, qemu_irq *pic) | ||||||
| { | { | ||||||
|     DeviceState *dev; |     DeviceState *dev; | ||||||
| @@ -226,6 +234,8 @@ PCIBus *i440fx_init(PCII440FXState **pi440fx_state, int *piix3_devfn, qemu_irq * | |||||||
|  |  | ||||||
|     *piix3_devfn = piix3->dev.devfn; |     *piix3_devfn = piix3->dev.devfn; | ||||||
|  |  | ||||||
|  |     piix3_dev = piix3; | ||||||
|  |  | ||||||
|     return b; |     return b; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -253,6 +263,13 @@ static void piix3_set_irq(void *opaque, int irq_num, int level) | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | int piix_get_irq(int pin) | ||||||
|  | { | ||||||
|  |     if (piix3_dev) | ||||||
|  |         return piix3_dev->dev.config[0x60+pin]; | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
| static void piix3_reset(void *opaque) | static void piix3_reset(void *opaque) | ||||||
| { | { | ||||||
|     PIIX3State *d = opaque; |     PIIX3State *d = opaque; | ||||||
|   | |||||||
| @@ -20,6 +20,7 @@ | |||||||
| #include "ppc405.h" | #include "ppc405.h" | ||||||
| #include "sysemu.h" | #include "sysemu.h" | ||||||
| #include "kvm.h" | #include "kvm.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| #define PPC440EP_PCI_CONFIG     0xeec00000 | #define PPC440EP_PCI_CONFIG     0xeec00000 | ||||||
| #define PPC440EP_PCI_INTACK     0xeed00000 | #define PPC440EP_PCI_INTACK     0xeed00000 | ||||||
|   | |||||||
| @@ -24,6 +24,7 @@ | |||||||
| #include "device_tree.h" | #include "device_tree.h" | ||||||
| #include "loader.h" | #include "loader.h" | ||||||
| #include "elf.h" | #include "elf.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| #define BINARY_DEVICE_TREE_FILE "bamboo.dtb" | #define BINARY_DEVICE_TREE_FILE "bamboo.dtb" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -31,6 +31,7 @@ | |||||||
| #include "ppce500.h" | #include "ppce500.h" | ||||||
| #include "loader.h" | #include "loader.h" | ||||||
| #include "elf.h" | #include "elf.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| #define BINARY_DEVICE_TREE_FILE    "mpc8544ds.dtb" | #define BINARY_DEVICE_TREE_FILE    "mpc8544ds.dtb" | ||||||
| #define UIMAGE_LOAD_BASE           0 | #define UIMAGE_LOAD_BASE           0 | ||||||
|   | |||||||
| @@ -434,7 +434,9 @@ static int scsi_disk_emulate_inquiry(SCSIRequest *req, uint8_t *outbuf) | |||||||
|         memcpy(&outbuf[16], "QEMU HARDDISK   ", 16); |         memcpy(&outbuf[16], "QEMU HARDDISK   ", 16); | ||||||
|     } |     } | ||||||
|     memcpy(&outbuf[8], "QEMU    ", 8); |     memcpy(&outbuf[8], "QEMU    ", 8); | ||||||
|     memcpy(&outbuf[32], s->version ? s->version : QEMU_VERSION, 4); |     memset(&outbuf[32], 0, 4); | ||||||
|  |     memcpy(&outbuf[32], s->version ? s->version : QEMU_VERSION, | ||||||
|  |            MIN(4, strlen(s->version ? s->version : QEMU_VERSION))); | ||||||
|     /* Identify device as SCSI-3 rev 1. |     /* Identify device as SCSI-3 rev 1. | ||||||
|        Some later commands are also implemented. */ |        Some later commands are also implemented. */ | ||||||
|     outbuf[2] = 3; |     outbuf[2] = 3; | ||||||
|   | |||||||
| @@ -396,8 +396,11 @@ static void sh7750_mem_writel(void *opaque, target_phys_addr_t addr, | |||||||
| 	portb_changed(s, temp); | 	portb_changed(s, temp); | ||||||
| 	return; | 	return; | ||||||
|     case SH7750_MMUCR_A7: |     case SH7750_MMUCR_A7: | ||||||
| 	s->cpu->mmucr = mem_value; |         if (mem_value & MMUCR_TI) { | ||||||
| 	return; |             cpu_sh4_invalidate_tlb(s->cpu); | ||||||
|  |         } | ||||||
|  |         s->cpu->mmucr = mem_value & ~MMUCR_TI; | ||||||
|  |         return; | ||||||
|     case SH7750_PTEH_A7: |     case SH7750_PTEH_A7: | ||||||
|         /* If asid changes, clear all registered tlb entries. */ |         /* If asid changes, clear all registered tlb entries. */ | ||||||
| 	if ((s->cpu->pteh & 0xff) != (mem_value & 0xff)) | 	if ((s->cpu->pteh & 0xff) != (mem_value & 0xff)) | ||||||
|   | |||||||
							
								
								
									
										111
									
								
								hw/sh_pci.c
									
									
									
									
									
								
							
							
						
						
									
										111
									
								
								hw/sh_pci.c
									
									
									
									
									
								
							| @@ -47,10 +47,15 @@ static void sh_pci_reg_write (void *p, target_phys_addr_t addr, uint32_t val) | |||||||
|         pcic->par = val; |         pcic->par = val; | ||||||
|         break; |         break; | ||||||
|     case 0x1c4: |     case 0x1c4: | ||||||
|         pcic->mbr = val; |         pcic->mbr = val & 0xff000001; | ||||||
|         break; |         break; | ||||||
|     case 0x1c8: |     case 0x1c8: | ||||||
|         pcic->iobr = val; |         if ((val & 0xfffc0000) != (pcic->iobr & 0xfffc0000)) { | ||||||
|  |             cpu_register_physical_memory(pcic->iobr & 0xfffc0000, 0x40000, | ||||||
|  |                                          IO_MEM_UNASSIGNED); | ||||||
|  |             pcic->iobr = val & 0xfffc0001; | ||||||
|  |             isa_mmio_init(pcic->iobr & 0xfffc0000, 0x40000); | ||||||
|  |         } | ||||||
|         break; |         break; | ||||||
|     case 0x220: |     case 0x220: | ||||||
|         pci_data_write(pcic->bus, pcic->par, val, 4); |         pci_data_write(pcic->bus, pcic->par, val, 4); | ||||||
| @@ -66,89 +71,16 @@ static uint32_t sh_pci_reg_read (void *p, target_phys_addr_t addr) | |||||||
|         return le32_to_cpup((uint32_t*)(pcic->dev->config + addr)); |         return le32_to_cpup((uint32_t*)(pcic->dev->config + addr)); | ||||||
|     case 0x1c0: |     case 0x1c0: | ||||||
|         return pcic->par; |         return pcic->par; | ||||||
|  |     case 0x1c4: | ||||||
|  |         return pcic->mbr; | ||||||
|  |     case 0x1c8: | ||||||
|  |         return pcic->iobr; | ||||||
|     case 0x220: |     case 0x220: | ||||||
|         return pci_data_read(pcic->bus, pcic->par, 4); |         return pci_data_read(pcic->bus, pcic->par, 4); | ||||||
|     } |     } | ||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| static void sh_pci_data_write (SHPCIC *pcic, target_phys_addr_t addr, |  | ||||||
|                                uint32_t val, int size) |  | ||||||
| { |  | ||||||
|     pci_data_write(pcic->bus, addr + pcic->mbr, val, size); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static uint32_t sh_pci_mem_read (SHPCIC *pcic, target_phys_addr_t addr, |  | ||||||
|                                  int size) |  | ||||||
| { |  | ||||||
|     return pci_data_read(pcic->bus, addr + pcic->mbr, size); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static void sh_pci_writeb (void *p, target_phys_addr_t addr, uint32_t val) |  | ||||||
| { |  | ||||||
|     sh_pci_data_write(p, addr, val, 1); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static void sh_pci_writew (void *p, target_phys_addr_t addr, uint32_t val) |  | ||||||
| { |  | ||||||
|     sh_pci_data_write(p, addr, val, 2); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static void sh_pci_writel (void *p, target_phys_addr_t addr, uint32_t val) |  | ||||||
| { |  | ||||||
|     sh_pci_data_write(p, addr, val, 4); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static uint32_t sh_pci_readb (void *p, target_phys_addr_t addr) |  | ||||||
| { |  | ||||||
|     return sh_pci_mem_read(p, addr, 1); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static uint32_t sh_pci_readw (void *p, target_phys_addr_t addr) |  | ||||||
| { |  | ||||||
|     return sh_pci_mem_read(p, addr, 2); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static uint32_t sh_pci_readl (void *p, target_phys_addr_t addr) |  | ||||||
| { |  | ||||||
|     return sh_pci_mem_read(p, addr, 4); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static int sh_pci_addr2port(SHPCIC *pcic, target_phys_addr_t addr) |  | ||||||
| { |  | ||||||
|     return addr + pcic->iobr; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static void sh_pci_outb (void *p, target_phys_addr_t addr, uint32_t val) |  | ||||||
| { |  | ||||||
|     cpu_outb(sh_pci_addr2port(p, addr), val); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static void sh_pci_outw (void *p, target_phys_addr_t addr, uint32_t val) |  | ||||||
| { |  | ||||||
|     cpu_outw(sh_pci_addr2port(p, addr), val); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static void sh_pci_outl (void *p, target_phys_addr_t addr, uint32_t val) |  | ||||||
| { |  | ||||||
|     cpu_outl(sh_pci_addr2port(p, addr), val); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static uint32_t sh_pci_inb (void *p, target_phys_addr_t addr) |  | ||||||
| { |  | ||||||
|     return cpu_inb(sh_pci_addr2port(p, addr)); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static uint32_t sh_pci_inw (void *p, target_phys_addr_t addr) |  | ||||||
| { |  | ||||||
|     return cpu_inw(sh_pci_addr2port(p, addr)); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| static uint32_t sh_pci_inl (void *p, target_phys_addr_t addr) |  | ||||||
| { |  | ||||||
|     return cpu_inl(sh_pci_addr2port(p, addr)); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| typedef struct { | typedef struct { | ||||||
|     CPUReadMemoryFunc * const r[3]; |     CPUReadMemoryFunc * const r[3]; | ||||||
|     CPUWriteMemoryFunc * const w[3]; |     CPUWriteMemoryFunc * const w[3]; | ||||||
| @@ -159,21 +91,11 @@ static MemOp sh_pci_reg = { | |||||||
|     { NULL, NULL, sh_pci_reg_write }, |     { NULL, NULL, sh_pci_reg_write }, | ||||||
| }; | }; | ||||||
|  |  | ||||||
| static MemOp sh_pci_mem = { |  | ||||||
|     { sh_pci_readb, sh_pci_readw, sh_pci_readl }, |  | ||||||
|     { sh_pci_writeb, sh_pci_writew, sh_pci_writel }, |  | ||||||
| }; |  | ||||||
|  |  | ||||||
| static MemOp sh_pci_iop = { |  | ||||||
|     { sh_pci_inb, sh_pci_inw, sh_pci_inl }, |  | ||||||
|     { sh_pci_outb, sh_pci_outw, sh_pci_outl }, |  | ||||||
| }; |  | ||||||
|  |  | ||||||
| PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq, | PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq, | ||||||
|                             void *opaque, int devfn_min, int nirq) |                             void *opaque, int devfn_min, int nirq) | ||||||
| { | { | ||||||
|     SHPCIC *p; |     SHPCIC *p; | ||||||
|     int mem, reg, iop; |     int reg; | ||||||
|  |  | ||||||
|     p = qemu_mallocz(sizeof(SHPCIC)); |     p = qemu_mallocz(sizeof(SHPCIC)); | ||||||
|     p->bus = pci_register_bus(NULL, "pci", |     p->bus = pci_register_bus(NULL, "pci", | ||||||
| @@ -182,14 +104,11 @@ PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq, | |||||||
|     p->dev = pci_register_device(p->bus, "SH PCIC", sizeof(PCIDevice), |     p->dev = pci_register_device(p->bus, "SH PCIC", sizeof(PCIDevice), | ||||||
|                                  -1, NULL, NULL); |                                  -1, NULL, NULL); | ||||||
|     reg = cpu_register_io_memory(sh_pci_reg.r, sh_pci_reg.w, p); |     reg = cpu_register_io_memory(sh_pci_reg.r, sh_pci_reg.w, p); | ||||||
|     iop = cpu_register_io_memory(sh_pci_iop.r, sh_pci_iop.w, p); |  | ||||||
|     mem = cpu_register_io_memory(sh_pci_mem.r, sh_pci_mem.w, p); |  | ||||||
|     cpu_register_physical_memory(0x1e200000, 0x224, reg); |     cpu_register_physical_memory(0x1e200000, 0x224, reg); | ||||||
|     cpu_register_physical_memory(0x1e240000, 0x40000, iop); |  | ||||||
|     cpu_register_physical_memory(0x1d000000, 0x1000000, mem); |  | ||||||
|     cpu_register_physical_memory(0xfe200000, 0x224, reg); |     cpu_register_physical_memory(0xfe200000, 0x224, reg); | ||||||
|     cpu_register_physical_memory(0xfe240000, 0x40000, iop); |  | ||||||
|     cpu_register_physical_memory(0xfd000000, 0x1000000, mem); |     p->iobr = 0xfe240000; | ||||||
|  |     isa_mmio_init(p->iobr, 0x40000); | ||||||
|  |  | ||||||
|     pci_config_set_vendor_id(p->dev->config, PCI_VENDOR_ID_HITACHI); |     pci_config_set_vendor_id(p->dev->config, PCI_VENDOR_ID_HITACHI); | ||||||
|     pci_config_set_device_id(p->dev->config, PCI_DEVICE_ID_HITACHI_SH7751R); |     pci_config_set_device_id(p->dev->config, PCI_DEVICE_ID_HITACHI_SH7751R); | ||||||
|   | |||||||
							
								
								
									
										63
									
								
								hw/testdev.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								hw/testdev.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,63 @@ | |||||||
|  | #include "hw.h" | ||||||
|  | #include "qdev.h" | ||||||
|  | #include "isa.h" | ||||||
|  |  | ||||||
|  | struct testdev { | ||||||
|  |     ISADevice dev; | ||||||
|  |     CharDriverState *chr; | ||||||
|  | }; | ||||||
|  |  | ||||||
|  | static void test_device_serial_write(void *opaque, uint32_t addr, uint32_t data) | ||||||
|  | { | ||||||
|  |     struct testdev *dev = opaque; | ||||||
|  |     uint8_t buf[1] = { data }; | ||||||
|  |  | ||||||
|  |     if (dev->chr) { | ||||||
|  |         qemu_chr_write(dev->chr, buf, 1); | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void test_device_exit(void *opaque, uint32_t addr, uint32_t data) | ||||||
|  | { | ||||||
|  |     exit(data); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static uint32_t test_device_memsize_read(void *opaque, uint32_t addr) | ||||||
|  | { | ||||||
|  |     return ram_size; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void test_device_irq_line(void *opaque, uint32_t addr, uint32_t data) | ||||||
|  | { | ||||||
|  |     extern qemu_irq *ioapic_irq_hack; | ||||||
|  |  | ||||||
|  |     qemu_set_irq(ioapic_irq_hack[addr - 0x2000], !!data); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int init_test_device(ISADevice *isa) | ||||||
|  | { | ||||||
|  |     struct testdev *dev = DO_UPCAST(struct testdev, dev, isa); | ||||||
|  |  | ||||||
|  |     register_ioport_write(0xf1, 1, 1, test_device_serial_write, dev); | ||||||
|  |     register_ioport_write(0xf4, 1, 4, test_device_exit, dev); | ||||||
|  |     register_ioport_read(0xd1, 1, 4, test_device_memsize_read, dev); | ||||||
|  |     register_ioport_write(0x2000, 24, 1, test_device_irq_line, NULL); | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static ISADeviceInfo testdev_info = { | ||||||
|  |     .qdev.name  = "testdev", | ||||||
|  |     .qdev.size  = sizeof(struct testdev), | ||||||
|  |     .init       = init_test_device, | ||||||
|  |     .qdev.props = (Property[]) { | ||||||
|  |         DEFINE_PROP_CHR("chardev", struct testdev, chr), | ||||||
|  |         DEFINE_PROP_END_OF_LIST(), | ||||||
|  |     }, | ||||||
|  | }; | ||||||
|  |  | ||||||
|  | static void testdev_register_devices(void) | ||||||
|  | { | ||||||
|  |     isa_qdev_register(&testdev_info); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | device_init(testdev_register_devices) | ||||||
| @@ -102,6 +102,9 @@ USBDevice *usb_create(USBBus *bus, const char *name) | |||||||
| USBDevice *usb_create_simple(USBBus *bus, const char *name) | USBDevice *usb_create_simple(USBBus *bus, const char *name) | ||||||
| { | { | ||||||
|     USBDevice *dev = usb_create(bus, name); |     USBDevice *dev = usb_create(bus, name); | ||||||
|  |     if (!dev) { | ||||||
|  |         hw_error("Failed to create USB device '%s'\n", name); | ||||||
|  |     } | ||||||
|     qdev_init_nofail(&dev->qdev); |     qdev_init_nofail(&dev->qdev); | ||||||
|     return dev; |     return dev; | ||||||
| } | } | ||||||
| @@ -261,7 +264,8 @@ USBDevice *usbdevice_create(const char *cmdline) | |||||||
|     USBBus *bus = usb_bus_find(-1 /* any */); |     USBBus *bus = usb_bus_find(-1 /* any */); | ||||||
|     DeviceInfo *info; |     DeviceInfo *info; | ||||||
|     USBDeviceInfo *usb; |     USBDeviceInfo *usb; | ||||||
|     char driver[32], *params; |     char driver[32]; | ||||||
|  |     const char *params; | ||||||
|     int len; |     int len; | ||||||
|  |  | ||||||
|     params = strchr(cmdline,':'); |     params = strchr(cmdline,':'); | ||||||
| @@ -272,6 +276,7 @@ USBDevice *usbdevice_create(const char *cmdline) | |||||||
|             len = sizeof(driver); |             len = sizeof(driver); | ||||||
|         pstrcpy(driver, len, cmdline); |         pstrcpy(driver, len, cmdline); | ||||||
|     } else { |     } else { | ||||||
|  |         params = ""; | ||||||
|         pstrcpy(driver, sizeof(driver), cmdline); |         pstrcpy(driver, sizeof(driver), cmdline); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -294,7 +299,7 @@ USBDevice *usbdevice_create(const char *cmdline) | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (!usb->usbdevice_init) { |     if (!usb->usbdevice_init) { | ||||||
|         if (params) { |         if (*params) { | ||||||
|             qemu_error("usbdevice %s accepts no params\n", driver); |             qemu_error("usbdevice %s accepts no params\n", driver); | ||||||
|             return NULL; |             return NULL; | ||||||
|         } |         } | ||||||
|   | |||||||
| @@ -592,6 +592,9 @@ static USBDevice *usb_msd_init(const char *filename) | |||||||
|  |  | ||||||
|     /* create guest device */ |     /* create guest device */ | ||||||
|     dev = usb_create(NULL /* FIXME */, "usb-storage"); |     dev = usb_create(NULL /* FIXME */, "usb-storage"); | ||||||
|  |     if (!dev) { | ||||||
|  |         return NULL; | ||||||
|  |     } | ||||||
|     qdev_prop_set_drive(&dev->qdev, "drive", dinfo); |     qdev_prop_set_drive(&dev->qdev, "drive", dinfo); | ||||||
|     if (qdev_init(&dev->qdev) < 0) |     if (qdev_init(&dev->qdev) < 0) | ||||||
|         return NULL; |         return NULL; | ||||||
|   | |||||||
| @@ -1491,6 +1491,9 @@ static USBDevice *usb_net_init(const char *cmdline) | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     dev = usb_create(NULL /* FIXME */, "usb-net"); |     dev = usb_create(NULL /* FIXME */, "usb-net"); | ||||||
|  |     if (!dev) { | ||||||
|  |         return NULL; | ||||||
|  |     } | ||||||
|     qdev_set_nic_properties(&dev->qdev, &nd_table[idx]); |     qdev_set_nic_properties(&dev->qdev, &nd_table[idx]); | ||||||
|     qdev_init_nofail(&dev->qdev); |     qdev_init_nofail(&dev->qdev); | ||||||
|     return dev; |     return dev; | ||||||
|   | |||||||
| @@ -594,6 +594,9 @@ static USBDevice *usb_serial_init(const char *filename) | |||||||
|         return NULL; |         return NULL; | ||||||
|  |  | ||||||
|     dev = usb_create(NULL /* FIXME */, "usb-serial"); |     dev = usb_create(NULL /* FIXME */, "usb-serial"); | ||||||
|  |     if (!dev) { | ||||||
|  |         return NULL; | ||||||
|  |     } | ||||||
|     qdev_prop_set_chr(&dev->qdev, "chardev", cdrv); |     qdev_prop_set_chr(&dev->qdev, "chardev", cdrv); | ||||||
|     if (vendorid) |     if (vendorid) | ||||||
|         qdev_prop_set_uint16(&dev->qdev, "vendorid", vendorid); |         qdev_prop_set_uint16(&dev->qdev, "vendorid", vendorid); | ||||||
|   | |||||||
| @@ -677,9 +677,6 @@ static int uhci_complete_td(UHCIState *s, UHCI_TD *td, UHCIAsync *async, uint32_ | |||||||
|  |  | ||||||
|     ret = async->packet.len; |     ret = async->packet.len; | ||||||
|  |  | ||||||
|     if (td->ctrl & TD_CTRL_IOC) |  | ||||||
|         *int_mask |= 0x01; |  | ||||||
|  |  | ||||||
|     if (td->ctrl & TD_CTRL_IOS) |     if (td->ctrl & TD_CTRL_IOS) | ||||||
|         td->ctrl &= ~TD_CTRL_ACTIVE; |         td->ctrl &= ~TD_CTRL_ACTIVE; | ||||||
|  |  | ||||||
| @@ -693,6 +690,8 @@ static int uhci_complete_td(UHCIState *s, UHCI_TD *td, UHCIAsync *async, uint32_ | |||||||
|        here.  The docs are somewhat unclear, but win2k relies on this |        here.  The docs are somewhat unclear, but win2k relies on this | ||||||
|        behavior.  */ |        behavior.  */ | ||||||
|     td->ctrl &= ~(TD_CTRL_ACTIVE | TD_CTRL_NAK); |     td->ctrl &= ~(TD_CTRL_ACTIVE | TD_CTRL_NAK); | ||||||
|  |     if (td->ctrl & TD_CTRL_IOC) | ||||||
|  |         *int_mask |= 0x01; | ||||||
|  |  | ||||||
|     if (pid == USB_TOKEN_IN) { |     if (pid == USB_TOKEN_IN) { | ||||||
|         if (len > max_len) { |         if (len > max_len) { | ||||||
| @@ -750,6 +749,8 @@ out: | |||||||
|         if (err == 0) { |         if (err == 0) { | ||||||
|             td->ctrl &= ~TD_CTRL_ACTIVE; |             td->ctrl &= ~TD_CTRL_ACTIVE; | ||||||
|             s->status |= UHCI_STS_USBERR; |             s->status |= UHCI_STS_USBERR; | ||||||
|  |             if (td->ctrl & TD_CTRL_IOC) | ||||||
|  |                 *int_mask |= 0x01; | ||||||
|             uhci_update_irq(s); |             uhci_update_irq(s); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|   | |||||||
| @@ -68,9 +68,11 @@ static void pci_vga_write_config(PCIDevice *d, | |||||||
|     PCIVGAState *pvs = container_of(d, PCIVGAState, dev); |     PCIVGAState *pvs = container_of(d, PCIVGAState, dev); | ||||||
|     VGACommonState *s = &pvs->vga; |     VGACommonState *s = &pvs->vga; | ||||||
|  |  | ||||||
|  |     vga_dirty_log_stop(s); | ||||||
|     pci_default_write_config(d, address, val, len); |     pci_default_write_config(d, address, val, len); | ||||||
|     if (s->map_addr && pvs->dev.io_regions[0].addr == -1) |     if (s->map_addr && pvs->dev.io_regions[0].addr == -1) | ||||||
|         s->map_addr = 0; |         s->map_addr = 0; | ||||||
|  |     vga_dirty_log_start(s); | ||||||
| } | } | ||||||
|  |  | ||||||
| static int pci_vga_initfn(PCIDevice *dev) | static int pci_vga_initfn(PCIDevice *dev) | ||||||
|   | |||||||
							
								
								
									
										47
									
								
								hw/vga.c
									
									
									
									
									
								
							
							
						
						
									
										47
									
								
								hw/vga.c
									
									
									
									
									
								
							| @@ -1277,6 +1277,8 @@ static void vga_draw_text(VGACommonState *s, int full_update) | |||||||
|     vga_draw_glyph8_func *vga_draw_glyph8; |     vga_draw_glyph8_func *vga_draw_glyph8; | ||||||
|     vga_draw_glyph9_func *vga_draw_glyph9; |     vga_draw_glyph9_func *vga_draw_glyph9; | ||||||
|  |  | ||||||
|  |     vga_dirty_log_stop(s); | ||||||
|  |  | ||||||
|     /* compute font data address (in plane 2) */ |     /* compute font data address (in plane 2) */ | ||||||
|     v = s->sr[3]; |     v = s->sr[3]; | ||||||
|     offset = (((v >> 4) & 1) | ((v << 1) & 6)) * 8192 * 4 + 2; |     offset = (((v >> 4) & 1) | ((v << 1) & 6)) * 8192 * 4 + 2; | ||||||
| @@ -1589,40 +1591,65 @@ static void vga_sync_dirty_bitmap(VGACommonState *s) | |||||||
|     } |     } | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  |     vga_dirty_log_start(s); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int s1, s2, s3; | ||||||
|  |  | ||||||
|  | static void mark_dirty(target_phys_addr_t start, target_phys_addr_t len) | ||||||
|  | { | ||||||
|  |     target_phys_addr_t end = start + len; | ||||||
|  |  | ||||||
|  |     while (start < end) { | ||||||
|  |         cpu_physical_memory_set_dirty(cpu_get_physical_page_desc(start)); | ||||||
|  |         start += TARGET_PAGE_SIZE; | ||||||
|  |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| void vga_dirty_log_start(VGACommonState *s) | void vga_dirty_log_start(VGACommonState *s) | ||||||
| { | { | ||||||
|     if (kvm_enabled() && s->map_addr) |     if (kvm_enabled() && s->map_addr) | ||||||
|         kvm_log_start(s->map_addr, s->map_end - s->map_addr); |         if (!s1) { | ||||||
|  |             kvm_log_start(s->map_addr, s->map_end - s->map_addr); | ||||||
|  |             mark_dirty(s->map_addr, s->map_end - s->map_addr); | ||||||
|  |             s1 = 1; | ||||||
|  |         } | ||||||
|     if (kvm_enabled() && s->lfb_vram_mapped) { |     if (kvm_enabled() && s->lfb_vram_mapped) { | ||||||
|         kvm_log_start(isa_mem_base + 0xa0000, 0x8000); |         if (!s2) { | ||||||
|         kvm_log_start(isa_mem_base + 0xa8000, 0x8000); |             kvm_log_start(isa_mem_base + 0xa0000, 0x8000); | ||||||
|  |             kvm_log_start(isa_mem_base + 0xa8000, 0x8000); | ||||||
|  |             mark_dirty(isa_mem_base + 0xa0000, 0x10000); | ||||||
|  |         } | ||||||
|  |         s2 = 1; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| #ifdef CONFIG_BOCHS_VBE | #ifdef CONFIG_BOCHS_VBE | ||||||
|     if (kvm_enabled() && s->vbe_mapped) { |     if (kvm_enabled() && s->vbe_mapped) { | ||||||
|         kvm_log_start(VBE_DISPI_LFB_PHYSICAL_ADDRESS, s->vram_size); |         if (!s3) { | ||||||
|  |             kvm_log_start(VBE_DISPI_LFB_PHYSICAL_ADDRESS, s->vram_size); | ||||||
|  |         } | ||||||
|  |         s3 = 1; | ||||||
|     } |     } | ||||||
| #endif | #endif | ||||||
| } | } | ||||||
|  |  | ||||||
| void vga_dirty_log_stop(VGACommonState *s) | void vga_dirty_log_stop(VGACommonState *s) | ||||||
| { | { | ||||||
|     if (kvm_enabled() && s->map_addr) |     if (kvm_enabled() && s->map_addr && s1) | ||||||
| 	kvm_log_stop(s->map_addr, s->map_end - s->map_addr); | 	kvm_log_stop(s->map_addr, s->map_end - s->map_addr); | ||||||
|  |  | ||||||
|     if (kvm_enabled() && s->lfb_vram_mapped) { |     if (kvm_enabled() && s->lfb_vram_mapped && s2) { | ||||||
| 	kvm_log_stop(isa_mem_base + 0xa0000, 0x80000); | 	kvm_log_stop(isa_mem_base + 0xa0000, 0x80000); | ||||||
| 	kvm_log_stop(isa_mem_base + 0xa8000, 0x80000); | 	kvm_log_stop(isa_mem_base + 0xa8000, 0x80000); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| #ifdef CONFIG_BOCHS_VBE | #ifdef CONFIG_BOCHS_VBE | ||||||
|     if (kvm_enabled() && s->vbe_mapped) { |     if (kvm_enabled() && s->vbe_mapped && s3) { | ||||||
| 	kvm_log_stop(VBE_DISPI_LFB_PHYSICAL_ADDRESS, s->vram_size); | 	kvm_log_stop(VBE_DISPI_LFB_PHYSICAL_ADDRESS, s->vram_size); | ||||||
|     } |     } | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  |     s1 = s2 = s3 = 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| void vga_dirty_log_restart(VGACommonState *s) | void vga_dirty_log_restart(VGACommonState *s) | ||||||
| @@ -1860,6 +1887,7 @@ static void vga_draw_blank(VGACommonState *s, int full_update) | |||||||
|         return; |         return; | ||||||
|     if (s->last_scr_width <= 0 || s->last_scr_height <= 0) |     if (s->last_scr_width <= 0 || s->last_scr_height <= 0) | ||||||
|         return; |         return; | ||||||
|  |     vga_dirty_log_stop(s); | ||||||
|  |  | ||||||
|     s->rgb_to_pixel = |     s->rgb_to_pixel = | ||||||
|         rgb_to_pixel_dup_table[get_depth_index(s->ds)]; |         rgb_to_pixel_dup_table[get_depth_index(s->ds)]; | ||||||
| @@ -1904,6 +1932,9 @@ static void vga_update_display(void *opaque) | |||||||
|             vga_draw_text(s, full_update); |             vga_draw_text(s, full_update); | ||||||
|             break; |             break; | ||||||
|         case GMODE_GRAPH: |         case GMODE_GRAPH: | ||||||
|  | #ifdef TARGET_IA64 | ||||||
|  |             full_update = 1; | ||||||
|  | #endif | ||||||
|             vga_draw_graphic(s, full_update); |             vga_draw_graphic(s, full_update); | ||||||
|             break; |             break; | ||||||
|         case GMODE_BLANK: |         case GMODE_BLANK: | ||||||
|   | |||||||
| @@ -33,8 +33,8 @@ | |||||||
| /* bochs VBE support */ | /* bochs VBE support */ | ||||||
| #define CONFIG_BOCHS_VBE | #define CONFIG_BOCHS_VBE | ||||||
|  |  | ||||||
| #define VBE_DISPI_MAX_XRES              1600 | #define VBE_DISPI_MAX_XRES              2560 | ||||||
| #define VBE_DISPI_MAX_YRES              1200 | #define VBE_DISPI_MAX_YRES              1600 | ||||||
| #define VBE_DISPI_MAX_BPP               32 | #define VBE_DISPI_MAX_BPP               32 | ||||||
|  |  | ||||||
| #define VBE_DISPI_INDEX_ID              0x0 | #define VBE_DISPI_INDEX_ID              0x0 | ||||||
| @@ -224,7 +224,7 @@ void vga_init_vbe(VGACommonState *s); | |||||||
| extern const uint8_t sr_mask[8]; | extern const uint8_t sr_mask[8]; | ||||||
| extern const uint8_t gr_mask[16]; | extern const uint8_t gr_mask[16]; | ||||||
|  |  | ||||||
| #define VGA_RAM_SIZE (8192 * 1024) | #define VGA_RAM_SIZE (16 * 1024 * 1024) | ||||||
| #define VGABIOS_FILENAME "vgabios.bin" | #define VGABIOS_FILENAME "vgabios.bin" | ||||||
| #define VGABIOS_CIRRUS_FILENAME "vgabios-cirrus.bin" | #define VGABIOS_CIRRUS_FILENAME "vgabios-cirrus.bin" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -19,6 +19,7 @@ | |||||||
| #include "balloon.h" | #include "balloon.h" | ||||||
| #include "virtio-balloon.h" | #include "virtio-balloon.h" | ||||||
| #include "kvm.h" | #include "kvm.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| #if defined(__linux__) | #if defined(__linux__) | ||||||
| #include <sys/mman.h> | #include <sys/mman.h> | ||||||
|   | |||||||
| @@ -278,10 +278,20 @@ static void do_multiwrite(BlockDriverState *bs, BlockRequest *blkreq, | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| static void virtio_blk_handle_flush(VirtIOBlockReq *req) | static void virtio_blk_handle_flush(BlockRequest *blkreq, int *num_writes, | ||||||
|  |     VirtIOBlockReq *req, BlockDriverState **old_bs) | ||||||
| { | { | ||||||
|     BlockDriverAIOCB *acb; |     BlockDriverAIOCB *acb; | ||||||
|  |  | ||||||
|  |     /* | ||||||
|  |      * Make sure all outstanding writes are posted to the backing device. | ||||||
|  |      */ | ||||||
|  |     if (*old_bs != NULL) { | ||||||
|  |         do_multiwrite(*old_bs, blkreq, *num_writes); | ||||||
|  |     } | ||||||
|  |     *num_writes = 0; | ||||||
|  |     *old_bs = req->dev->bs; | ||||||
|  |  | ||||||
|     acb = bdrv_aio_flush(req->dev->bs, virtio_blk_flush_complete, req); |     acb = bdrv_aio_flush(req->dev->bs, virtio_blk_flush_complete, req); | ||||||
|     if (!acb) { |     if (!acb) { | ||||||
|         virtio_blk_req_complete(req, VIRTIO_BLK_S_IOERR); |         virtio_blk_req_complete(req, VIRTIO_BLK_S_IOERR); | ||||||
| @@ -344,7 +354,8 @@ static void virtio_blk_handle_request(VirtIOBlockReq *req, | |||||||
|     req->in = (void *)req->elem.in_sg[req->elem.in_num - 1].iov_base; |     req->in = (void *)req->elem.in_sg[req->elem.in_num - 1].iov_base; | ||||||
|  |  | ||||||
|     if (req->out->type & VIRTIO_BLK_T_FLUSH) { |     if (req->out->type & VIRTIO_BLK_T_FLUSH) { | ||||||
|         virtio_blk_handle_flush(req); |         virtio_blk_handle_flush(mrb->blkreq, &mrb->num_writes, | ||||||
|  |             req, &mrb->old_bs); | ||||||
|     } else if (req->out->type & VIRTIO_BLK_T_SCSI_CMD) { |     } else if (req->out->type & VIRTIO_BLK_T_SCSI_CMD) { | ||||||
|         virtio_blk_handle_scsi(req); |         virtio_blk_handle_scsi(req); | ||||||
|     } else if (req->out->type & VIRTIO_BLK_T_OUT) { |     } else if (req->out->type & VIRTIO_BLK_T_OUT) { | ||||||
|   | |||||||
| @@ -129,6 +129,9 @@ VirtIODevice *virtio_console_init(DeviceState *dev) | |||||||
|     s = (VirtIOConsole *)virtio_common_init("virtio-console", |     s = (VirtIOConsole *)virtio_common_init("virtio-console", | ||||||
|                                             VIRTIO_ID_CONSOLE, |                                             VIRTIO_ID_CONSOLE, | ||||||
|                                             0, sizeof(VirtIOConsole)); |                                             0, sizeof(VirtIOConsole)); | ||||||
|  |     if (s == NULL) | ||||||
|  |         return NULL; | ||||||
|  |  | ||||||
|     s->vdev.get_features = virtio_console_get_features; |     s->vdev.get_features = virtio_console_get_features; | ||||||
|  |  | ||||||
|     s->ivq = virtio_add_queue(&s->vdev, 128, virtio_console_handle_input); |     s->ivq = virtio_add_queue(&s->vdev, 128, virtio_console_handle_input); | ||||||
|   | |||||||
							
								
								
									
										13
									
								
								hw/vmport.c
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								hw/vmport.c
									
									
									
									
									
								
							| @@ -21,10 +21,12 @@ | |||||||
|  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||||||
|  * THE SOFTWARE. |  * THE SOFTWARE. | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #include "hw.h" | #include "hw.h" | ||||||
| #include "isa.h" | #include "isa.h" | ||||||
| #include "pc.h" | #include "pc.h" | ||||||
| #include "sysemu.h" | #include "sysemu.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
| //#define VMPORT_DEBUG | //#define VMPORT_DEBUG | ||||||
|  |  | ||||||
| @@ -57,6 +59,10 @@ static uint32_t vmport_ioport_read(void *opaque, uint32_t addr) | |||||||
|     CPUState *env = cpu_single_env; |     CPUState *env = cpu_single_env; | ||||||
|     unsigned char command; |     unsigned char command; | ||||||
|     uint32_t eax; |     uint32_t eax; | ||||||
|  |     uint32_t ret; | ||||||
|  |  | ||||||
|  |     if (kvm_enabled()) | ||||||
|  | 	kvm_save_registers(env); | ||||||
|  |  | ||||||
|     eax = env->regs[R_EAX]; |     eax = env->regs[R_EAX]; | ||||||
|     if (eax != VMPORT_MAGIC) |     if (eax != VMPORT_MAGIC) | ||||||
| @@ -73,7 +79,12 @@ static uint32_t vmport_ioport_read(void *opaque, uint32_t addr) | |||||||
|         return eax; |         return eax; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     return s->func[command](s->opaque[command], addr); |     ret = s->func[command](s->opaque[command], addr); | ||||||
|  |  | ||||||
|  |     if (kvm_enabled()) | ||||||
|  | 	kvm_load_registers(env); | ||||||
|  |  | ||||||
|  |     return ret; | ||||||
| } | } | ||||||
|  |  | ||||||
| static void vmport_ioport_write(void *opaque, uint32_t addr, uint32_t val) | static void vmport_ioport_write(void *opaque, uint32_t addr, uint32_t val) | ||||||
|   | |||||||
							
								
								
									
										16
									
								
								i386.ld
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								i386.ld
									
									
									
									
									
								
							| @@ -39,8 +39,20 @@ SECTIONS | |||||||
|   .rela.fini     : { *(.rela.fini)	} |   .rela.fini     : { *(.rela.fini)	} | ||||||
|   .rel.bss       : { *(.rel.bss)		} |   .rel.bss       : { *(.rel.bss)		} | ||||||
|   .rela.bss      : { *(.rela.bss)		} |   .rela.bss      : { *(.rela.bss)		} | ||||||
|   .rel.plt       : { *(.rel.plt)		} |   .rel.plt      : | ||||||
|   .rela.plt      : { *(.rela.plt)		} |   { | ||||||
|  |     *(.rel.plt) | ||||||
|  |     PROVIDE_HIDDEN (__rel_iplt_start = .); | ||||||
|  |     *(.rel.iplt) | ||||||
|  |     PROVIDE_HIDDEN (__rel_iplt_end = .); | ||||||
|  |   } | ||||||
|  |   .rela.plt       : | ||||||
|  |   { | ||||||
|  |     *(.rela.plt) | ||||||
|  |     PROVIDE_HIDDEN (__rela_iplt_start = .); | ||||||
|  |     *(.rela.iplt) | ||||||
|  |     PROVIDE_HIDDEN (__rela_iplt_end = .); | ||||||
|  |   } | ||||||
|   .init          : { *(.init)	} =0x47ff041f |   .init          : { *(.init)	} =0x47ff041f | ||||||
|   .text      : |   .text      : | ||||||
|   { |   { | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								ia64.ld
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								ia64.ld
									
									
									
									
									
								
							| @@ -7,7 +7,7 @@ ENTRY(_start) | |||||||
| SECTIONS | SECTIONS | ||||||
| { | { | ||||||
|   /* Read-only sections, merged into text segment: */ |   /* Read-only sections, merged into text segment: */ | ||||||
|   PROVIDE (__executable_start = 0x60000000); . = 0x60000000 + SIZEOF_HEADERS; |   PROVIDE (__executable_start = 0x4000000060000000); . = 0x4000000060000000 + SIZEOF_HEADERS; | ||||||
|   .interp         : { *(.interp) } |   .interp         : { *(.interp) } | ||||||
|   .hash           : { *(.hash) } |   .hash           : { *(.hash) } | ||||||
|   .dynsym         : { *(.dynsym) } |   .dynsym         : { *(.dynsym) } | ||||||
|   | |||||||
							
								
								
									
										150
									
								
								ia64intrin.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										150
									
								
								ia64intrin.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,150 @@ | |||||||
|  | #ifndef IA64_INTRINSIC_H | ||||||
|  | #define IA64_INTRINSIC_H | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * Compiler-dependent Intrinsics | ||||||
|  |  * | ||||||
|  |  * Copyright (C) 2002,2003 Jun Nakajima <jun.nakajima@intel.com> | ||||||
|  |  * Copyright (C) 2002,2003 Suresh Siddha <suresh.b.siddha@intel.com> | ||||||
|  |  * | ||||||
|  |  */ | ||||||
|  | extern long ia64_cmpxchg_called_with_bad_pointer (void); | ||||||
|  | extern void ia64_bad_param_for_getreg (void); | ||||||
|  | #define ia64_cmpxchg(sem,ptr,o,n,s) ({					\ | ||||||
|  | 	uint64_t _o, _r;						\ | ||||||
|  | 	switch(s) {							\ | ||||||
|  | 		case 1: _o = (uint8_t)(long)(o); break;			\ | ||||||
|  | 		case 2: _o = (uint16_t)(long)(o); break;		\ | ||||||
|  | 		case 4: _o = (uint32_t)(long)(o); break;		\ | ||||||
|  | 		case 8: _o = (uint64_t)(long)(o); break;		\ | ||||||
|  | 		default: break;						\ | ||||||
|  | 	}								\ | ||||||
|  | 	switch(s) {							\ | ||||||
|  | 		case 1:							\ | ||||||
|  | 		_r = ia64_cmpxchg1_##sem((uint8_t*)ptr,n,_o); break;	\ | ||||||
|  | 		case 2:							\ | ||||||
|  | 		_r = ia64_cmpxchg2_##sem((uint16_t*)ptr,n,_o); break;	\ | ||||||
|  | 		case 4:							\ | ||||||
|  | 		_r = ia64_cmpxchg4_##sem((uint32_t*)ptr,n,_o); break;	\ | ||||||
|  | 		case 8:							\ | ||||||
|  | 		_r = ia64_cmpxchg8_##sem((uint64_t*)ptr,n,_o); break;	\ | ||||||
|  | 		default:						\ | ||||||
|  | 		_r = ia64_cmpxchg_called_with_bad_pointer(); break;	\ | ||||||
|  | 	}								\ | ||||||
|  | 	(__typeof__(o)) _r;						\ | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | #define cmpxchg_acq(ptr,o,n) ia64_cmpxchg(acq,ptr,o,n,sizeof(*ptr)) | ||||||
|  | #define cmpxchg_rel(ptr,o,n) ia64_cmpxchg(rel,ptr,o,n,sizeof(*ptr)) | ||||||
|  |  | ||||||
|  | #ifdef __INTEL_COMPILER | ||||||
|  | void  __fc(uint64_t *addr); | ||||||
|  | void  __synci(void); | ||||||
|  | void __isrlz(void); | ||||||
|  | void __dsrlz(void); | ||||||
|  | uint64_t __getReg(const int whichReg); | ||||||
|  | uint64_t _InterlockedCompareExchange8_rel(volatile uint8_t *dest, uint64_t xchg, uint64_t comp); | ||||||
|  | uint64_t _InterlockedCompareExchange8_acq(volatile uint8_t *dest, uint64_t xchg, uint64_t comp); | ||||||
|  | uint64_t _InterlockedCompareExchange16_rel(volatile uint16_t *dest, uint64_t xchg, uint64_t comp); | ||||||
|  | uint64_t _InterlockedCompareExchange16_acq(volatile uint16_t *dest, uint64_t xchg, uint64_t comp); | ||||||
|  | uint64_t _InterlockedCompareExchange_rel(volatile uint32_t *dest, uint64_t xchg, uint64_t comp); | ||||||
|  | uint64_t _InterlockedCompareExchange_acq(volatile uint32_t *dest, uint64_t xchg, uint64_t comp); | ||||||
|  | uint64_t _InterlockedCompareExchange64_rel(volatile uint64_t *dest, uint64_t xchg, uint64_t comp); | ||||||
|  | u64_t _InterlockedCompareExchange64_acq(volatile uint64_t *dest, uint64_t xchg, uint64_t comp); | ||||||
|  |  | ||||||
|  | #define ia64_cmpxchg1_rel	_InterlockedCompareExchange8_rel | ||||||
|  | #define ia64_cmpxchg1_acq	_InterlockedCompareExchange8_acq | ||||||
|  | #define ia64_cmpxchg2_rel	_InterlockedCompareExchange16_rel | ||||||
|  | #define ia64_cmpxchg2_acq	_InterlockedCompareExchange16_acq | ||||||
|  | #define ia64_cmpxchg4_rel	_InterlockedCompareExchange_rel | ||||||
|  | #define ia64_cmpxchg4_acq	_InterlockedCompareExchange_acq | ||||||
|  | #define ia64_cmpxchg8_rel	_InterlockedCompareExchange64_rel | ||||||
|  | #define ia64_cmpxchg8_acq	_InterlockedCompareExchange64_acq | ||||||
|  |  | ||||||
|  | #define ia64_srlz_d		__dsrlz | ||||||
|  | #define ia64_srlz_i		__isrlz | ||||||
|  | #define __ia64_fc 		__fc | ||||||
|  | #define ia64_sync_i		__synci | ||||||
|  | #define __ia64_getreg		__getReg | ||||||
|  | #else /* __INTEL_COMPILER */ | ||||||
|  | #define ia64_cmpxchg1_acq(ptr, new, old)						\ | ||||||
|  | ({											\ | ||||||
|  | 	uint64_t ia64_intri_res;							\ | ||||||
|  | 	asm volatile ("mov ar.ccv=%0;;" :: "rO"(old));					\ | ||||||
|  | 	asm volatile ("cmpxchg1.acq %0=[%1],%2,ar.ccv":					\ | ||||||
|  | 			      "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory");	\ | ||||||
|  | 	ia64_intri_res;									\ | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | #define ia64_cmpxchg1_rel(ptr, new, old)						\ | ||||||
|  | ({											\ | ||||||
|  | 	uint64_t ia64_intri_res;							\ | ||||||
|  | 	asm volatile ("mov ar.ccv=%0;;" :: "rO"(old));					\ | ||||||
|  | 	asm volatile ("cmpxchg1.rel %0=[%1],%2,ar.ccv":					\ | ||||||
|  | 			      "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory");	\ | ||||||
|  | 	ia64_intri_res;									\ | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | #define ia64_cmpxchg2_acq(ptr, new, old)						\ | ||||||
|  | ({											\ | ||||||
|  | 	uint64_t ia64_intri_res;							\ | ||||||
|  | 	asm volatile ("mov ar.ccv=%0;;" :: "rO"(old));					\ | ||||||
|  | 	asm volatile ("cmpxchg2.acq %0=[%1],%2,ar.ccv":					\ | ||||||
|  | 			      "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory");	\ | ||||||
|  | 	ia64_intri_res;									\ | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | #define ia64_cmpxchg2_rel(ptr, new, old)						\ | ||||||
|  | ({											\ | ||||||
|  | 	uint64_t ia64_intri_res;							\ | ||||||
|  | 	asm volatile ("mov ar.ccv=%0;;" :: "rO"(old));					\ | ||||||
|  | 											\ | ||||||
|  | 	asm volatile ("cmpxchg2.rel %0=[%1],%2,ar.ccv":					\ | ||||||
|  | 			      "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory");	\ | ||||||
|  | 	ia64_intri_res;									\ | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | #define ia64_cmpxchg4_acq(ptr, new, old)						\ | ||||||
|  | ({											\ | ||||||
|  | 	uint64_t ia64_intri_res;							\ | ||||||
|  | 	asm volatile ("mov ar.ccv=%0;;" :: "rO"(old));					\ | ||||||
|  | 	asm volatile ("cmpxchg4.acq %0=[%1],%2,ar.ccv":					\ | ||||||
|  | 			      "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory");	\ | ||||||
|  | 	ia64_intri_res;									\ | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | #define ia64_cmpxchg4_rel(ptr, new, old)						\ | ||||||
|  | ({											\ | ||||||
|  | 	uint64_t ia64_intri_res;							\ | ||||||
|  | 	asm volatile ("mov ar.ccv=%0;;" :: "rO"(old));					\ | ||||||
|  | 	asm volatile ("cmpxchg4.rel %0=[%1],%2,ar.ccv":					\ | ||||||
|  | 			      "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory");	\ | ||||||
|  | 	ia64_intri_res;									\ | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | #define ia64_cmpxchg8_acq(ptr, new, old)						\ | ||||||
|  | ({											\ | ||||||
|  | 	uint64_t ia64_intri_res;							\ | ||||||
|  | 	asm volatile ("mov ar.ccv=%0;;" :: "rO"(old));					\ | ||||||
|  | 	asm volatile ("cmpxchg8.acq %0=[%1],%2,ar.ccv":					\ | ||||||
|  | 			      "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory");	\ | ||||||
|  | 	ia64_intri_res;									\ | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | #define ia64_cmpxchg8_rel(ptr, new, old)						\ | ||||||
|  | ({											\ | ||||||
|  | 	uint64_t ia64_intri_res;							\ | ||||||
|  | 	asm volatile ("mov ar.ccv=%0;;" :: "rO"(old));					\ | ||||||
|  | 											\ | ||||||
|  | 	asm volatile ("cmpxchg8.rel %0=[%1],%2,ar.ccv":					\ | ||||||
|  | 			      "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory");	\ | ||||||
|  | 	ia64_intri_res;									\ | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | #define ia64_srlz_i()	asm volatile (";; srlz.i ;;" ::: "memory") | ||||||
|  | #define ia64_srlz_d()	asm volatile (";; srlz.d" ::: "memory"); | ||||||
|  | #define __ia64_fc(addr)	asm volatile ("fc %0" :: "r"(addr) : "memory") | ||||||
|  | #define ia64_sync_i()	asm volatile (";; sync.i" ::: "memory") | ||||||
|  |  | ||||||
|  | #endif /* __INTEL_COMPILER */ | ||||||
|  | #endif /* IA64_INTRINSIC_H */ | ||||||
| @@ -266,7 +266,7 @@ static int parse_pair(JSONParserContext *ctxt, QDict *dict, QList **tokens, va_l | |||||||
|  |  | ||||||
|     peek = qlist_peek(working); |     peek = qlist_peek(working); | ||||||
|     key = parse_value(ctxt, &working, ap); |     key = parse_value(ctxt, &working, ap); | ||||||
|     if (qobject_type(key) != QTYPE_QSTRING) { |     if (!key || qobject_type(key) != QTYPE_QSTRING) { | ||||||
|         parse_error(ctxt, peek, "key is not a string in object"); |         parse_error(ctxt, peek, "key is not a string in object"); | ||||||
|         goto out; |         goto out; | ||||||
|     } |     } | ||||||
|   | |||||||
							
								
								
									
										20
									
								
								kvm-all.c
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								kvm-all.c
									
									
									
									
									
								
							| @@ -26,6 +26,7 @@ | |||||||
| #include "gdbstub.h" | #include "gdbstub.h" | ||||||
| #include "kvm.h" | #include "kvm.h" | ||||||
|  |  | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
| /* KVM uses PAGE_SIZE in it's definition of COALESCED_MMIO_MAX */ | /* KVM uses PAGE_SIZE in it's definition of COALESCED_MMIO_MAX */ | ||||||
| #define PAGE_SIZE TARGET_PAGE_SIZE | #define PAGE_SIZE TARGET_PAGE_SIZE | ||||||
|  |  | ||||||
| @@ -57,7 +58,6 @@ struct KVMState | |||||||
|     KVMSlot slots[32]; |     KVMSlot slots[32]; | ||||||
|     int fd; |     int fd; | ||||||
|     int vmfd; |     int vmfd; | ||||||
|     int regs_modified; |  | ||||||
|     int coalesced_mmio; |     int coalesced_mmio; | ||||||
|     int broken_set_mem_region; |     int broken_set_mem_region; | ||||||
|     int migration_log; |     int migration_log; | ||||||
| @@ -157,12 +157,14 @@ static void kvm_reset_vcpu(void *opaque) | |||||||
|         abort(); |         abort(); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
| int kvm_irqchip_in_kernel(void) | int kvm_irqchip_in_kernel(void) | ||||||
| { | { | ||||||
|     return kvm_state->irqchip_in_kernel; |     return kvm_state->irqchip_in_kernel; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
| int kvm_pit_in_kernel(void) | int kvm_pit_in_kernel(void) | ||||||
| { | { | ||||||
|     return kvm_state->pit_in_kernel; |     return kvm_state->pit_in_kernel; | ||||||
| @@ -343,6 +345,7 @@ int kvm_physical_sync_dirty_bitmap(target_phys_addr_t start_addr, | |||||||
|  |  | ||||||
|     return ret; |     return ret; | ||||||
| } | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
| int kvm_coalesce_mmio_region(target_phys_addr_t start, ram_addr_t size) | int kvm_coalesce_mmio_region(target_phys_addr_t start, ram_addr_t size) | ||||||
| { | { | ||||||
| @@ -393,6 +396,7 @@ int kvm_check_extension(KVMState *s, unsigned int extension) | |||||||
|  |  | ||||||
|     return ret; |     return ret; | ||||||
| } | } | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
|  |  | ||||||
| int kvm_init(int smp_cpus) | int kvm_init(int smp_cpus) | ||||||
| { | { | ||||||
| @@ -504,6 +508,7 @@ err: | |||||||
|  |  | ||||||
|     return ret; |     return ret; | ||||||
| } | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
| static int kvm_handle_io(uint16_t port, void *data, int direction, int size, | static int kvm_handle_io(uint16_t port, void *data, int direction, int size, | ||||||
|                          uint32_t count) |                          uint32_t count) | ||||||
| @@ -544,6 +549,7 @@ static int kvm_handle_io(uint16_t port, void *data, int direction, int size, | |||||||
|     return 1; |     return 1; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
| static void kvm_run_coalesced_mmio(CPUState *env, struct kvm_run *run) | static void kvm_run_coalesced_mmio(CPUState *env, struct kvm_run *run) | ||||||
| { | { | ||||||
| #ifdef KVM_CAP_COALESCED_MMIO | #ifdef KVM_CAP_COALESCED_MMIO | ||||||
| @@ -812,6 +818,7 @@ void kvm_set_phys_mem(target_phys_addr_t start_addr, | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #endif | ||||||
| int kvm_ioctl(KVMState *s, int type, ...) | int kvm_ioctl(KVMState *s, int type, ...) | ||||||
| { | { | ||||||
|     int ret; |     int ret; | ||||||
| @@ -879,6 +886,7 @@ int kvm_has_vcpu_events(void) | |||||||
|     return kvm_state->vcpu_events; |     return kvm_state->vcpu_events; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
| void kvm_setup_guest_memory(void *start, size_t size) | void kvm_setup_guest_memory(void *start, size_t size) | ||||||
| { | { | ||||||
|     if (!kvm_has_sync_mmu()) { |     if (!kvm_has_sync_mmu()) { | ||||||
| @@ -897,7 +905,11 @@ void kvm_setup_guest_memory(void *start, size_t size) | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #endif /* KVM_UPSTREAM */ | ||||||
|  |  | ||||||
| #ifdef KVM_CAP_SET_GUEST_DEBUG | #ifdef KVM_CAP_SET_GUEST_DEBUG | ||||||
|  |  | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
| static void on_vcpu(CPUState *env, void (*func)(void *data), void *data) | static void on_vcpu(CPUState *env, void (*func)(void *data), void *data) | ||||||
| { | { | ||||||
| #ifdef CONFIG_IOTHREAD | #ifdef CONFIG_IOTHREAD | ||||||
| @@ -910,6 +922,7 @@ static void on_vcpu(CPUState *env, void (*func)(void *data), void *data) | |||||||
|     func(data); |     func(data); | ||||||
| #endif | #endif | ||||||
| } | } | ||||||
|  | #endif /* KVM_UPSTREAM */ | ||||||
|  |  | ||||||
| struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *env, | struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *env, | ||||||
|                                                  target_ulong pc) |                                                  target_ulong pc) | ||||||
| @@ -928,6 +941,8 @@ int kvm_sw_breakpoints_active(CPUState *env) | |||||||
|     return !QTAILQ_EMPTY(&env->kvm_state->kvm_sw_breakpoints); |     return !QTAILQ_EMPTY(&env->kvm_state->kvm_sw_breakpoints); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
|  |  | ||||||
| struct kvm_set_guest_debug_data { | struct kvm_set_guest_debug_data { | ||||||
|     struct kvm_guest_debug dbg; |     struct kvm_guest_debug dbg; | ||||||
|     CPUState *env; |     CPUState *env; | ||||||
| @@ -961,6 +976,7 @@ int kvm_update_guest_debug(CPUState *env, unsigned long reinject_trap) | |||||||
|     on_vcpu(env, kvm_invoke_set_guest_debug, &data); |     on_vcpu(env, kvm_invoke_set_guest_debug, &data); | ||||||
|     return data.err; |     return data.err; | ||||||
| } | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
| int kvm_insert_breakpoint(CPUState *current_env, target_ulong addr, | int kvm_insert_breakpoint(CPUState *current_env, target_ulong addr, | ||||||
|                           target_ulong len, int type) |                           target_ulong len, int type) | ||||||
| @@ -1085,3 +1101,5 @@ void kvm_remove_all_breakpoints(CPUState *current_env) | |||||||
| { | { | ||||||
| } | } | ||||||
| #endif /* !KVM_CAP_SET_GUEST_DEBUG */ | #endif /* !KVM_CAP_SET_GUEST_DEBUG */ | ||||||
|  |  | ||||||
|  | #include "qemu-kvm.c" | ||||||
|   | |||||||
							
								
								
									
										410
									
								
								kvm-tpr-opt.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										410
									
								
								kvm-tpr-opt.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,410 @@ | |||||||
|  | /* | ||||||
|  |  * tpr optimization for qemu/kvm | ||||||
|  |  * | ||||||
|  |  * Copyright (C) 2007-2008 Qumranet Technologies | ||||||
|  |  * | ||||||
|  |  * Licensed under the terms of the GNU GPL version 2 or higher. | ||||||
|  |  */ | ||||||
|  |  | ||||||
|  | #include "config.h" | ||||||
|  | #include "config-host.h" | ||||||
|  |  | ||||||
|  | #include <string.h> | ||||||
|  |  | ||||||
|  | #include "hw/hw.h" | ||||||
|  | #include "hw/isa.h" | ||||||
|  | #include "sysemu.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  | #include "cpu.h" | ||||||
|  |  | ||||||
|  | #include <stdio.h> | ||||||
|  |  | ||||||
|  | static uint64_t map_addr(struct kvm_sregs *sregs, target_ulong virt, unsigned *perms) | ||||||
|  | { | ||||||
|  |     uint64_t mask = ((1ull << 48) - 1) & ~4095ull; | ||||||
|  |     uint64_t p, pp = 7; | ||||||
|  |  | ||||||
|  |     p = sregs->cr3; | ||||||
|  |     if (sregs->cr4 & 0x20) { | ||||||
|  | 	p &= ~31ull; | ||||||
|  | 	p = ldq_phys(p + 8 * (virt >> 30)); | ||||||
|  | 	if (!(p & 1)) | ||||||
|  | 	    return -1ull; | ||||||
|  | 	p &= mask; | ||||||
|  | 	p = ldq_phys(p + 8 * ((virt >> 21) & 511)); | ||||||
|  | 	if (!(p & 1)) | ||||||
|  | 	    return -1ull; | ||||||
|  | 	pp &= p; | ||||||
|  | 	if (p & 128) { | ||||||
|  | 	    p += ((virt >> 12) & 511) << 12; | ||||||
|  | 	} else { | ||||||
|  | 	    p &= mask; | ||||||
|  | 	    p = ldq_phys(p + 8 * ((virt >> 12) & 511)); | ||||||
|  | 	    if (!(p & 1)) | ||||||
|  | 		return -1ull; | ||||||
|  | 	    pp &= p; | ||||||
|  | 	} | ||||||
|  |     } else { | ||||||
|  | 	p &= mask; | ||||||
|  | 	p = ldl_phys(p + 4 * ((virt >> 22) & 1023)); | ||||||
|  | 	if (!(p & 1)) | ||||||
|  | 	    return -1ull; | ||||||
|  | 	pp &= p; | ||||||
|  | 	if (p & 128) { | ||||||
|  | 	    p += ((virt >> 12) & 1023) << 12; | ||||||
|  | 	} else { | ||||||
|  | 	    p &= mask; | ||||||
|  | 	    p = ldl_phys(p + 4 * ((virt >> 12) & 1023)); | ||||||
|  | 	    pp &= p; | ||||||
|  | 	    if (!(p & 1)) | ||||||
|  | 		return -1ull; | ||||||
|  | 	} | ||||||
|  |     } | ||||||
|  |     if (perms) | ||||||
|  | 	*perms = pp >> 1; | ||||||
|  |     p &= mask; | ||||||
|  |     return p + (virt & 4095); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static uint8_t read_byte_virt(CPUState *env, target_ulong virt) | ||||||
|  | { | ||||||
|  |     struct kvm_sregs sregs; | ||||||
|  |  | ||||||
|  |     kvm_get_sregs(env, &sregs); | ||||||
|  |     return ldub_phys(map_addr(&sregs, virt, NULL)); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void write_byte_virt(CPUState *env, target_ulong virt, uint8_t b) | ||||||
|  | { | ||||||
|  |     struct kvm_sregs sregs; | ||||||
|  |  | ||||||
|  |     kvm_get_sregs(env, &sregs); | ||||||
|  |     stb_phys(map_addr(&sregs, virt, NULL), b); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static __u64 kvm_rsp_read(CPUState *env) | ||||||
|  | { | ||||||
|  |     struct kvm_regs regs; | ||||||
|  |  | ||||||
|  |     kvm_get_regs(env, ®s); | ||||||
|  |     return regs.rsp; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | struct vapic_bios { | ||||||
|  |     char signature[8]; | ||||||
|  |     uint32_t virt_base; | ||||||
|  |     uint32_t fixup_start; | ||||||
|  |     uint32_t fixup_end; | ||||||
|  |     uint32_t vapic; | ||||||
|  |     uint32_t vapic_size; | ||||||
|  |     uint32_t vcpu_shift; | ||||||
|  |     uint32_t real_tpr; | ||||||
|  |     struct vapic_patches { | ||||||
|  | 	uint32_t set_tpr; | ||||||
|  | 	uint32_t set_tpr_eax; | ||||||
|  | 	uint32_t get_tpr[8]; | ||||||
|  |         uint32_t get_tpr_stack; | ||||||
|  |     } __attribute__((packed)) up, mp; | ||||||
|  | } __attribute__((packed)); | ||||||
|  |  | ||||||
|  | static struct vapic_bios vapic_bios; | ||||||
|  |  | ||||||
|  | static uint32_t real_tpr; | ||||||
|  | static uint32_t bios_addr; | ||||||
|  | static uint32_t vapic_phys; | ||||||
|  | static uint32_t bios_enabled; | ||||||
|  | static uint32_t vbios_desc_phys; | ||||||
|  | static uint32_t vapic_bios_addr; | ||||||
|  |  | ||||||
|  | static void update_vbios_real_tpr(void) | ||||||
|  | { | ||||||
|  |     cpu_physical_memory_rw(vbios_desc_phys, (void *)&vapic_bios, sizeof vapic_bios, 0); | ||||||
|  |     vapic_bios.real_tpr = real_tpr; | ||||||
|  |     vapic_bios.vcpu_shift = 7; | ||||||
|  |     cpu_physical_memory_rw(vbios_desc_phys, (void *)&vapic_bios, sizeof vapic_bios, 1); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static unsigned modrm_reg(uint8_t modrm) | ||||||
|  | { | ||||||
|  |     return (modrm >> 3) & 7; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int is_abs_modrm(uint8_t modrm) | ||||||
|  | { | ||||||
|  |     return (modrm & 0xc7) == 0x05; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int instruction_is_ok(CPUState *env, uint64_t rip, int is_write) | ||||||
|  | { | ||||||
|  |     uint8_t b1, b2; | ||||||
|  |     unsigned addr_offset; | ||||||
|  |     uint32_t addr; | ||||||
|  |     uint64_t p; | ||||||
|  |  | ||||||
|  |     if ((rip & 0xf0000000) != 0x80000000 && (rip & 0xf0000000) != 0xe0000000) | ||||||
|  | 	return 0; | ||||||
|  |     if (kvm_rsp_read(env) == 0) | ||||||
|  |         return 0; | ||||||
|  |     b1 = read_byte_virt(env, rip); | ||||||
|  |     b2 = read_byte_virt(env, rip + 1); | ||||||
|  |     switch (b1) { | ||||||
|  |     case 0xc7: /* mov imm32, r/m32 (c7/0) */ | ||||||
|  | 	if (modrm_reg(b2) != 0) | ||||||
|  | 	    return 0; | ||||||
|  | 	/* fall through */ | ||||||
|  |     case 0x89: /* mov r32 to r/m32 */ | ||||||
|  |     case 0x8b: /* mov r/m32 to r32 */ | ||||||
|  | 	if (!is_abs_modrm(b2)) | ||||||
|  | 	    return 0; | ||||||
|  | 	addr_offset = 2; | ||||||
|  | 	break; | ||||||
|  |     case 0xa1: /* mov abs to eax */ | ||||||
|  |     case 0xa3: /* mov eax to abs */ | ||||||
|  | 	addr_offset = 1; | ||||||
|  | 	break; | ||||||
|  |     case 0xff: /* push r/m32 */ | ||||||
|  |         if (modrm_reg(b2) != 6 || !is_abs_modrm(b2)) | ||||||
|  |             return 0; | ||||||
|  |         addr_offset = 2; | ||||||
|  |     default: | ||||||
|  | 	return 0; | ||||||
|  |     } | ||||||
|  |     p = rip + addr_offset; | ||||||
|  |     addr = read_byte_virt(env, p++); | ||||||
|  |     addr |= read_byte_virt(env, p++) << 8; | ||||||
|  |     addr |= read_byte_virt(env, p++) << 16; | ||||||
|  |     addr |= read_byte_virt(env, p++) << 24; | ||||||
|  |     if ((addr & 0xfff) != 0x80) | ||||||
|  | 	return 0; | ||||||
|  |     real_tpr = addr; | ||||||
|  |     update_vbios_real_tpr(); | ||||||
|  |     return 1; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int bios_is_mapped(CPUState *env, uint64_t rip) | ||||||
|  | { | ||||||
|  |     uint32_t probe; | ||||||
|  |     uint64_t phys; | ||||||
|  |     struct kvm_sregs sregs; | ||||||
|  |     unsigned perms; | ||||||
|  |     uint32_t i; | ||||||
|  |     uint32_t offset, fixup, start = vapic_bios_addr ? : 0xe0000; | ||||||
|  |  | ||||||
|  |     if (bios_enabled) | ||||||
|  | 	return 1; | ||||||
|  |  | ||||||
|  |     kvm_get_sregs(env, &sregs); | ||||||
|  |  | ||||||
|  |     probe = (rip & 0xf0000000) + start; | ||||||
|  |     phys = map_addr(&sregs, probe, &perms); | ||||||
|  |     if (phys != start) | ||||||
|  | 	return 0; | ||||||
|  |     bios_addr = probe; | ||||||
|  |     for (i = 0; i < 64; ++i) { | ||||||
|  | 	cpu_physical_memory_read(phys, (void *)&vapic_bios, sizeof(vapic_bios)); | ||||||
|  | 	if (memcmp(vapic_bios.signature, "kvm aPiC", 8) == 0) | ||||||
|  | 	    break; | ||||||
|  | 	phys += 1024; | ||||||
|  | 	bios_addr += 1024; | ||||||
|  |     } | ||||||
|  |     if (i == 64) | ||||||
|  | 	return 0; | ||||||
|  |     if (bios_addr == vapic_bios.virt_base) | ||||||
|  | 	return 1; | ||||||
|  |     vbios_desc_phys = phys; | ||||||
|  |     for (i = vapic_bios.fixup_start; i < vapic_bios.fixup_end; i += 4) { | ||||||
|  | 	offset = ldl_phys(phys + i - vapic_bios.virt_base); | ||||||
|  | 	fixup = phys + offset; | ||||||
|  | 	stl_phys(fixup, ldl_phys(fixup) + bios_addr - vapic_bios.virt_base); | ||||||
|  |     } | ||||||
|  |     vapic_phys = vapic_bios.vapic - vapic_bios.virt_base + phys; | ||||||
|  |     return 1; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int get_pcr_cpu(CPUState *env) | ||||||
|  | { | ||||||
|  |     uint8_t b; | ||||||
|  |  | ||||||
|  |     cpu_synchronize_state(env); | ||||||
|  |  | ||||||
|  |     if (cpu_memory_rw_debug(env, env->segs[R_FS].base + 0x51, &b, 1, 0) < 0) | ||||||
|  | 	    return -1; | ||||||
|  |  | ||||||
|  |     return (int)b; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | int kvm_tpr_enable_vapic(CPUState *env) | ||||||
|  | { | ||||||
|  |     static uint8_t one = 1; | ||||||
|  |     int pcr_cpu = get_pcr_cpu(env); | ||||||
|  |  | ||||||
|  |     if (pcr_cpu < 0) | ||||||
|  | 	    return 0; | ||||||
|  |  | ||||||
|  |     kvm_enable_vapic(env, vapic_phys + (pcr_cpu << 7)); | ||||||
|  |     cpu_physical_memory_rw(vapic_phys + (pcr_cpu << 7) + 4, &one, 1, 1); | ||||||
|  |     env->update_vapic = 0; | ||||||
|  |     bios_enabled = 1; | ||||||
|  |     return 1; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int enable_vapic(CPUState *env) | ||||||
|  | { | ||||||
|  |     bios_enabled = 1; | ||||||
|  |     env->update_vapic = 1; | ||||||
|  |     return 1; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void patch_call(CPUState *env, uint64_t rip, uint32_t target) | ||||||
|  | { | ||||||
|  |     uint32_t offset; | ||||||
|  |  | ||||||
|  |     offset = target - vapic_bios.virt_base + bios_addr - rip - 5; | ||||||
|  |     write_byte_virt(env, rip, 0xe8); /* call near */ | ||||||
|  |     write_byte_virt(env, rip + 1, offset); | ||||||
|  |     write_byte_virt(env, rip + 2, offset >> 8); | ||||||
|  |     write_byte_virt(env, rip + 3, offset >> 16); | ||||||
|  |     write_byte_virt(env, rip + 4, offset >> 24); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void patch_instruction(CPUState *env, uint64_t rip) | ||||||
|  | { | ||||||
|  |     uint8_t b1, b2; | ||||||
|  |     struct vapic_patches *vp; | ||||||
|  |  | ||||||
|  |     vp = smp_cpus == 1 ? &vapic_bios.up : &vapic_bios.mp; | ||||||
|  |     b1 = read_byte_virt(env, rip); | ||||||
|  |     b2 = read_byte_virt(env, rip + 1); | ||||||
|  |     switch (b1) { | ||||||
|  |     case 0x89: /* mov r32 to r/m32 */ | ||||||
|  | 	write_byte_virt(env, rip, 0x50 + modrm_reg(b2));  /* push reg */ | ||||||
|  | 	patch_call(env, rip + 1, vp->set_tpr); | ||||||
|  | 	break; | ||||||
|  |     case 0x8b: /* mov r/m32 to r32 */ | ||||||
|  | 	write_byte_virt(env, rip, 0x90); | ||||||
|  | 	patch_call(env, rip + 1, vp->get_tpr[modrm_reg(b2)]); | ||||||
|  | 	break; | ||||||
|  |     case 0xa1: /* mov abs to eax */ | ||||||
|  | 	patch_call(env, rip, vp->get_tpr[0]); | ||||||
|  | 	break; | ||||||
|  |     case 0xa3: /* mov eax to abs */ | ||||||
|  | 	patch_call(env, rip, vp->set_tpr_eax); | ||||||
|  | 	break; | ||||||
|  |     case 0xc7: /* mov imm32, r/m32 (c7/0) */ | ||||||
|  | 	write_byte_virt(env, rip, 0x68);  /* push imm32 */ | ||||||
|  | 	write_byte_virt(env, rip + 1, read_byte_virt(env, rip+6)); | ||||||
|  | 	write_byte_virt(env, rip + 2, read_byte_virt(env, rip+7)); | ||||||
|  | 	write_byte_virt(env, rip + 3, read_byte_virt(env, rip+8)); | ||||||
|  | 	write_byte_virt(env, rip + 4, read_byte_virt(env, rip+9)); | ||||||
|  | 	patch_call(env, rip + 5, vp->set_tpr); | ||||||
|  | 	break; | ||||||
|  |     case 0xff: /* push r/m32 */ | ||||||
|  |         printf("patching push\n"); | ||||||
|  |         write_byte_virt(env, rip, 0x50); /* push eax */ | ||||||
|  |         patch_call(env, rip + 1, vp->get_tpr_stack); | ||||||
|  |         break; | ||||||
|  |     default: | ||||||
|  | 	printf("funny insn %02x %02x\n", b1, b2); | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | void kvm_tpr_access_report(CPUState *env, uint64_t rip, int is_write) | ||||||
|  | { | ||||||
|  |     if (!instruction_is_ok(env, rip, is_write)) | ||||||
|  | 	return; | ||||||
|  |     if (!bios_is_mapped(env, rip)) | ||||||
|  | 	return; | ||||||
|  |     if (!kvm_tpr_enable_vapic(env)) | ||||||
|  | 	return; | ||||||
|  |     patch_instruction(env, rip); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | void kvm_tpr_vcpu_start(CPUState *env) | ||||||
|  | { | ||||||
|  |     kvm_enable_tpr_access_reporting(env); | ||||||
|  |     if (bios_enabled) | ||||||
|  | 	kvm_tpr_enable_vapic(env); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void tpr_save(QEMUFile *f, void *s) | ||||||
|  | { | ||||||
|  |     int i; | ||||||
|  |  | ||||||
|  |     for (i = 0; i < (sizeof vapic_bios) / 4; ++i) | ||||||
|  | 	qemu_put_be32s(f, &((uint32_t *)&vapic_bios)[i]); | ||||||
|  |     qemu_put_be32s(f, &bios_enabled); | ||||||
|  |     qemu_put_be32s(f, &real_tpr); | ||||||
|  |     qemu_put_be32s(f, &bios_addr); | ||||||
|  |     qemu_put_be32s(f, &vapic_phys); | ||||||
|  |     qemu_put_be32s(f, &vbios_desc_phys); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static int tpr_load(QEMUFile *f, void *s, int version_id) | ||||||
|  | { | ||||||
|  |     int i; | ||||||
|  |  | ||||||
|  |     if (version_id != 1) | ||||||
|  | 	return -EINVAL; | ||||||
|  |  | ||||||
|  |     for (i = 0; i < (sizeof vapic_bios) / 4; ++i) | ||||||
|  | 	qemu_get_be32s(f, &((uint32_t *)&vapic_bios)[i]); | ||||||
|  |     qemu_get_be32s(f, &bios_enabled); | ||||||
|  |     qemu_get_be32s(f, &real_tpr); | ||||||
|  |     qemu_get_be32s(f, &bios_addr); | ||||||
|  |     qemu_get_be32s(f, &vapic_phys); | ||||||
|  |     qemu_get_be32s(f, &vbios_desc_phys); | ||||||
|  |    | ||||||
|  |     if (bios_enabled) { | ||||||
|  |         CPUState *env = first_cpu->next_cpu; | ||||||
|  |  | ||||||
|  |         for (env = first_cpu; env != NULL; env = env->next_cpu) | ||||||
|  |             enable_vapic(env); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     return 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void vtpr_ioport_write16(void *opaque, uint32_t addr, uint32_t val) | ||||||
|  | { | ||||||
|  |     struct kvm_regs regs; | ||||||
|  |     CPUState *env = cpu_single_env; | ||||||
|  |     struct kvm_sregs sregs; | ||||||
|  |     kvm_get_regs(env, ®s); | ||||||
|  |     kvm_get_sregs(env, &sregs); | ||||||
|  |     vapic_bios_addr = ((sregs.cs.base + regs.rip) & ~(512 - 1)) + val; | ||||||
|  |     bios_enabled = 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | static void vtpr_ioport_write(void *opaque, uint32_t addr, uint32_t val) | ||||||
|  | { | ||||||
|  |     CPUState *env = cpu_single_env; | ||||||
|  |     struct kvm_regs regs; | ||||||
|  |     struct kvm_sregs sregs; | ||||||
|  |     uint32_t rip; | ||||||
|  |  | ||||||
|  |     kvm_get_regs(env, ®s); | ||||||
|  |     rip = regs.rip - 2; | ||||||
|  |     write_byte_virt(env, rip, 0x66); | ||||||
|  |     write_byte_virt(env, rip + 1, 0x90); | ||||||
|  |     if (bios_enabled) | ||||||
|  | 	return; | ||||||
|  |     if (!bios_is_mapped(env, rip)) | ||||||
|  | 	printf("bios not mapped?\n"); | ||||||
|  |     kvm_get_sregs(env, &sregs); | ||||||
|  |     for (addr = 0xfffff000u; addr >= 0x80000000u; addr -= 4096) | ||||||
|  | 	if (map_addr(&sregs, addr, NULL) == 0xfee00000u) { | ||||||
|  | 	    real_tpr = addr + 0x80; | ||||||
|  | 	    break; | ||||||
|  | 	} | ||||||
|  |     bios_enabled = 1; | ||||||
|  |     update_vbios_real_tpr(); | ||||||
|  |     kvm_tpr_enable_vapic(env); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | void kvm_tpr_opt_setup(void) | ||||||
|  | { | ||||||
|  |     register_savevm("kvm-tpr-opt", 0, 1, tpr_save, tpr_load, NULL); | ||||||
|  |     register_ioport_write(0x7e, 1, 1, vtpr_ioport_write, NULL); | ||||||
|  |     register_ioport_write(0x7e, 2, 2, vtpr_ioport_write16, NULL); | ||||||
|  | } | ||||||
|  |  | ||||||
							
								
								
									
										12
									
								
								kvm.h
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								kvm.h
									
									
									
									
									
								
							| @@ -16,6 +16,9 @@ | |||||||
|  |  | ||||||
| #include "config.h" | #include "config.h" | ||||||
| #include "qemu-queue.h" | #include "qemu-queue.h" | ||||||
|  | #include "qemu-kvm.h" | ||||||
|  |  | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
|  |  | ||||||
| #ifdef CONFIG_KVM | #ifdef CONFIG_KVM | ||||||
| extern int kvm_allowed; | extern int kvm_allowed; | ||||||
| @@ -47,7 +50,12 @@ int kvm_log_stop(target_phys_addr_t phys_addr, ram_addr_t size); | |||||||
| int kvm_set_migration_log(int enable); | int kvm_set_migration_log(int enable); | ||||||
|  |  | ||||||
| int kvm_has_sync_mmu(void); | int kvm_has_sync_mmu(void); | ||||||
|  | #endif /* KVM_UPSTREAM */ | ||||||
| int kvm_has_vcpu_events(void); | int kvm_has_vcpu_events(void); | ||||||
|  | int kvm_put_vcpu_events(CPUState *env); | ||||||
|  | int kvm_get_vcpu_events(CPUState *env); | ||||||
|  |  | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
|  |  | ||||||
| void kvm_setup_guest_memory(void *start, size_t size); | void kvm_setup_guest_memory(void *start, size_t size); | ||||||
|  |  | ||||||
| @@ -91,7 +99,9 @@ int kvm_arch_init(KVMState *s, int smp_cpus); | |||||||
|  |  | ||||||
| int kvm_arch_init_vcpu(CPUState *env); | int kvm_arch_init_vcpu(CPUState *env); | ||||||
|  |  | ||||||
|  | #endif | ||||||
| void kvm_arch_reset_vcpu(CPUState *env); | void kvm_arch_reset_vcpu(CPUState *env); | ||||||
|  | #ifdef KVM_UPSTREAM | ||||||
|  |  | ||||||
| struct kvm_guest_debug; | struct kvm_guest_debug; | ||||||
| struct kvm_debug_exit_arch; | struct kvm_debug_exit_arch; | ||||||
| @@ -140,3 +150,5 @@ static inline void cpu_synchronize_state(CPUState *env) | |||||||
| } | } | ||||||
|  |  | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | #endif | ||||||
|   | |||||||
							
								
								
									
										66
									
								
								kvm/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								kvm/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,66 @@ | |||||||
|  | *.o | ||||||
|  | *.d | ||||||
|  | *~ | ||||||
|  | *.flat | ||||||
|  | *.a | ||||||
|  | config.mak | ||||||
|  | .*.cmd | ||||||
|  | qemu/config-host.h | ||||||
|  | qemu/config-host.mak | ||||||
|  | user/test/bootstrap | ||||||
|  | user/kvmctl | ||||||
|  | qemu/dyngen | ||||||
|  | qemu/x86_64-softmmu | ||||||
|  | qemu/qemu-img | ||||||
|  | qemu/qemu-nbd | ||||||
|  | *.ko | ||||||
|  | *.mod.c | ||||||
|  | bios/*.bin | ||||||
|  | bios/*.sym | ||||||
|  | bios/*.txt | ||||||
|  | bios/acpi-dsdt.aml | ||||||
|  | vgabios/*.bin | ||||||
|  | vgabios/*.txt | ||||||
|  | extboot/extboot.bin | ||||||
|  | extboot/extboot.img | ||||||
|  | extboot/signrom | ||||||
|  | kernel/config.kbuild | ||||||
|  | kernel/modules.order | ||||||
|  | kernel/Module.symvers | ||||||
|  | kernel/Modules.symvers | ||||||
|  | kernel/Module.markers | ||||||
|  | kernel/.tmp_versions | ||||||
|  | kernel/include-compat/asm | ||||||
|  | kernel/include-compat/asm-x86/asm-x86 | ||||||
|  | kernel/include | ||||||
|  | kernel/x86/modules.order | ||||||
|  | kernel/x86/i825[49].[ch] | ||||||
|  | kernel/x86/kvm_main.c | ||||||
|  | kernel/x86/kvm_svm.h | ||||||
|  | kernel/x86/vmx.[ch] | ||||||
|  | kernel/x86/svm.[ch] | ||||||
|  | kernel/x86/mmu.[ch] | ||||||
|  | kernel/x86/paging_tmpl.h | ||||||
|  | kernel/x86/x86_emulate.[ch] | ||||||
|  | kernel/x86/ioapic.[ch] | ||||||
|  | kernel/x86/iodev.h | ||||||
|  | kernel/x86/irq.[ch] | ||||||
|  | kernel/x86/kvm_trace.c | ||||||
|  | kernel/x86/lapic.[ch] | ||||||
|  | kernel/x86/tss.h | ||||||
|  | kernel/x86/x86.[ch] | ||||||
|  | kernel/x86/coalesced_mmio.[ch] | ||||||
|  | kernel/x86/kvm_cache_regs.h | ||||||
|  | kernel/x86/vtd.c | ||||||
|  | kernel/x86/irq_comm.c | ||||||
|  | kernel/x86/timer.c | ||||||
|  | kernel/x86/kvm_timer.h | ||||||
|  | kernel/x86/iommu.c | ||||||
|  | qemu/pc-bios/extboot.bin | ||||||
|  | qemu/qemu-doc.html | ||||||
|  | qemu/*.[18] | ||||||
|  | qemu/*.pod | ||||||
|  | qemu/qemu-tech.html | ||||||
|  | qemu/qemu-options.texi | ||||||
|  | user/kvmtrace | ||||||
|  | user/test/x86/bootstrap | ||||||
							
								
								
									
										125
									
								
								kvm/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										125
									
								
								kvm/Makefile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,125 @@ | |||||||
|  |  | ||||||
|  | include config.mak | ||||||
|  |  | ||||||
|  | DESTDIR= | ||||||
|  |  | ||||||
|  | rpmrelease = devel | ||||||
|  |  | ||||||
|  | sane-arch = $(subst i386,x86,$(subst x86_64,x86,$(subst s390x,s390,$(ARCH)))) | ||||||
|  |  | ||||||
|  | .PHONY: kernel user libkvm qemu bios vgabios extboot clean libfdt cscope | ||||||
|  |  | ||||||
|  | all: libkvm qemu | ||||||
|  | ifneq '$(filter $(ARCH), x86_64 i386 ia64)' '' | ||||||
|  |     all: $(if $(WANT_MODULE), kernel) user | ||||||
|  | endif | ||||||
|  |  | ||||||
|  | kcmd = $(if $(WANT_MODULE),,@\#) | ||||||
|  |  | ||||||
|  | qemu kernel user libkvm: | ||||||
|  | 	$(MAKE) -C $@ | ||||||
|  |  | ||||||
|  | qemu: libkvm | ||||||
|  | ifneq '$(filter $(ARCH), i386 x86_64)' '' | ||||||
|  |     qemu: extboot | ||||||
|  | endif | ||||||
|  | ifneq '$(filter $(ARCH), powerpc ia64)' '' | ||||||
|  |     qemu: libfdt | ||||||
|  | endif | ||||||
|  | user: libkvm | ||||||
|  |  | ||||||
|  | # sync if kernel/Makefile exists and if using --with-patched-kernel | ||||||
|  | user libkvm qemu: header-sync-$(if $(wildcard kernel/Makefile),$(if $(WANT_MODULE),n,y),n) | ||||||
|  |  | ||||||
|  | header-sync-n: | ||||||
|  |  | ||||||
|  | header-sync-y: | ||||||
|  | 	make -C kernel \ | ||||||
|  | 	LINUX=$(if $(KERNELSOURCEDIR),$(KERNELSOURCEDIR),$(KERNELDIR)) \ | ||||||
|  | 	header-sync | ||||||
|  | 	rm -f kernel/include/asm | ||||||
|  | 	ln -sf asm-$(sane-arch) kernel/include/asm | ||||||
|  |  | ||||||
|  | bios: | ||||||
|  | 	$(MAKE) -C $@ | ||||||
|  | 	cp bios/BIOS-bochs-latest qemu/pc-bios/bios.bin | ||||||
|  |  | ||||||
|  | vgabios: | ||||||
|  | 	$(MAKE) -C $@ | ||||||
|  | 	cp vgabios/VGABIOS-lgpl-latest.bin qemu/pc-bios/vgabios.bin | ||||||
|  | 	cp vgabios/VGABIOS-lgpl-latest.cirrus.bin qemu/pc-bios/vgabios-cirrus.bin | ||||||
|  |  | ||||||
|  | extboot: | ||||||
|  | 	$(MAKE) -C $@ | ||||||
|  | 	if ! [ -f qemu/pc-bios/extboot.bin ] \ | ||||||
|  |            || ! cmp -s qemu/pc-bios/extboot.bin extboot/extboot.bin; then \ | ||||||
|  | 		cp extboot/extboot.bin qemu/pc-bios/extboot.bin; \ | ||||||
|  | 	fi | ||||||
|  | libfdt: | ||||||
|  | 	$(MAKE) -C $@ | ||||||
|  |  | ||||||
|  | LINUX=linux-2.6 | ||||||
|  |  | ||||||
|  | sync: | ||||||
|  | 	make -C kernel sync LINUX=$(shell readlink -f "$(LINUX)") | ||||||
|  |  | ||||||
|  | bindir = /usr/bin | ||||||
|  | bin = $(bindir)/kvm | ||||||
|  | initdir = /etc/init.d | ||||||
|  | confdir = /etc/kvm | ||||||
|  | utilsdir = /etc/kvm/utils | ||||||
|  |  | ||||||
|  | install-rpm: | ||||||
|  | 	mkdir -p $(DESTDIR)/$(bindir) | ||||||
|  | 	mkdir -p $(DESTDIR)/$(confdir) | ||||||
|  | 	mkdir -p $(DESTDIR)/$(initdir) | ||||||
|  | 	mkdir -p $(DESTDIR)/$(utilsdir) | ||||||
|  | 	mkdir -p $(DESTDIR)/etc/udev/rules.d | ||||||
|  | 	make -C qemu DESTDIR=$(DESTDIR)/ install | ||||||
|  | 	ln -sf /usr/kvm/bin/qemu-system-x86_64 $(DESTDIR)/$(bin) | ||||||
|  | 	install -m 755 kvm_stat $(DESTDIR)/$(bindir)/kvm_stat | ||||||
|  | 	cp scripts/kvm $(DESTDIR)/$(initdir)/kvm | ||||||
|  | 	cp scripts/qemu-ifup $(DESTDIR)/$(confdir)/qemu-ifup | ||||||
|  | 	install -t $(DESTDIR)/etc/udev/rules.d scripts/*kvm*.rules | ||||||
|  |  | ||||||
|  | install: | ||||||
|  | 	$(kcmd)make -C kernel DESTDIR="$(DESTDIR)" install | ||||||
|  | 	make -C libkvm DESTDIR="$(DESTDIR)" install | ||||||
|  | 	make -C qemu DESTDIR="$(DESTDIR)" install | ||||||
|  |  | ||||||
|  | tmpspec = .tmp.kvm.spec | ||||||
|  | RPMTOPDIR = $$(pwd)/rpmtop | ||||||
|  |  | ||||||
|  | rpm:	srpm | ||||||
|  | 	rm -rf $(RPMTOPDIR)/BUILD | ||||||
|  | 	mkdir -p $(RPMTOPDIR)/{BUILD,RPMS/$$(uname -i)} | ||||||
|  | 	rpmbuild --rebuild \ | ||||||
|  | 		 --define="_topdir $(RPMTOPDIR)" \ | ||||||
|  | 		$(RPMTOPDIR)/SRPMS/kvm-0.0-$(rpmrelease).src.rpm | ||||||
|  |  | ||||||
|  | srpm: | ||||||
|  | 	mkdir -p $(RPMTOPDIR)/{SOURCES,SRPMS} | ||||||
|  | 	sed 's/^Release:.*/Release: $(rpmrelease)/' kvm.spec > $(tmpspec) | ||||||
|  | 	tar czf $(RPMTOPDIR)/SOURCES/kvm.tar.gz qemu | ||||||
|  | 	tar czf $(RPMTOPDIR)/SOURCES/user.tar.gz user | ||||||
|  | 	tar czf $(RPMTOPDIR)/SOURCES/libkvm.tar.gz libkvm | ||||||
|  | 	tar czf $(RPMTOPDIR)/SOURCES/kernel.tar.gz kernel | ||||||
|  | 	tar czf $(RPMTOPDIR)/SOURCES/scripts.tar.gz scripts | ||||||
|  | 	tar czf $(RPMTOPDIR)/SOURCES/extboot.tar.gz extboot | ||||||
|  | 	cp Makefile configure kvm_stat $(RPMTOPDIR)/SOURCES | ||||||
|  | 	rpmbuild  --define="_topdir $(RPMTOPDIR)" -bs $(tmpspec) | ||||||
|  | 	$(RM) $(tmpspec) | ||||||
|  |  | ||||||
|  | clean: | ||||||
|  | 	for i in $(if $(WANT_MODULE), kernel) user libkvm qemu libfdt; do \ | ||||||
|  | 		make -C $$i clean; \ | ||||||
|  | 	done | ||||||
|  | 	rm -f ./cscope.* | ||||||
|  |  | ||||||
|  | distclean: clean | ||||||
|  | 	rm -f config.mak user/config.mak | ||||||
|  |  | ||||||
|  | cscope: | ||||||
|  | 	rm -f ./cscope.* | ||||||
|  | 	find . -wholename './kernel' -prune -o -name "*.[ch]" -print > ./cscope.files | ||||||
|  | 	cscope -b | ||||||
							
								
								
									
										159
									
								
								kvm/configure
									
									
									
									
										vendored
									
									
										Executable file
									
								
							
							
						
						
									
										159
									
								
								kvm/configure
									
									
									
									
										vendored
									
									
										Executable file
									
								
							| @@ -0,0 +1,159 @@ | |||||||
|  | #!/bin/bash | ||||||
|  |  | ||||||
|  | prefix=/usr/local | ||||||
|  | kerneldir=/lib/modules/$(uname -r)/build | ||||||
|  | cc=gcc | ||||||
|  | ld=ld | ||||||
|  | objcopy=objcopy | ||||||
|  | ar=ar | ||||||
|  | want_module=1 | ||||||
|  | qemu_cflags= | ||||||
|  | qemu_ldflags= | ||||||
|  | kvm_trace= | ||||||
|  | qemu_opts=() | ||||||
|  | cross_prefix= | ||||||
|  | arch=`uname -m` | ||||||
|  | target_exec= | ||||||
|  | # don't use uname if kerneldir is set | ||||||
|  | no_uname= | ||||||
|  | if [ -z "TMPDIR" ] ; then | ||||||
|  |     TMPDIR=. | ||||||
|  | fi | ||||||
|  |  | ||||||
|  | if [ ! -e kernel/Makefile ]; then | ||||||
|  |     want_module= | ||||||
|  | fi | ||||||
|  |  | ||||||
|  | usage() { | ||||||
|  |     cat <<-EOF | ||||||
|  | 	Usage: $0 [options] | ||||||
|  |  | ||||||
|  | 	Options include: | ||||||
|  | 	    --arch=ARCH            architecture to compile for ($arch) | ||||||
|  | 	    --cross-prefix=PREFIX  prefix for cross compile | ||||||
|  | 	    --prefix=PREFIX        where to install things ($prefix) | ||||||
|  | 	    --with-patched-kernel  don't use external module | ||||||
|  | 	    --with-kvm-trace       Enable kvm_trace | ||||||
|  | 	    --kerneldir=DIR        kernel build directory ($kerneldir) | ||||||
|  | 	    --qemu-cflags=CFLAGS   CFLAGS to add to qemu configuration | ||||||
|  | 	    --qemu-ldflags=LDFLAGS LDFLAGS to add to qemu configuration | ||||||
|  |  | ||||||
|  | 	Any additional option is given to qemu's configure verbatim; including: | ||||||
|  |  | ||||||
|  | EOF | ||||||
|  |     cd qemu | ||||||
|  |     ./configure --help | egrep "enable-|disable-" \ | ||||||
|  | 	| grep -v user | grep -v system | grep -v kqemu | grep -v kvm \ | ||||||
|  | 	| sed -e "s/^  /    /g" \ | ||||||
|  | 	| sed -e"s/  enable/enable/g" | sed -e "s/  disable/disable/g" | ||||||
|  |     exit 1 | ||||||
|  | } | ||||||
|  |  | ||||||
|  | while [[ "$1" = -* ]]; do | ||||||
|  |     opt="$1"; shift | ||||||
|  |     arg= | ||||||
|  |     hasarg= | ||||||
|  |     if [[ "$opt" = *=* ]]; then | ||||||
|  | 	arg="${opt#*=}" | ||||||
|  | 	opt="${opt%%=*}" | ||||||
|  | 	hasarg=1 | ||||||
|  |     fi | ||||||
|  |     case "$opt" in | ||||||
|  | 	--prefix) | ||||||
|  | 	    prefix="$arg" | ||||||
|  | 	    ;; | ||||||
|  | 	--kerneldir) | ||||||
|  | 	    kerneldir="$arg" | ||||||
|  |             no_uname=1 | ||||||
|  | 	    ;; | ||||||
|  | 	--with-patched-kernel) | ||||||
|  | 	    want_module= | ||||||
|  | 	    ;; | ||||||
|  | 	--with-kvm-trace) | ||||||
|  | 	    kvm_trace=y | ||||||
|  | 	    ;; | ||||||
|  | 	--qemu-cflags) | ||||||
|  | 	    qemu_cflags="$arg" | ||||||
|  | 	    ;; | ||||||
|  | 	--qemu-ldflags) | ||||||
|  | 	    qemu_ldflags="$arg" | ||||||
|  | 	    ;; | ||||||
|  | 	--arch) | ||||||
|  | 	    arch="$arg" | ||||||
|  | 	    ;; | ||||||
|  | 	--cross-prefix) | ||||||
|  | 	    cross_prefix="$arg" | ||||||
|  |             ;; | ||||||
|  | 	--help) | ||||||
|  | 	    usage | ||||||
|  | 	    ;; | ||||||
|  | 	*) | ||||||
|  | 	    qemu_opts=("${qemu_opts[@]}" "$opt${hasarg:+=$arg}") | ||||||
|  | 	    ;; | ||||||
|  |     esac | ||||||
|  | done | ||||||
|  |  | ||||||
|  |  | ||||||
|  | #set kenel directory | ||||||
|  | libkvm_kerneldir=$(readlink -f kernel) | ||||||
|  |  | ||||||
|  | case $arch in | ||||||
|  |     i?86*|x86_64*) | ||||||
|  |         arch=${arch/#i?86/i386} | ||||||
|  |         target_exec="x86_64-softmmu" | ||||||
|  |         qemu_cflags="$qemu_cflags -DCONFIG_X86" | ||||||
|  |         ;; | ||||||
|  |     ia64*) | ||||||
|  |         target_exec="ia64-softmmu" | ||||||
|  |         ;; | ||||||
|  |     powerpc*) | ||||||
|  |         target_exec="ppcemb-softmmu" | ||||||
|  |         qemu_cflags="$qemu_cflags -I $PWD/libfdt" | ||||||
|  |         qemu_ldflags="$qemu_ldflags -L $PWD/libfdt" | ||||||
|  |         ;; | ||||||
|  | esac | ||||||
|  |  | ||||||
|  | processor=${arch#*-} | ||||||
|  | arch=${arch%%-*} | ||||||
|  |  | ||||||
|  | #configure kernel module | ||||||
|  | [ -e kernel/Makefile ] && (cd kernel; | ||||||
|  |     ./configure \ | ||||||
|  | 	--kerneldir="$kerneldir" \ | ||||||
|  | 	--arch="$arch" \ | ||||||
|  | 	$([ -z ${want_module} ] && echo "--with-patched-kernel") \ | ||||||
|  | 	${cross_prefix:+"--cross-prefix=$cross_prefix"} \ | ||||||
|  | 	${kvm_trace:+"--with-kvm-trace"} | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | #configure user dir | ||||||
|  | (cd user; ./configure --prefix="$prefix" --kerneldir="$libkvm_kerneldir" \ | ||||||
|  |           --arch="$arch" --processor="$processor" \ | ||||||
|  |           ${cross_prefix:+"--cross-prefix=$cross_prefix"}) | ||||||
|  |  | ||||||
|  | #configure qemu | ||||||
|  | (cd qemu; ./configure --target-list=$target_exec \ | ||||||
|  |     --disable-kqemu \ | ||||||
|  |     --extra-cflags="-I $PWD/../libkvm $qemu_cflags" \ | ||||||
|  |     --extra-ldflags="-L $PWD/../libkvm $qemu_ldflags" \ | ||||||
|  |     --kerneldir="$libkvm_kerneldir" \ | ||||||
|  |     --prefix="$prefix" \ | ||||||
|  |     ${cross_prefix:+"--cross-prefix=$cross_prefix"} \ | ||||||
|  |     ${cross_prefix:+"--cpu=$arch"} "${qemu_opts[@]}" | ||||||
|  | ) || usage | ||||||
|  |  | ||||||
|  |  | ||||||
|  | cat <<EOF > config.mak | ||||||
|  | ARCH=$arch | ||||||
|  | PROCESSOR=$processor | ||||||
|  | PREFIX=$prefix | ||||||
|  | KERNELDIR=$kerneldir | ||||||
|  | KERNELSOURCEDIR=$kernelsourcedir | ||||||
|  | LIBKVM_KERNELDIR=$libkvm_kerneldir | ||||||
|  | WANT_MODULE=$want_module | ||||||
|  | CROSS_COMPILE=$cross_prefix | ||||||
|  | CC=$cross_prefix$cc | ||||||
|  | LD=$cross_prefix$ld | ||||||
|  | OBJCOPY=$cross_prefix$objcopy | ||||||
|  | AR=$cross_prefix$ar | ||||||
|  | EOF | ||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user